-
Notifications
You must be signed in to change notification settings - Fork 2k
Python: Bump Python package versions for 1.9.0 release #6583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ description = "Anthropic integration for Microsoft Agent Framework." | |
| authors = [{ name = "Microsoft", email = "[email protected]"}] | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
| version = "1.0.0b260604" | ||
| version = "1.0.0b260618" | ||
| license-files = ["LICENSE"] | ||
| urls.homepage = "https://aka.ms/agent-framework" | ||
| urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" | ||
|
|
@@ -23,7 +23,7 @@ classifiers = [ | |
| "Typing :: Typed", | ||
| ] | ||
| dependencies = [ | ||
| "agent-framework-core>=1.8.0,<2", | ||
| "agent-framework-core>=1.9.0,<2", | ||
| "anthropic>=0.80.0,<0.80.1", | ||
| ] | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ description = "Azure Content Understanding integration for Microsoft Agent Frame | |
| authors = [{ name = "Microsoft", email = "[email protected]" }] | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
| version = "1.0.0a260521" | ||
| version = "1.0.0a260618" | ||
| license-files = ["LICENSE"] | ||
| urls.homepage = "https://aka.ms/agent-framework" | ||
| urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" | ||
|
|
@@ -23,7 +23,7 @@ classifiers = [ | |
| "Typing :: Typed", | ||
| ] | ||
| dependencies = [ | ||
| "agent-framework-core>=1.6.0,<2", | ||
| "agent-framework-core>=1.9.0,<2", | ||
| "agent-framework-foundry>=1.6.0,<2", | ||
| "azure-ai-contentunderstanding>=1.2.0b2,<2", | ||
| "aiohttp>=3.9,<4", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ description = "Microsoft Agent Framework for building AI Agents with Python. Thi | |
| authors = [{ name = "Microsoft", email = "[email protected]"}] | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
| version = "1.8.1" | ||
| version = "1.9.0" | ||
| license-files = ["LICENSE"] | ||
| urls.homepage = "https://aka.ms/agent-framework" | ||
| urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" | ||
|
|
@@ -58,6 +58,14 @@ all = [ | |
| "agent-framework-redis", | ||
| ] | ||
|
|
||
| [dependency-groups] | ||
| # agent-framework-tools depends on agent-framework-core, so core cannot list it as a | ||
| # runtime dependency. It is declared here (dev only) so the harness shell-tool integration | ||
| # can be type-checked and tested in isolated environments without a circular runtime dependency. | ||
| dev = [ | ||
| "agent-framework-tools", | ||
| ] | ||
|
|
||
| [tool.uv] | ||
| prerelease = "if-necessary-or-explicit" | ||
| environments = [ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ description = "Declarative specification support for Microsoft Agent Framework." | |
| authors = [{ name = "Microsoft", email = "[email protected]"}] | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
| version = "1.0.0rc1" | ||
| version = "1.0.0rc2" | ||
| license-files = ["LICENSE"] | ||
| urls.homepage = "https://aka.ms/agent-framework" | ||
| urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" | ||
|
|
@@ -22,7 +22,7 @@ classifiers = [ | |
| "Typing :: Typed", | ||
| ] | ||
| dependencies = [ | ||
| "agent-framework-core>=1.7.0,<2", | ||
| "agent-framework-core>=1.9.0,<2", | ||
| "httpx>=0.27,<1", | ||
| "powerfx>=0.0.32,<0.0.35; python_version < '3.14'", | ||
| "pyyaml>=6.0,<7.0", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ description = "Microsoft Foundry integrations for Microsoft Agent Framework." | |
| authors = [{ name = "Microsoft", email = "[email protected]"}] | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
| version = "1.8.1" | ||
| version = "1.8.2" | ||
| license-files = ["LICENSE"] | ||
| urls.homepage = "https://aka.ms/agent-framework" | ||
| urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" | ||
|
|
@@ -23,8 +23,8 @@ classifiers = [ | |
| "Typing :: Typed", | ||
| ] | ||
| dependencies = [ | ||
| "agent-framework-core>=1.8.1,<2", | ||
| "agent-framework-openai>=1.8.1,<2", | ||
| "agent-framework-core>=1.9.0,<2", | ||
| "agent-framework-openai>=1.8.2,<2", | ||
| "aiohttp>=3.9,<4", | ||
| "azure-ai-inference>=1.0.0b9,<1.0.0b10", | ||
| "azure-ai-projects>=2.2.0,<3.0", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ description = "Foundry Hosting integration for Microsoft Agent Framework." | |
| authors = [{ name = "Microsoft", email = "[email protected]"}] | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
| version = "1.0.0a260609" | ||
| version = "1.0.0a260618" | ||
| license-files = ["LICENSE"] | ||
| urls.homepage = "https://aka.ms/agent-framework" | ||
| urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" | ||
|
|
@@ -23,7 +23,7 @@ classifiers = [ | |
| "Typing :: Typed", | ||
| ] | ||
| dependencies = [ | ||
| "agent-framework-core>=1.8.1,<2", | ||
| "agent-framework-core>=1.9.0,<2", | ||
| "azure-ai-agentserver-core>=2.0.0b3,<3", | ||
| "azure-ai-agentserver-responses>=1.0.0b7,<2", | ||
| "azure-ai-agentserver-invocations>=1.0.0b3,<2", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ description = "OpenAI integrations for Microsoft Agent Framework." | |
| authors = [{ name = "Microsoft", email = "[email protected]"}] | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
| version = "1.8.1" | ||
| version = "1.8.2" | ||
| license-files = ["LICENSE"] | ||
| urls.homepage = "https://aka.ms/agent-framework" | ||
| urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" | ||
|
|
@@ -23,7 +23,7 @@ classifiers = [ | |
| "Typing :: Typed", | ||
| ] | ||
| dependencies = [ | ||
| "agent-framework-core>=1.8.1,<2", | ||
| "agent-framework-core>=1.9.0,<2", | ||
| "openai>=1.99.0,<3", | ||
| ] | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,15 +4,15 @@ description = "Orchestration patterns for Microsoft Agent Framework. Includes Se | |
| authors = [{ name = "Microsoft", email = "[email protected]"}] | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
| version = "1.0.0rc3" | ||
| version = "1.0.0" | ||
| license-files = ["LICENSE"] | ||
|
moonbox3 marked this conversation as resolved.
|
||
| urls.homepage = "https://aka.ms/agent-framework" | ||
| urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" | ||
| urls.release_notes = "https://github.com/microsoft/agent-framework/releases?q=tag%3Apython-1&expanded=true" | ||
| urls.issues = "https://github.com/microsoft/agent-framework/issues" | ||
| classifiers = [ | ||
| "License :: OSI Approved :: MIT License", | ||
| "Development Status :: 4 - Beta", | ||
| "Development Status :: 5 - Production/Stable", | ||
| "Intended Audience :: Developers", | ||
| "Programming Language :: Python :: 3", | ||
| "Programming Language :: Python :: 3.10", | ||
|
|
@@ -23,7 +23,7 @@ classifiers = [ | |
| "Typing :: Typed", | ||
| ] | ||
| dependencies = [ | ||
| "agent-framework-core>=1.8.0,<2", | ||
| "agent-framework-core>=1.9.0,<2", | ||
| ] | ||
|
|
||
| [tool.uv] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ description = "Microsoft Agent Framework for building AI Agents with Python. Thi | |
| authors = [{ name = "Microsoft", email = "[email protected]"}] | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
| version = "1.8.1" | ||
| version = "1.9.0" | ||
| license-files = ["LICENSE"] | ||
| urls.homepage = "https://aka.ms/agent-framework" | ||
| urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" | ||
|
|
@@ -23,7 +23,7 @@ classifiers = [ | |
| "Typing :: Typed", | ||
| ] | ||
| dependencies = [ | ||
| "agent-framework-core[all]==1.8.1", | ||
| "agent-framework-core[all]==1.9.0", | ||
| ] | ||
|
|
||
| [dependency-groups] | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.