From 0e9dda11fa66fb2b2123d827bb8636aba3054ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 16:17:21 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the /python-sdk directory: | Package | From | To | | --- | --- | --- | | [torch](https://github.com/pytorch/pytorch) | `2.1.2` | `2.8.0` | | [langchain](https://github.com/langchain-ai/langchain) | `0.1.0` | `0.3.0.dev1` | | [langchain-community](https://github.com/langchain-ai/langchain-community) | `0.0.10` | `0.3.27` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.4.0` | `1.5.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.1` | `4.66.3` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.39.2` | `1.45.1` | Updates `torch` from 2.1.2 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/compare/v2.1.2...v2.8.0) Updates `langchain` from 0.1.0 to 0.3.0.dev1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-box==0.1.0...langchain==0.3.0.dev1) Updates `langchain-community` from 0.0.10 to 0.3.27 - [Release notes](https://github.com/langchain-ai/langchain-community/releases) - [Commits](https://github.com/langchain-ai/langchain-community/commits/libs/community/v0.3.27) Updates `scikit-learn` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.0...1.5.0) Updates `tqdm` from 4.66.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) Updates `sentry-sdk` from 1.39.2 to 1.45.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/1.45.1/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.39.2...1.45.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: langchain dependency-version: 0.3.0.dev1 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production dependency-group: pip - dependency-name: sentry-sdk dependency-version: 1.45.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index cba453e..368df13 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -1,6 +1,6 @@ # ML/AI Dependencies for Commit-Relay # PyTorch and Deep Learning -torch==2.1.2 +torch==2.8.0 torchvision==0.16.2 torchaudio==2.1.2 transformers==4.36.2 @@ -8,9 +8,9 @@ sentence-transformers==2.3.1 accelerate==0.25.0 # LangChain and LLM Orchestration -langchain==0.1.0 +langchain==0.3.0.dev1 langchain-openai==0.0.2 -langchain-community==0.0.10 +langchain-community==0.3.27 langchain-core==0.1.10 langsmith==0.0.77 @@ -23,7 +23,7 @@ openai==1.7.1 # Data Processing numpy==1.26.3 pandas==2.1.4 -scikit-learn==1.4.0 +scikit-learn==1.5.0 scipy==1.11.4 # Model Training and Evaluation @@ -33,7 +33,7 @@ optuna==3.5.0 wandb==0.16.2 # Utilities -tqdm==4.66.1 +tqdm==4.66.3 pyyaml==6.0.1 python-dotenv==1.0.0 joblib==1.3.2 @@ -46,6 +46,6 @@ pygments==2.17.2 # Monitoring prometheus-client==0.19.0 -sentry-sdk==1.39.2 +sentry-sdk==1.45.1 faiss-cpu==1.13.0 sentence-transformers==5.1.2