Python: [BREAKING] update to v1.0.0 (#5062)

* updates to final deprecated pieces and versions

* fix mypy

* fix readme links
This commit is contained in:
Eduard van Valkenburg
2026-04-02 17:26:30 +02:00
committed by GitHub
Unverified
parent 5f06b68535
commit 3446eb8d5d
171 changed files with 2580 additions and 2392 deletions
+12 -13
View File
@@ -4,7 +4,7 @@ description = "Microsoft Agent Framework for building AI Agents with Python. Thi
authors = [{ name = "Microsoft", email = "af-support@microsoft.com"}]
readme = "README.md"
requires-python = ">=3.10"
version = "1.0.0rc6"
version = "1.0.0"
license-files = ["LICENSE"]
urls.homepage = "https://aka.ms/agent-framework"
urls.source = "https://github.com/microsoft/agent-framework/tree/main/python"
@@ -12,7 +12,7 @@ urls.release_notes = "https://github.com/microsoft/agent-framework/releases?q=ta
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,29 +23,29 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"agent-framework-core[all]==1.0.0rc6",
"agent-framework-core[all]==1.0.0",
]
[dependency-groups]
dev = [
"uv==0.10.9",
"uv==0.11.3",
"flit==3.12.0",
"ruff==0.15.5",
"ruff==0.15.8",
"pytest==9.0.2",
"pytest-asyncio==1.3.0",
"pytest-cov==7.0.0",
"pytest-cov==7.1.0",
"pytest-xdist[psutil]==3.8.0",
"pytest-timeout==2.4.0",
"pytest-retry==1.7.0",
"mypy==1.19.1",
"mypy==1.20.0",
"pyright==1.1.408",
"mcp[ws]>=1.24.0,<2",
"opentelemetry-sdk>=1.39.0,<2",
"mcp[ws]==1.26.0",
"opentelemetry-sdk==1.40.0",
#tasks
"poethepoet==0.42.1",
"rich==13.7.1",
"tomli==2.4.0",
"prek==0.3.4",
"rich>=13.7.1,<15.0.0",
"tomli==2.4.1",
"prek==0.3.8",
]
[tool.uv]
@@ -365,7 +365,6 @@ sequence = [
{ ref = "install" },
{ ref = "check" },
{ ref = "typing" },
{ ref = "test" },
]
[tool.poe.tasks.add-dependency-to-project]