github shcherbak-ai/contextgem v0.21.0

7 hours ago

Added

  • Python 3.14 support.

Fixed

  • Fixed Union.__getitem__() incompatibility on Python 3.14, which caused JsonObjectConcept structure validation to fail when using complex union/optional type annotations (e.g., Optional[Literal[...] | Literal[...]]).
  • Fixed incomplete types.UnionType detection in type normalization and validation, ensuring union types created with the | operator (Python 3.10+) are handled consistently across Python 3.10–3.14.

Don't miss a new contextgem release

NewReleases is sending notifications on new releases.