Radicale
Radicale copied to clipboard
pytest reports warning for radicale/httputils.py
Found:
radicale/httputils.py:44: DeprecationWarning: 'importlib.abc.Traversable' is deprecated and slated for removal in Python 3.14
_TRAVERSABLE_LIKE_TYPE = Union[importlib.abc.Traversable, pathlib.Path]
Can one support fixing this?