From f40e2e9185d14c733897f1ec08ad957e7932bc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 19:15:46 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Bumps the dev-dependencies group with 3 updates: [langchain-openai](https://github.com/langchain-ai/langchain), [pydantic](https://github.com/pydantic/pydantic) and [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot). Updates `langchain-openai` from 0.3.12 to 0.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.12...langchain-openai==0.3.15) Updates `pydantic` from 2.11.3 to 2.11.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.3...v2.11.4) Updates `python-telegram-bot` from 21.11.1 to 22.0 - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v21.11.1...v22.0) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 0.3.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pydantic dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: python-telegram-bot dependency-version: '22.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5aaff28b..22c70839 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,15 +3,15 @@ cachetools==5.5.2 fastapi==0.115.12 langchain==0.3.24 langchain_core>=0.3.56,<1.0.0 -langchain_openai==0.3.12 +langchain_openai==0.3.15 langchain_text_splitters==0.3.8 langgraph==0.4.1 openai==1.76.2 pgvector==0.3.6 psycopg2==2.9.10 -pydantic==2.11.3 +pydantic==2.11.4 python-dotenv==1.1.0 -python-telegram-bot==21.11.1 +python-telegram-bot==22.0 python-twitter-v2==0.9.2 Requests==2.32.3 SQLAlchemy==2.0.40