mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-04-10 05:20:17 +00:00
Add support for bypassing pre-packed data
This commit is contained in:
parent
f9806368ae
commit
e4ec35b7d3
4 changed files with 21 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue