fix: pin gql to 3.x for monarchmoney compatibility
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 21s
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 21s
This commit is contained in:
@@ -20,7 +20,7 @@ dependencies = [
|
|||||||
"mcp[cli]>=1.0.0",
|
"mcp[cli]>=1.0.0",
|
||||||
"fastmcp>=0.4.1",
|
"fastmcp>=0.4.1",
|
||||||
"monarchmoney>=0.1.15",
|
"monarchmoney>=0.1.15",
|
||||||
"gql>=4.0",
|
"gql>=3.4,<4.0",
|
||||||
"python-dotenv>=1.0.0",
|
"python-dotenv>=1.0.0",
|
||||||
"pydantic>=2.0.0",
|
"pydantic>=2.0.0",
|
||||||
"starlette>=0.35.0",
|
"starlette>=0.35.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user