diff --git a/pyproject.toml b/pyproject.toml index bb5e4fc2..60f1497f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-postgres" -version = "0.0.10" +version = "0.0.11" description = "An integration package connecting Postgres and LangChain" authors = [] readme = "README.md" @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.8.1" -langchain-core = "^0.2.13" +langchain-core = ">=0.2.13,<0.4.0" psycopg = "^3" psycopg-pool = "^3.2.1" sqlalchemy = "^2"