Skip to content

Commit d7faa16

Browse files
chore(deps): lock file maintenance (#1275)
* chore(deps): lock file maintenance * Bump packages and fix grpcio dep --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Peter Boers <peter.boers@surf.nl>
1 parent e52dc1e commit d7faa16

File tree

2 files changed

+296
-242
lines changed

2 files changed

+296
-242
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ celery = [
8181
"celery~=5.6.0",
8282
]
8383
search = [
84-
"litellm>=1.75.7",
84+
"litellm>=1.80.0",
8585
]
8686
agent = [
87-
"pydantic-ai-slim >=1.9.0",
88-
"ag-ui-protocol>=0.1.8",
87+
"pydantic-ai-slim >=1.27.0",
88+
"ag-ui-protocol>=0.1.10",
8989
"litellm>=1.75.7",
9090
]
9191

@@ -247,3 +247,6 @@ known-first-party = [
247247

248248
[tool.uv]
249249
index-url = "https://pypi.org/simple"
250+
override-dependencies = [
251+
"grpcio==1.76.0", # Force grpcio 1.76.0 for Python 3.14 wheel support
252+
]

0 commit comments

Comments
 (0)