From eb64dcf99165ad6b5d2879327c89b73709f6a005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:36:05 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 5 updates Updates the requirements on [beanie](https://github.com/BeanieODM/beanie), [pandas](https://github.com/pandas-dev/pandas), infinity-client, [lancedb](https://github.com/lancedb/lancedb) and [pylance](https://github.com/lance-format/lance) to permit the latest version. Updates `beanie` to 2.0.1 - [Release notes](https://github.com/BeanieODM/beanie/releases) - [Changelog](https://github.com/BeanieODM/beanie/blob/main/docs/changelog.md) - [Commits](https://github.com/BeanieODM/beanie/compare/1.30.0...2.0.1) Updates `pandas` to 3.0.0 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.0...v3.0.0) Updates `infinity-client` to 0.0.77 Updates `lancedb` to 0.27.0 - [Release notes](https://github.com/lancedb/lancedb/releases) - [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md) - [Commits](https://github.com/lancedb/lancedb/compare/v0.24.0...python-v0.27.0) Updates `pylance` to 2.0.0rc2 - [Release notes](https://github.com/lance-format/lance/releases) - [Changelog](https://github.com/lance-format/lance/blob/main/release_process.md) - [Commits](https://github.com/lance-format/lance/compare/v0.31.0-beta.1...v2.0.0-rc.2) --- updated-dependencies: - dependency-name: beanie dependency-version: 2.0.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: infinity-client dependency-version: 0.0.77 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: lancedb dependency-version: 0.27.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pylance dependency-version: 2.0.0rc2 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1fee44f..6df73eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.11,<3.12" dependencies = [ "apscheduler>=3.11.0", "authlib>=1.6.5", - "beanie>=1.30.0,<2.0.0", + "beanie>=1.30.0,<3.0.0", "beautifulsoup4>=4.13.4", "colorlog>=6.8.2", "cryptography>=43.0.1", @@ -42,10 +42,10 @@ ml = [ "chonkie[all]>=1.0.10,<2", "einops>=0.8.1,<0.9", "lance>=1.2.1,<2", - "pandas>=2.3.0,<3", - "infinity-client>=0.0.76,<0.0.77", - "lancedb>=0.24.0,<0.25", - "pylance>=0.31.0b1,<0.32", + "pandas>=2.3.0,<4", + "infinity-client>=0.0.76,<0.0.78", + "lancedb>=0.24.0,<0.28", + "pylance>=0.31.0b1,<2.1", "lingua-language-detector>=2.1.1", ]