Skip to content

Commit 7cca81d

Browse files
committed
Require langchain-core>=1.1.0 for ModelProfileRegistry
langchain-core 1.1.0 introduced ModelProfileRegistry which is required by langchain-tests 1.0.0. Update minimum version constraint to ensure CI resolves to a compatible version.
1 parent 3494fe9 commit 7cca81d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/oci/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/oci/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
license = "UPL-1.0"
77
requires-python = ">=3.10,<4.0"
88
dependencies = [
9-
"langchain-core>=1.0.0,<2.0.0",
9+
"langchain-core>=1.1.0,<2.0.0",
1010
"langchain>=1.0.0,<2.0.0",
1111
"oci>=2.161.0",
1212
"pydantic>=2,<3",

0 commit comments

Comments
 (0)