Skip to content

Commit b0af7e5

Browse files
Merge branch 'main' into sandbox-importing
2 parents 9c975f3 + 7f794d0 commit b0af7e5

File tree

2 files changed

+76
-25
lines changed

2 files changed

+76
-25
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description = "Temporal.io Python SDK"
55
authors = [{ name = "Temporal Technologies Inc", email = "[email protected]" }]
66
requires-python = ">=3.10"
77
readme = "README.md"
8-
license = { file = "LICENSE" }
8+
license = "MIT"
9+
license-files = ["LICENSE"]
910
keywords = ["temporal", "workflow"]
1011
dependencies = [
1112
"nexus-rpc==1.1.0",
@@ -28,7 +29,7 @@ grpc = ["grpcio>=1.48.2,<2"]
2829
opentelemetry = ["opentelemetry-api>=1.11.1,<2", "opentelemetry-sdk>=1.11.1,<2"]
2930
pydantic = ["pydantic>=2.0.0,<3"]
3031
openai-agents = [
31-
"openai-agents>=0.3,<0.4",
32+
"openai-agents>=0.3,<0.5",
3233
"mcp>=1.9.4, <2",
3334
]
3435

@@ -58,7 +59,7 @@ dev = [
5859
"pytest-cov>=6.1.1",
5960
"httpx>=0.28.1",
6061
"pytest-pretty>=1.3.0",
61-
"openai-agents>=0.3,<0.4; python_version >= '3.14'",
62+
"openai-agents>=0.3,<0.5; python_version >= '3.14'",
6263
"openai-agents[litellm]>=0.3,<0.4; python_version < '3.14'",
6364
"googleapis-common-protos==1.70.0",
6465
]

uv.lock

Lines changed: 72 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)