Skip to content

Commit 1c76218

Browse files
authored
fix(model-profiles): remove langchain-core as a dependency (#33761)
1 parent 90aefc6 commit 1c76218

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

β€Ž.github/workflows/pr_lint.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
langchain
8282
langchain_v1
8383
langchain-classic
84+
model-profiles
8485
standard-tests
8586
text-splitters
8687
docs

β€Žlibs/model-profiles/pyproject.tomlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.10.0,<4.0.0"
99
dependencies = [
10-
"langchain-core>=1.0.0,<2.0.0",
1110
"tomli>=2.0.0,<3.0.0; python_version < '3.11'",
1211
]
1312

β€Žlibs/model-profiles/uv.lockβ€Ž

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

0 commit comments

Comments
Β (0)