Skip to content

Allow Pre-Release packages for Python Samples#192

Merged
rahuldevikar761 merged 2 commits into
mainfrom
users/radevika/UpdatePythonToLatest
Jan 28, 2026
Merged

Allow Pre-Release packages for Python Samples#192
rahuldevikar761 merged 2 commits into
mainfrom
users/radevika/UpdatePythonToLatest

Conversation

@rahuldevikar761

Copy link
Copy Markdown
Collaborator

No description provided.

@rahuldevikar761 rahuldevikar761 requested a review from a team as a code owner January 28, 2026 01:05
Copilot AI review requested due to automatic review settings January 28, 2026 01:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request enables pre-release package versions for Python samples by adding [tool.uv] prerelease = "allow" configuration to all Python sample pyproject.toml files. This allows the samples to use pre-release versions of Microsoft Agent 365 SDK packages, ensuring access to the latest features and fixes.

Changes:

  • Added [tool.uv] prerelease = "allow" configuration to five Python sample projects
  • Added explanatory comments about pre-release package allowance
  • In the OpenAI sample, added a [tool.uv.sources] section to explicitly specify package sources
  • Minor reordering of sections in the agent-framework sample for consistency

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
python/openai/sample-agent/pyproject.toml Added [tool.uv.sources] section and prerelease = "allow" configuration
python/google-adk/sample-agent/pyproject.toml Added prerelease = "allow" configuration with explanatory comment
python/crewai/sample_agent/pyproject.toml Added prerelease = "allow" configuration with explanatory comment
python/claude/sample-agent/pyproject.toml Added prerelease = "allow" configuration with explanatory comment
python/agent-framework/sample-agent/pyproject.toml Added prerelease = "allow" configuration and reordered build-system section

Comment thread python/crewai/sample_agent/pyproject.toml
Comment thread python/claude/sample-agent/pyproject.toml
Comment thread python/agent-framework/sample-agent/pyproject.toml
Comment thread python/openai/sample-agent/pyproject.toml
Comment thread python/openai/sample-agent/pyproject.toml
Comment thread python/google-adk/sample-agent/pyproject.toml
@rahuldevikar761 rahuldevikar761 enabled auto-merge (squash) January 28, 2026 17:02
@rahuldevikar761 rahuldevikar761 merged commit b1b9214 into main Jan 28, 2026
30 of 31 checks passed
@rahuldevikar761 rahuldevikar761 deleted the users/radevika/UpdatePythonToLatest branch January 28, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants