From 5761af83dc66c9d137e692da53d4dcc5f344065e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 12:58:17 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [langgraph](https://github.com/langchain-ai/langgraph) and [openai](https://github.com/openai/openai-python). Updates `langgraph` from 0.4.1 to 0.4.3 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.1...0.4.3) Updates `openai` from 1.77.0 to 1.78.1 - [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.77.0...v1.78.1) --- updated-dependencies: - dependency-name: langgraph dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: openai dependency-version: 1.78.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83a801ea..1de1714d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ dependencies = [ "langchain-core>=0.3.56,<1.0.0", "langchain-openai==0.3.16", "langchain-text-splitters==0.3.8", - "langgraph==0.4.1", - "openai==1.77.0", + "langgraph==0.4.3", + "openai==1.78.1", "pgvector==0.3.6", "psycopg2==2.9.10", "pydantic==2.11.4", diff --git a/requirements.txt b/requirements.txt index bf90829f..b3b436be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,8 @@ langchain_core>=0.3.56,<1.0.0 langchain_community==0.3.23 langchain_openai==0.3.16 langchain_text_splitters==0.3.8 -langgraph==0.4.1 -openai==1.77.0 +langgraph==0.4.3 +openai==1.78.1 pgvector==0.3.6 psycopg2==2.9.10 pydantic==2.11.4