Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pydantic_ai_slim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ag-ui = ["ag-ui-protocol>=0.1.8", "starlette>=0.45.3"]
# Retries
retries = ["tenacity>=8.2.3"]
# Temporal
temporal = ["temporalio==1.18.0"]
temporal = ["temporalio==1.18.2"]
# DBOS
dbos = ["dbos>=1.14.0"]
# Prefect
Expand Down
26 changes: 18 additions & 8 deletions uv.lock
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4,218 additions, 4,209 deletions not shown because the diff is too large. Please use a local Git client to view these changes.

That's a lot more diff then there should be for a small change like this :)

Can you make sure you're on the latest uv, reset uv.lock and then generate it again with uv lock? I'd expect only temporal-related sections to change.

Copy link
Contributor Author

@crossk3 crossk3 Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

definitely. I tried resetting with uv sync --frozen on main but the overall version difference was relatively small (just temporalio and the installed version of pydantic-graph) so I figured it was probably just noise. I'll update uv and see if that changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DouweM Much smaller diff on the latest uv version. Thanks for nudging me to update.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.