Skip to content

Commit 8fa8445

Browse files
committed
Need typing-extensions at runtime
1 parent be403f0 commit 8fa8445

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies = [
1111
"langchain-core~=0.3.21",
1212
"mcp~=1.0.0",
1313
"pydantic~=2.10.2",
14+
"typing-extensions~=4.12.2",
1415
]
1516
classifiers = [
1617
"License :: OSI Approved :: MIT License",
@@ -28,7 +29,6 @@ dev = [
2829
"pytest-socket~=0.7.0",
2930
"ruff~=0.8.0",
3031
"mypy~=1.13.0",
31-
"typing-extensions~=4.12.2",
3232
"langchain-groq~=0.2.1",
3333
]
3434

uv.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)