Skip to content

v0.6.2: Stable GraphQL Fix

Choose a tag to compare

@keithah keithah released this 04 Sep 15:57
· 58 commits to main since this release

πŸ”§ Critical Bug Fix

Fixed GraphQL Server Error in get_accounts()

  • Resolved persistent "Something went wrong while processing: None" error
  • Simplified query to use only stable fields that work reliably
  • Accounts now fetch successfully with: id, displayName, currentBalance
  • Removed problematic fields: availableBalance, displayBalance, nested objects

βœ… Tested & Verified

  • Authentication works perfectly
  • get_accounts() returns data without errors
  • Session management functioning correctly

πŸš€ Installation

pip install monarchmoney-enhanced==0.6.2

πŸ“ Important Notes

The get_accounts() method now returns a simplified but stable response. This ensures reliable operation while the Monarch Money GraphQL API issues are being addressed.

πŸ€– Generated with Claude Code