We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc4638 commit 0c08bc9Copy full SHA for 0c08bc9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "langchain-postgres"
3
-version = "0.0.10"
+version = "0.0.11"
4
description = "An integration package connecting Postgres and LangChain"
5
authors = []
6
readme = "README.md"
@@ -12,7 +12,7 @@ license = "MIT"
12
13
[tool.poetry.dependencies]
14
python = "^3.8.1"
15
-langchain-core = "^0.2.13"
+langchain-core = ">=0.2.13,<0.4.0"
16
psycopg = "^3"
17
psycopg-pool = "^3.2.1"
18
sqlalchemy = "^2"
0 commit comments