You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
build_input_schema derives parameter types from raw annotations
(inspect.signature(eval_str=True)) instead of typing.get_type_hints, so
the JSON Schema is identical across Python versions — Python ≤ 3.10 no longer
adds a spurious nullable: true to None-defaulted parameters.
Changed
Expanded README (full badge set + quickstart); the release now publishes a
coverage badge to gh-pages for the README's coverage shield.