issues
search
jcrist
/
msgspec
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
https://jcristharif.com/msgspec/
BSD 3-Clause "New" or "Revised" License
2.43k
stars
75
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`msgspec.convert` seems to not call `dec_hook` for custom dict key
#775
the-forest-tree
opened
1 day ago
0
What should dec_hook raise if the type is unsupported?
#774
lunik1
opened
1 day ago
1
Use eval_type_backport on Python 3.9 if it's installed to resolve `int | None` etc.
#773
ashb
opened
5 days ago
2
Don't fail when parsing types with invalid `__parameters__`
#772
jcrist
closed
6 days ago
0
Backport type annotation syntax support for older python versions
#771
jcrist
opened
6 days ago
5
Similar libraries, but for other languages?
#770
ionelmc
opened
1 week ago
0
Fix for when obj is `UnionType` in `_utils._apply_params`
#769
treykeown
closed
6 days ago
3
How to get access to the tag field in a tagged union
#768
richardshephard1
closed
1 week ago
2
remove copyright year in docs
#767
chirizxc
closed
6 days ago
1
Simply override encode/decode behavior around a builtin
#766
clintval
opened
2 weeks ago
0
Title: msgspec 0.18.6 does not support PEP 517 builds
#765
abelkm99
closed
3 weeks ago
1
New release for Python 3.13
#764
lesleslie
opened
3 weeks ago
4
Remove some missed Python 3.8 code
#763
jcrist
closed
4 weeks ago
0
Upgrade ruff in pre-commit
#762
jcrist
closed
4 weeks ago
0
Remove deprecated `from_builtins`
#761
jcrist
closed
4 weeks ago
0
MNT: account for CPython 314 changes
#760
tacaswell
closed
4 weeks ago
5
Jcrist-main
#759
rjdbcm
closed
4 weeks ago
0
Unexpected error in `convert` for unset values
#758
tijmenr
opened
1 month ago
1
Support encoding any enum type whose value is supported
#757
jcrist
closed
1 month ago
0
Drop Python 3.8 support
#756
jcrist
closed
1 month ago
0
Don't encode dataclass classes
#755
jcrist
closed
1 month ago
0
Support `Raw` in `convert`
#754
jcrist
closed
1 month ago
0
Change behavior of `encode_into` with `offset` > `len(buf)`
#753
jcrist
closed
1 month ago
0
Call `__post_init__` when converting struct from object
#752
jcrist
closed
1 month ago
0
Fix JSON decoding of > 64 bit integers
#751
jcrist
closed
1 month ago
0
Request for prebuilt msgspec-0.18.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
#750
smprather
opened
1 month ago
2
Add support for Union types other than None
#749
nuclearglick
opened
1 month ago
0
`to_builtins` function converts a `Struct` object without default values
#748
luwqz1
closed
1 month ago
1
Generate `__replace__` method on `Struct` types
#747
jcrist
closed
1 month ago
0
Use positional-only args in certain function sigs
#746
jcrist
closed
1 month ago
0
Use `PyType_GetDict` in Python 3.12+
#745
jcrist
closed
1 month ago
0
Support for Python 3.13 freethreading
#744
jcrist
opened
1 month ago
0
Support optional lists of included or excluded fields when calling `msgspec.structs.asdict()`
#743
bdoms
opened
1 month ago
1
Abstract classes using msgspec
#742
arthurbrenno
opened
1 month ago
0
Doesn't install on python 3.13
#741
yc2984
closed
1 month ago
2
Update `decode` signatures for PEP 688
#740
trim21
closed
1 month ago
1
Do you mind me package this into nixpkgs?
#739
luochen1990
closed
1 month ago
2
How to use dict in msgspec.Struct
#738
harryle95
closed
1 month ago
1
Inspection errors on valid union syntax for Python < 3.10
#737
ofek
closed
2 months ago
7
Allow to customize tag field position in array_like struct encoding
#736
regnarg
opened
2 months ago
0
Fix typo
#735
ofek
closed
1 month ago
2
msgpack.Encoder flag to skip any coercion of data types not native to the encoding
#734
nfcampos
opened
2 months ago
1
Best way to encode large JSON plain text into msgpack struct and filter entries
#733
deajan
closed
2 months ago
4
Built-in support for numpy data-types
#732
lunik1
opened
2 months ago
0
Creating a Struct From an Unknown JSON Schema
#731
arthurbrenno
opened
2 months ago
3
"Buffer overflow detected" SIGABRT in json_encode_long when compiled with -D_FORTIFY_SOURCE=2 -O3 on x86_64 with gcc 13.2.0
#730
charles-dyfis-net
closed
1 month ago
2
Treat Pydantic dataclasses as objects that are not dataclasses at all
#729
charles-dyfis-net
opened
2 months ago
0
Ignore Pydantic dataclasses
#728
charles-dyfis-net
opened
2 months ago
1
Encoding exceptions - segfault
#727
regnarg
closed
1 month ago
2
nested tagged unions enumeration
#726
toppk
opened
2 months ago
3
Next