We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c975f3 + 7f794d0 commit b0af7e5Copy full SHA for b0af7e5
pyproject.toml
@@ -5,7 +5,8 @@ description = "Temporal.io Python SDK"
5
authors = [{ name = "Temporal Technologies Inc", email = "[email protected]" }]
6
requires-python = ">=3.10"
7
readme = "README.md"
8
-license = { file = "LICENSE" }
+license = "MIT"
9
+license-files = ["LICENSE"]
10
keywords = ["temporal", "workflow"]
11
dependencies = [
12
"nexus-rpc==1.1.0",
@@ -28,7 +29,7 @@ grpc = ["grpcio>=1.48.2,<2"]
28
29
opentelemetry = ["opentelemetry-api>=1.11.1,<2", "opentelemetry-sdk>=1.11.1,<2"]
30
pydantic = ["pydantic>=2.0.0,<3"]
31
openai-agents = [
- "openai-agents>=0.3,<0.4",
32
+ "openai-agents>=0.3,<0.5",
33
"mcp>=1.9.4, <2",
34
]
35
@@ -58,7 +59,7 @@ dev = [
58
59
"pytest-cov>=6.1.1",
60
"httpx>=0.28.1",
61
"pytest-pretty>=1.3.0",
- "openai-agents>=0.3,<0.4; python_version >= '3.14'",
62
+ "openai-agents>=0.3,<0.5; python_version >= '3.14'",
63
"openai-agents[litellm]>=0.3,<0.4; python_version < '3.14'",
64
"googleapis-common-protos==1.70.0",
65
uv.lock
0 commit comments