Sourced from mypy-boto3-glue's releases.
8.8.0 - Python 3.8 runtime is back
Changed
[services]
install_requires
section is calculated based on dependencies in use, sotyping-extensions
version is set properly[all]
Replacedtyping
imports withcollections.abc
with a fallback totyping
for Python <3.9[all]
Added aliases forbuiltins.list
,builtins.set
,builtins.dict
, andbuiltins.type
, so Python 3.8 runtime should work as expected again (reported by@YHallouard
in #340 and@Omri-Ben-Yair
in #336)[all]
Unions use the same type annotations as the rest of the structures due to proper fallbacksFixed
[services]
Universal input/output shapes were not replaced properly in service subresources[docs]
Simplified doc links rendering for services[services]
Cleaned up unnecessary imports inclient.pyi
[builder]
Import records with fallback are always rendered