Skip to content

enrichmcp 0.4.2

Choose a tag to compare

@github-actions github-actions released this 20 Jun 21:36
· 59 commits to main since this release
1dfe9f2

Changed

  • Renamed app.resource decorator to app.retrieve. app.resource remains
    as a deprecated alias.

Added

  • Support for marking fields as mutable with mutable=True and CRUD example
  • BigInteger column type handling for SQLAlchemy integration
  • Example smoke tests and improved OpenAI chat example
  • Optional cleanup for SQLAlchemy lifespans
  • Detailed ROBOTS guide and CI improvements