Skip to content

Commit 059406b

Browse files
Bump the prod-deps group across 1 directory with 2 updates
Updates the requirements on [pyarrow](https://github.com/apache/arrow) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. 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: 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 5dd6d4c commit 059406b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)