fix: add mcp dependency required by fastmcp
This commit is contained in:
2
poetry.lock
generated
2
poetry.lock
generated
@@ -5590,4 +5590,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.13,<4.0"
|
python-versions = ">=3.13,<4.0"
|
||||||
content-hash = "afcce5ebc6a3e5beddab029d1d1f8d2db09c80a2ad8db346fe591105335ce047"
|
content-hash = "db40b33c9287459e675a33c333509775529ae3945c3104a6fbda6f104c33b2c3"
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ dependencies = [
|
|||||||
"langgraph-checkpoint-postgres (>=3.0.4,<4.0.0)",
|
"langgraph-checkpoint-postgres (>=3.0.4,<4.0.0)",
|
||||||
"psycopg[binary] (>=3.3.3,<4.0.0)",
|
"psycopg[binary] (>=3.3.3,<4.0.0)",
|
||||||
"fastmcp (>=3.1.0,<4.0.0)",
|
"fastmcp (>=3.1.0,<4.0.0)",
|
||||||
|
"mcp (>=1.1.0,<2.0.0)",
|
||||||
"flake8 (>=7.3.0,<8.0.0)"
|
"flake8 (>=7.3.0,<8.0.0)"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user