From 69d861e4b858ab565aa876fb54c8dce0ec041a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 13:11:37 +0000 Subject: [PATCH] Bump the dev-dependencies group with 7 updates Bumps the dev-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [cachetools](https://github.com/tkem/cachetools) | `5.5.2` | `6.0.0` | | [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.17` | `0.3.18` | | [langgraph](https://github.com/langchain-ai/langgraph) | `0.4.5` | `0.4.7` | | [openai](https://github.com/openai/openai-python) | `1.79.0` | `1.82.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.4` | `2.11.5` | | [supabase](https://github.com/supabase/supabase-py) | `2.15.1` | `2.15.2` | | [tweepy](https://github.com/tweepy/tweepy) | `4.14.0` | `4.15.0` | Updates `cachetools` from 5.5.2 to 6.0.0 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.5.2...v6.0.0) Updates `langchain-openai` from 0.3.17 to 0.3.18 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.17...langchain-openai==0.3.18) Updates `langgraph` from 0.4.5 to 0.4.7 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.5...0.4.7) Updates `openai` from 1.79.0 to 1.82.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.79.0...v1.82.0) Updates `pydantic` from 2.11.4 to 2.11.5 - [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.4...v2.11.5) Updates `supabase` from 2.15.1 to 2.15.2 - [Release notes](https://github.com/supabase/supabase-py/releases) - [Changelog](https://github.com/supabase/supabase-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-py/compare/v2.15.1...v2.15.2) Updates `tweepy` from 4.14.0 to 4.15.0 - [Release notes](https://github.com/tweepy/tweepy/releases) - [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md) - [Commits](https://github.com/tweepy/tweepy/compare/v4.14.0...v4.15.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: langchain-openai dependency-version: 0.3.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: langgraph dependency-version: 0.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: openai dependency-version: 1.82.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: supabase dependency-version: 2.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tweepy dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ requirements.txt | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fce47364..f0363841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,25 +7,25 @@ requires-python = ">=3.13" dependencies = [ "aiohttp==3.11.18", "apscheduler==3.11.0", - "cachetools==5.5.2", + "cachetools==6.0.0", "fastapi==0.115.12", "langchain==0.3.25", "langchain-community==0.3.24", "langchain-core>=0.3.56,<1.0.0", - "langchain-openai==0.3.17", + "langchain-openai==0.3.18", "langchain-text-splitters==0.3.8", - "langgraph==0.4.5", - "openai==1.79.0", + "langgraph==0.4.7", + "openai==1.82.0", "pgvector==0.3.6", "psycopg2==2.9.10", - "pydantic==2.11.4", + "pydantic==2.11.5", "python-dotenv==1.1.0", "python-telegram-bot==22.1", "python-twitter-v2==0.9.2", "requests==2.32.3", "sqlalchemy==2.0.41", "starlette==0.46.2", - "supabase==2.15.1", + "supabase==2.15.2", "tiktoken==0.9.0", "uvicorn==0.34.2", "vecs==0.4.5", diff --git a/requirements.txt b/requirements.txt index f12b5437..fbe98f50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,24 @@ APScheduler==3.11.0 -cachetools==5.5.2 +cachetools==6.0.0 fastapi==0.115.12 langchain==0.3.25 langchain_core>=0.3.56,<1.0.0 langchain_community==0.3.24 -langchain_openai==0.3.17 +langchain_openai==0.3.18 langchain_text_splitters==0.3.8 -langgraph==0.4.5 -openai==1.79.0 +langgraph==0.4.7 +openai==1.82.0 pgvector==0.3.6 psycopg2==2.9.10 -pydantic==2.11.4 +pydantic==2.11.5 python-dotenv==1.1.0 python-telegram-bot==22.1 python-twitter-v2==0.9.2 -tweepy==4.14.0 +tweepy==4.15.0 Requests==2.32.3 SQLAlchemy==2.0.41 starlette==0.46.2 -supabase==2.15.1 +supabase==2.15.2 tiktoken==0.9.0 uvicorn==0.34.2 vecs==0.4.5