Skip to content

Commit b1833f7

Browse files
Bump the prod-deps group across 1 directory with 3 updates
Updates the requirements on [google-genai](https://github.com/googleapis/python-genai), [pyarrow](https://github.com/apache/arrow) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `google-genai` to 2.1.0 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/python-genai@v1.17.0...v2.1.0) Updates `pyarrow` to 24.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-22.0.0...apache-arrow-24.0.0) Updates `uvicorn` to 0.46.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.38.0...0.46.0) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.0.1 dependency-type: direct:production dependency-group: prod-deps - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:production dependency-group: prod-deps - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 549de9b commit b1833f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies = [
7070
"anthropic",
7171
"azure-ai-ml>=1.22,<2.0.0",
7272
"google-api-python-client>=2.179.0",
73-
"google-genai>=1.17.0,<2.0.0",
73+
"google-genai>=1.17.0,<3.0.0",
7474
"google-auth>=2.36.0,<3.0.0",
7575
"mistralai>=2.0.0",
7676
"typing-inspect>=0.9.0,<1.0.0",
@@ -79,9 +79,9 @@ dependencies = [
7979
"llama-api-client>=0.5,<0.7",
8080
"huggingface-hub>=1.2.3,<2.0.0",
8181
"openai>=2.12.0,<3.0.0",
82-
"pyarrow>=22.0.0,<24.0.0",
82+
"pyarrow>=22.0.0,<25.0.0",
8383
"tiktoken>=0.12.0,<1.0.0",
84-
"uvicorn>=0.38,<0.45",
84+
"uvicorn>=0.38,<0.47",
8585
"airrlogger",
8686
]
8787

0 commit comments

Comments
 (0)