Skip to content

Commit 11e8650

Browse files
Update version to 1.19.0 for release (#1214)
* bump version to 1.19.0 * update version in service.py
1 parent e543e8a commit 11e8650

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "temporalio"
3-
version = "1.18.1"
3+
version = "1.19.0"
44
description = "Temporal.io Python SDK"
55
authors = [{ name = "Temporal Technologies Inc", email = "[email protected]" }]
66
requires-python = ">=3.10"
@@ -28,10 +28,7 @@ classifiers = [
2828
grpc = ["grpcio>=1.48.2,<2"]
2929
opentelemetry = ["opentelemetry-api>=1.11.1,<2", "opentelemetry-sdk>=1.11.1,<2"]
3030
pydantic = ["pydantic>=2.0.0,<3"]
31-
openai-agents = [
32-
"openai-agents>=0.3,<0.5",
33-
"mcp>=1.9.4, <2",
34-
]
31+
openai-agents = ["openai-agents>=0.3,<0.5", "mcp>=1.9.4, <2"]
3532

3633
[project.urls]
3734
Homepage = "https://github.com/temporalio/sdk-python"

temporalio/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import temporalio.exceptions
2323
import temporalio.runtime
2424

25-
__version__ = "1.18.1"
25+
__version__ = "1.19.0"
2626

2727
ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
2828
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)