mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: add support for Python 3.14 (#1904)
* add tests for py3.14 and add classifier * remove macos * allow openai v2
This commit is contained in:
committed by
GitHub
Unverified
parent
51b32ed1ac
commit
54db13c22f
Generated
+1
-1
@@ -324,7 +324,7 @@ requires-dist = [
|
||||
{ name = "agent-framework-redis", marker = "extra == 'all'", editable = "packages/redis" },
|
||||
{ name = "azure-identity", specifier = ">=1,<2" },
|
||||
{ name = "mcp", extras = ["ws"], specifier = ">=1.13" },
|
||||
{ name = "openai", specifier = ">=1.99.0,<2" },
|
||||
{ name = "openai", specifier = ">=1.99.0" },
|
||||
{ name = "opentelemetry-api", specifier = ">=1.24" },
|
||||
{ name = "opentelemetry-exporter-otlp-proto-grpc", specifier = ">=1.36.0" },
|
||||
{ name = "opentelemetry-sdk", specifier = ">=1.24" },
|
||||
|
||||
Reference in New Issue
Block a user