From 622bef8cc94d674aa0fe0d86c6f73185fad6b0d7 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 12 Sep 2024 16:56:43 -0400 Subject: [PATCH 1/2] x --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb5e4fc2..8a27cdf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [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" -repository = "https://github.com/langchain-ai/langchain-postgres" +repository = "https://github.com/t stlangchain-ai/langchain-postgres" license = "MIT" [tool.poetry.urls] @@ -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" From 34d676c91dbe370354523ee44b078aaf9a835849 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 12 Sep 2024 16:57:12 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a27cdf7..60f1497f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.11" description = "An integration package connecting Postgres and LangChain" authors = [] readme = "README.md" -repository = "https://github.com/t stlangchain-ai/langchain-postgres" +repository = "https://github.com/langchain-ai/langchain-postgres" license = "MIT" [tool.poetry.urls]