Add support for bypassing pre-packed data

This commit is contained in:
Marco Ribeiro 2026-02-13 11:04:04 -03:00
parent f9806368ae
commit e4ec35b7d3
4 changed files with 21 additions and 3 deletions

View file

@ -2,7 +2,7 @@
import os
from .exceptions import * # noqa: F403
from .ext import ExtType, Timestamp
from .ext import Bypass, ExtType, Timestamp
version = (1, 1, 2)
__version__ = "1.1.2"