From 187ffc91943ed9d6c0a11ee7402bdb54ea862244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 12:44:55 +0000 Subject: [PATCH] Bump the dev-dependencies group with 6 updates Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.23` | `0.3.24` | | [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.16` | `0.3.17` | | [langgraph](https://github.com/langchain-ai/langgraph) | `0.4.3` | `0.4.5` | | [openai](https://github.com/openai/openai-python) | `1.78.1` | `1.79.0` | | [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) | `22.0` | `22.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.40` | `2.0.41` | Updates `langchain-community` from 0.3.23 to 0.3.24 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.23...langchain==0.3.24) Updates `langchain-openai` from 0.3.16 to 0.3.17 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.16...langchain-openai==0.3.17) Updates `langgraph` from 0.4.3 to 0.4.5 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.3...0.4.5) Updates `openai` from 1.78.1 to 1.79.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.78.1...v1.79.0) Updates `python-telegram-bot` from 22.0 to 22.1 - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v22.0...v22.1) Updates `sqlalchemy` from 2.0.40 to 2.0.41 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: langchain-openai dependency-version: 0.3.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: langgraph dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: openai dependency-version: 1.79.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: python-telegram-bot dependency-version: '22.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ requirements.txt | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1de1714d..fce47364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,20 +10,20 @@ dependencies = [ "cachetools==5.5.2", "fastapi==0.115.12", "langchain==0.3.25", - "langchain-community==0.3.23", + "langchain-community==0.3.24", "langchain-core>=0.3.56,<1.0.0", - "langchain-openai==0.3.16", + "langchain-openai==0.3.17", "langchain-text-splitters==0.3.8", - "langgraph==0.4.3", - "openai==1.78.1", + "langgraph==0.4.5", + "openai==1.79.0", "pgvector==0.3.6", "psycopg2==2.9.10", "pydantic==2.11.4", "python-dotenv==1.1.0", - "python-telegram-bot==22.0", + "python-telegram-bot==22.1", "python-twitter-v2==0.9.2", "requests==2.32.3", - "sqlalchemy==2.0.40", + "sqlalchemy==2.0.41", "starlette==0.46.2", "supabase==2.15.1", "tiktoken==0.9.0", diff --git a/requirements.txt b/requirements.txt index b3b436be..389ea499 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,19 +3,19 @@ cachetools==5.5.2 fastapi==0.115.12 langchain==0.3.25 langchain_core>=0.3.56,<1.0.0 -langchain_community==0.3.23 -langchain_openai==0.3.16 +langchain_community==0.3.24 +langchain_openai==0.3.17 langchain_text_splitters==0.3.8 -langgraph==0.4.3 -openai==1.78.1 +langgraph==0.4.5 +openai==1.79.0 pgvector==0.3.6 psycopg2==2.9.10 pydantic==2.11.4 python-dotenv==1.1.0 -python-telegram-bot==22.0 +python-telegram-bot==22.1 python-twitter-v2==0.9.2 Requests==2.32.3 -SQLAlchemy==2.0.40 +SQLAlchemy==2.0.41 starlette==0.46.2 supabase==2.15.1 tiktoken==0.9.0