Skip to content

Commit 9a7e0e1

Browse files
authored
Merge branch 'main' into openai/strict_json_option
2 parents 77e59c5 + 3fe7e42 commit 9a7e0e1

File tree

15 files changed

+1451
-289
lines changed

15 files changed

+1451
-289
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "temporalio"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
description = "Temporal.io Python SDK"
55
authors = [{ name = "Temporal Technologies Inc", email = "[email protected]" }]
66
requires-python = ">=3.9"
@@ -27,7 +27,8 @@ opentelemetry = [
2727
pydantic = ["pydantic>=2.0.0,<3"]
2828
openai-agents = [
2929
"openai-agents>=0.3,<0.4",
30-
"eval-type-backport>=0.2.2; python_version < '3.10'"
30+
"eval-type-backport>=0.2.2; python_version < '3.10'",
31+
"mcp>=1.9.4, <2; python_version >= '3.10'",
3132
]
3233

3334
[project.urls]

temporalio/bridge/Cargo.lock

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

temporalio/bridge/sdk-core

Submodule sdk-core updated 107 files

0 commit comments

Comments
 (0)