Skip to content

Commit 0c08bc9

Browse files
authored
0.0.11 release: make compatible with langchain 0.3 (#115)
1 parent 7cc4638 commit 0c08bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-postgres"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
description = "An integration package connecting Postgres and LangChain"
55
authors = []
66
readme = "README.md"
@@ -12,7 +12,7 @@ license = "MIT"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.8.1"
15-
langchain-core = "^0.2.13"
15+
langchain-core = ">=0.2.13,<0.4.0"
1616
psycopg = "^3"
1717
psycopg-pool = "^3.2.1"
1818
sqlalchemy = "^2"

0 commit comments

Comments
 (0)