Typed-config

Latest version: v2.0.3

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

1.3.0

Drop running tests on Python 3.6 since it is end of life.

1.2.1

Enable CI testing on Python 3.10 and 3.11. Use `sys.version_info` to help with imports as mypy plays nicely with this.

1.2.0

Fix `ImportError` for `typing_extensions` on Python <= 3.7, by requiring it as a dependency. This is because `Literal` is used as a type. This did not become part of the built in `typing` module until Python 3.8.

1.1.0

Remove pointless casting of `default` value, since the `default` should be provided already cast, and should have the same type as the return value of the `cast` function. The also means that the type of a custom `cast` function should only need to accept a string as input, rather than having to check for if it has already been cast.

1.0.3

Make type annotations pass string Mypy checking.

1.0.1

Remove `include_package_data=True` from `setup.py` to ensure `py.typed` is included in source distributions

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.