Skip to content

Commit 33c177a

Browse files
authored
tighten core dep (#46)
1 parent 79ec4f5 commit 33c177a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/upstage/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/upstage/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pypdf = "^4.2.0"
1616
requests = "^2.31.0"
1717
tokenizers = "^0.19.1"
1818
langchain-openai = "^0.3"
19-
langchain-core = ">=0.3.0,<0.4"
19+
langchain-core = "^0.3.29"
2020

2121
[tool.poetry.group.test]
2222
optional = true

0 commit comments

Comments
 (0)