diff --git a/poetry.lock b/poetry.lock index 21a0b5c..a15e384 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3049,4 +3049,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6efa5bf120810fbad032a324330e3e95dc623fdb155857bf226304cee528b645" +content-hash = "6323b626c5009e5749770e28609b8eb921891f08777b02cc91f9ccc9e6f9015c" diff --git a/pyproject.toml b/pyproject.toml index 006a74b..fd44a93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-postgres" -version = "0.0.2" +version = "0.0.3" description = "An integration package connecting Postgres and LangChain" authors = [] readme = "README.md" @@ -10,12 +10,12 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" langchain-core = "^0.1" -psycopg = "^3.1.18" +psycopg = "^3" langgraph = "^0.0.32" psycopg-pool = "^3.2.1" -sqlalchemy = "^2.0.29" +sqlalchemy = "^2" pgvector = "^0.2.5" -numpy = "^1.26.4" +numpy = "^1" [tool.poetry.group.docs.dependencies]