From 3016e2adcc8cf0b2bdbba2e9a129cb95620ef364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 03:20:32 +0000 Subject: [PATCH] chore(deps): bump langchain-postgres from 0.0.12 to 0.0.13 Bumps [langchain-postgres](https://github.com/langchain-ai/langchain-postgres) from 0.0.12 to 0.0.13. - [Release notes](https://github.com/langchain-ai/langchain-postgres/releases) - [Commits](https://github.com/langchain-ai/langchain-postgres/compare/v0.0.12...v0.0.13) --- updated-dependencies: - dependency-name: langchain-postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 24871da..6bc204e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2118,19 +2118,19 @@ tiktoken = ">=0.7,<1" [[package]] name = "langchain-postgres" -version = "0.0.12" +version = "0.0.13" description = "An integration package connecting Postgres and LangChain" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "langchain_postgres-0.0.12-py3-none-any.whl", hash = "sha256:b3a8e8fa318ecea1874675ae2bed08fc320e7d4c4f65e016f95808d1164dad51"}, - {file = "langchain_postgres-0.0.12.tar.gz", hash = "sha256:fe44c8073345463720355c86b676c56fc867d5c0995066353f60f2a5d01d0d0d"}, + {file = "langchain_postgres-0.0.13-py3-none-any.whl", hash = "sha256:91cb4e62862b1a1f36cdf8462e34990bc112d5824dfb738cab9ca6577cb27cee"}, + {file = "langchain_postgres-0.0.13.tar.gz", hash = "sha256:3a23f95aaeca9bf03af63cf6b9ef1381b6d2a83605179d307a6606b05e335ab1"}, ] [package.dependencies] langchain-core = ">=0.2.13,<0.4.0" -numpy = ">=1,<2" -pgvector = ">=0.2.5,<0.3.0" +numpy = ">=1.21" +pgvector = "<0.4" psycopg = ">=3,<4" psycopg-pool = ">=3.2.1,<4.0.0" sqlalchemy = ">=2,<3" @@ -2898,6 +2898,7 @@ files = [ {file = "psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4"}, {file = "psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067"}, {file = "psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e"}, + {file = "psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2"}, {file = "psycopg2-2.9.10-cp39-cp39-win32.whl", hash = "sha256:9d5b3b94b79a844a986d029eee38998232451119ad653aea42bb9220a8c5066b"}, {file = "psycopg2-2.9.10-cp39-cp39-win_amd64.whl", hash = "sha256:88138c8dedcbfa96408023ea2b0c369eda40fe5d75002c0964c78f46f11fa442"}, {file = "psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11"}, @@ -4516,4 +4517,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d31de411889f91985a086ab1d2c704a0dae70ba9cd242d29ad89d4dea8f47570" +content-hash = "beff355e553e69271b2e7d8da9c38bdd2378cb60a3ce6db3469a0767e20ee4e4" diff --git a/pyproject.toml b/pyproject.toml index 34ab224..2d054e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pgvector = "^0.2.5" langchain = "^0.3.14" langchain-core = "^0.3.29" langchain-openai = "^0.2.11" -langchain-postgres = "^0.0.12" +langchain-postgres = "^0.0.13" langchain-community = "^0.3.13" langgraph = "^0.2.61" langgraph-checkpoint = "^2.0.8"