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 622bef8Copy full SHA for 622bef8
pyproject.toml
@@ -1,18 +1,18 @@
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"
7
-repository = "https://github.com/langchain-ai/langchain-postgres"
+repository = "https://github.com/t stlangchain-ai/langchain-postgres"
8
license = "MIT"
9
10
[tool.poetry.urls]
11
"Source Code" = "https://github.com/langchain-ai/langchain-postgres/tree/master/langchain_postgres"
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