Skip to content
Open
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 python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ faiss = [
]
google = [
"google-cloud-aiplatform>=1.114,<1.134",
"google-genai >= 1.51,< 2.21"
"google-genai >= 1.51,< 2.23"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please regenerate and commit python/uv.lock with this bound change. Its project metadata still records google-genai >=1.51,<2.21, so uv lock --check fails and frozen lock consumers continue using 1.51 instead of receiving the intended dependency update. The configured uv-lock hook establishes that pyproject.toml changes must keep the committed lockfile synchronized.

]
hugging_face = [
"transformers[torch] >= 5.5.0,< 6.0",
Expand Down
Loading