Skip to content

v0.7.1

Choose a tag to compare

@flyersworder flyersworder released this 11 Apr 08:32
· 91 commits to main since this release

Fixed

  • Tools factory now passes semantic_source to the Validator: create_tools() was creating the Validator without the semantic_source parameter, so RelationshipChecker never ran through validate_query or run_query. Relationship warnings now surface correctly in the tools layer.
  • Example SDK fallback: agent.py now catches AttributeError alongside ImportError when the installed claude-agent-sdk version is incompatible.

Changed

  • Example demo step: Added a relationship warning demonstration.
  • Dependency upgrades: 39 packages updated (sqlglot 30.4.2, ruff 0.15.10, claude-agent-sdk 0.1.58, etc.)
  • Pre-commit hooks: ruff 0.15.8 → 0.15.10

Full changelog: https://github.com/flyersworder/agentic-data-contracts/blob/main/CHANGELOG.md