Skip to content

Commit 744758e

Browse files
authored
Merge pull request #1 from langchain-ai/eugene/langchain_postgres
Update poetry file
2 parents 5fa1b6d + 81680b3 commit 744758e

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

poetry.lock

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ version = "0.0.1"
44
description = "An integration package connecting Postgres and LangChain"
55
authors = []
66
readme = "README.md"
7-
repository = "https://github.com/langchain-ai/langchain"
7+
repository = "https://github.com/langchain-ai/langchain-postgres"
88
license = "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]
1411
python = "^3.9"
1512
langchain-core = "^0.1"
@@ -26,7 +23,6 @@ optional = true
2623
[tool.poetry.group.test.dependencies]
2724
pytest = "^7.4.3"
2825
pytest-asyncio = "^0.23.2"
29-
langchain-core = {path = "../../core", develop = true}
3026

3127
[tool.poetry.group.codespell]
3228
optional = true
@@ -47,13 +43,11 @@ ruff = "^0.1.8"
4743

4844
[tool.poetry.group.typing.dependencies]
4945
mypy = "^1.7.1"
50-
langchain-core = {path = "../../core", develop = true}
5146

5247
[tool.poetry.group.dev]
5348
optional = true
5449

5550
[tool.poetry.group.dev.dependencies]
56-
langchain-core = {path = "../../core", develop = true}
5751

5852
[tool.ruff.lint]
5953
select = [

0 commit comments

Comments
 (0)