Skip to content

Commit 946009a

Browse files
authored
loosen core dep to tolerate 0.2 (#44)
1 parent 0705306 commit 946009a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎poetry.lock‎

Lines changed: 6 additions & 5 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99

1010
[tool.poetry.dependencies]
1111
python = "^3.9"
12-
langchain-core = "^0.1"
12+
langchain-core = ">=0.1.50,<0.3"
1313
psycopg = "^3"
1414
langgraph = "^0.0.32"
1515
psycopg-pool = "^3.2.1"

0 commit comments

Comments
 (0)