Skip to content

Commit 622bef8

Browse files
committed
x
1 parent 7cc4638 commit 622bef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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"
7-
repository = "https://github.com/langchain-ai/langchain-postgres"
7+
repository = "https://github.com/t stlangchain-ai/langchain-postgres"
88
license = "MIT"
99

1010
[tool.poetry.urls]
1111
"Source Code" = "https://github.com/langchain-ai/langchain-postgres/tree/master/langchain_postgres"
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)