File tree Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,9 @@ version = "0.0.1"
44description = " An integration package connecting Postgres and LangChain"
55authors = []
66readme = " README.md"
7- repository = " https://github.com/langchain-ai/langchain"
7+ repository = " https://github.com/langchain-ai/langchain-postgres "
88license = " MIT"
99
10- [tool .poetry .urls ]
11- "Source Code" = " https://github.com/langchain-ai/langchain/tree/master/libs/partners/postgres"
12-
1310[tool .poetry .dependencies ]
1411python = " ^3.9"
1512langchain-core = " ^0.1"
@@ -26,7 +23,6 @@ optional = true
2623[tool .poetry .group .test .dependencies ]
2724pytest = " ^7.4.3"
2825pytest-asyncio = " ^0.23.2"
29- langchain-core = {path = " ../../core" , develop = true }
3026
3127[tool .poetry .group .codespell ]
3228optional = true
@@ -47,13 +43,11 @@ ruff = "^0.1.8"
4743
4844[tool .poetry .group .typing .dependencies ]
4945mypy = " ^1.7.1"
50- langchain-core = {path = " ../../core" , develop = true }
5146
5247[tool .poetry .group .dev ]
5348optional = true
5449
5550[tool .poetry .group .dev .dependencies ]
56- langchain-core = {path = " ../../core" , develop = true }
5751
5852[tool .ruff .lint ]
5953select = [
You can’t perform that action at this time.
0 commit comments