From 059406b0ca00ecebccca2627b5babc569cb1ee9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:51:44 +0000 Subject: [PATCH] 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](https://github.com/apache/arrow/compare/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](https://github.com/Kludex/uvicorn/compare/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] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index deb7dd6c..47a0d68d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,9 +79,9 @@ dependencies = [ "llama-api-client>=0.5,<0.7", "huggingface-hub>=1.2.3,<2.0.0", "openai>=2.12.0,<3.0.0", - "pyarrow>=22.0.0,<24.0.0", + "pyarrow>=22.0.0,<25.0.0", "tiktoken>=0.12.0,<1.0.0", - "uvicorn>=0.38,<0.45", + "uvicorn>=0.38,<0.47", "airrlogger", ]