yuqi1129 commented on code in PR #10744:
URL: https://github.com/apache/gravitino/pull/10744#discussion_r3070559066
##########
mcp-server/pyproject.toml:
##########
@@ -28,6 +28,10 @@ dependencies = [
"parameterized>=0.9.0",
"pytest>=8.4.1",
"pylint>=2.20.0",
+ # pydocket (a transitive dep of fastmcp>=2.14.0) requires
fakeredis>=2.32.1, but fakeredis
+ # 2.35.0 removed FakeConnection from fakeredis.aioredis which pydocket
still uses. Pin to
+ # <2.35.0 until pydocket is updated.
Review Comment:
I see.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]