Loading
typed-settings: fix build failure
updated the package according to the latest information from upstream pyproject.toml: - disable for Python versions below 3.9 - add missing check inputs (that was the reason for the build failures) - require typing-extensions only for Python versions below 3.11 - enable test_deep_options again (this seems to pass now)