Python: Pin meta core (#2597)

* pin core dependency in the meta package

* fix for mcp latest

* fix mypy

* test fix

* test fix

* fix tests for content parsing
This commit is contained in:
Eduard van Valkenburg
2025-12-03 19:19:17 +01:00
committed by GitHub
Unverified
parent 931197ba95
commit a81279d960
4 changed files with 154 additions and 133 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"agent-framework-core[all]",
"agent-framework-core[all]==1.0.0b251120",
]
[dependency-groups]