cerbos / query-plan-adapters

Repo of adapters converting a Cerbos Query Plan to a data fetching layer
Apache License 2.0
15 stars 9 forks source link

fix: Backward compatible type subscriptions/unions #65

Closed Sambigeara closed 5 months ago

Sambigeara commented 5 months ago

Makes type hinting syntax compatible with Python 3.8 (as per the versioning specified in pyproject.toml).

See https://github.com/cerbos/cerbos-sdk-python/pull/48 for more context.