Skip to content

Filter beartype PEP585 deprecation warning

With Python 3.9, avoid getting dozen of

miniconda3/envs/bliss_dev/lib/python3.9/site-packages/beartype/_util/hint/pep/utilpeptest.py:345: BeartypeDecorHintPep585DeprecationWarning: PEP 484 type hint typing.Tuple[bliss.common.protocols.Scannable, numbers.Real, numbers.Real, numbers.Integral] deprecated by PEP 585 scheduled for removal in the first Python version released after October 5th, 2025. To resolve this, import this hint from "beartype.typing" rather than "typing". See this discussion for further details and alternatives:
    https://github.com/beartype/beartype#pep-585-deprecations

at Bliss startup.

See https://github.com/beartype/beartype#pep-585-deprecations for the fix suggestion.

Merge request reports