Python: [BREAKING] Cleanup of dependencies (#1803)

* removed extra and non-released deps

* added comments

* added space and lock

* fix pyright config
This commit is contained in:
Eduard van Valkenburg
2025-10-30 15:24:29 +00:00
committed by GitHub
parent abfdf75cfb
commit 434ffb8ab8
14 changed files with 51 additions and 345 deletions
+1 -3
View File
@@ -25,7 +25,6 @@ dependencies = [
"agent-framework-core",
"azure-ai-projects >= 1.0.0b11",
"azure-ai-agents == 1.2.0b5",
"aiohttp ~= 3.8",
]
[tool.uv]
@@ -55,8 +54,7 @@ omit = [
]
[tool.pyright]
extend = "../../pyproject.toml"
exclude = ['tests']
extends = "../../pyproject.toml"
[tool.mypy]
plugins = ['pydantic.mypy']