Skip to content

Commit 908c0e6

Browse files
authored
Pin temporalio to 1.15.0 as plugins API is still experimental (#2582)
1 parent 367ade3 commit 908c0e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pydantic_ai_slim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ag-ui = ["ag-ui-protocol>=0.1.8", "starlette>=0.45.3"]
9494
# Retries
9595
retries = ["tenacity>=8.2.3"]
9696
# Temporal
97-
temporal = ["temporalio>=1.15.0"]
97+
temporal = ["temporalio==1.15.0"]
9898

9999
[tool.hatch.metadata]
100100
allow-direct-references = true

uv.lock

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

0 commit comments

Comments
 (0)