Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compatibility with Python 3.14.0a1
typing.ByteString has been removed, port to the recommended, backwards comptible alternative. Documentation (see: https://docs.python.org/3/library/typing.html#typing.ByteString): Prefer collections.abc.Buffer, or a union like bytes | bytearray | memoryview.
- Loading branch information