fix: use monarchmoney from git main to get budget fix (#119)
Some checks failed
Build and Push Monarch MCP Docker Image / build (push) Failing after 8s

Since no release has been published in ~11 months, install monarchmoney
directly from git main branch which contains the fix for flexible budgets.
Also updates gql to >=4.0 as required by the main branch.
This commit is contained in:
Ben
2025-12-25 04:35:06 +00:00
parent 52f7a746f9
commit 4382b02450
2 changed files with 56 additions and 75 deletions

View File

@@ -19,8 +19,8 @@ requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.0.0",
"fastmcp>=0.4.1",
"monarchmoney>=0.1.15",
"gql>=3.4,<4.0",
"monarchmoney @ git+https://github.com/hammem/monarchmoney.git",
"gql>=4.0",
"python-dotenv>=1.0.0",
"pydantic>=2.0.0",
"starlette>=0.35.0",