From 76e3c8e717d69f7bf60ad1cc172ca2cbddbed6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:48:59 +0000 Subject: [PATCH] Bump the version-updates group across 1 directory with 6 updates Bumps the version-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.14` | `0.128.8` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.34.3` | `0.39.0` | | [torch](https://github.com/pytorch/pytorch) | `2.6.0+cpu` | `2.8.0` | | [qdrant-client](https://github.com/qdrant/qdrant-client) | `1.12.0` | `1.16.1` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.67.1` | `4.70.0` | Updates `fastapi` from 0.115.14 to 0.128.8 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.14...0.128.8) Updates `uvicorn` from 0.34.3 to 0.39.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.34.3...0.39.0) Updates `torch` from 2.6.0+cpu to 2.8.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.8.0) Updates `qdrant-client` from 1.12.0 to 1.16.1 - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](https://github.com/qdrant/qdrant-client/compare/v1.12.0...v1.16.1) Updates `python-dotenv` from 1.0.1 to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.1) Updates `tqdm` from 4.67.1 to 4.70.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.1...v4.70.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: uvicorn dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: qdrant-client dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c8e30b3..7d83552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ authors = ["Qdrant Team "] [tool.poetry.dependencies] python = ">=3.9,<3.13" -fastapi = "^0.115.14" -uvicorn = "^0.34.3" +fastapi = ">=0.115.14,<0.129.0" +uvicorn = ">=0.34.3,<0.40.0" torch = "^2.6.0" transformers = "^4.49.0" qdrant-client = "^1.12.0" diff --git a/requirements.txt b/requirements.txt index dcfea77..91dacd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.6.0+cpu +torch==2.8.0 fastapi==0.115.14 ; python_version >= "3.9" and python_version < "3.13" uvicorn==0.34.3 ; python_version >= "3.9" and python_version < "3.13" transformers==4.49.0 ; python_version >= "3.9" and python_version < "3.13" -qdrant-client==1.12.0 ; python_version >= "3.9" and python_version < "3.13" -python-dotenv==1.0.1 ; python_version >= "3.9" and python_version < "3.13" +qdrant-client==1.16.1 ; python_version >= "3.9" and python_version < "3.13" +python-dotenv==1.2.1 ; python_version >= "3.9" and python_version < "3.13" sentence-transformers==2.7.0 ; python_version >= "3.9" and python_version < "3.13" -tqdm==4.67.1 ; python_version >= "3.9" and python_version < "3.13" +tqdm==4.70.0 ; python_version >= "3.9" and python_version < "3.13" numpy==1.26.4 ; python_version >= "3.9" and python_version < "3.13"