-
Notifications
You must be signed in to change notification settings - Fork 43
Issues: yukinarit/pyserde
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Support generic classes with fields annotated with bound TypeVars
#624
opened Dec 22, 2024 by
BaxHugh
Generic with bound defined as a string type annotation of a union "type_1 | type_2" does not work
#623
opened Dec 21, 2024 by
BaxHugh
from_dict
does not fail when parsing a boolean for an integer field
#587
opened Sep 3, 2024 by
mcobzarenco
Enum deserialization doesn't work with non-simple enum values
enhancement
New feature or request
help wanted
Extra attention is needed
#585
opened Aug 19, 2024 by
morrison12
Feature request: support for RON (rusty object notation)
enhancement
New feature or request
help wanted
Extra attention is needed
#525
opened May 11, 2024 by
jennydaman
Custom Serializer doesn't work with top-level data.
bug
Bug report or fix
#514
opened Apr 18, 2024 by
Jasha10
Be able to serialize dicts with Enum keys to JSON
enhancement
New feature or request
#468
opened Jan 31, 2024 by
davetapley
Generic deserialization does not work when dataclass is passed in generic arg
bug
Bug report or fix
#464
opened Jan 14, 2024 by
yukinarit
Custom field serialzer in flattened field bug
bug
Bug report or fix
#453
opened Dec 15, 2023 by
AustinScola
Fix mypy/pyright errors in serde/numpy.py
help wanted
Extra attention is needed
refactoring
Refactoring
How can I make a field wrapped in New feature or request
Optional
without a default value to be required during deserialization?
enhancement
#352
opened May 23, 2023 by
Yura52
SerdeError deserializing list of optional
bug
Bug report or fix
#329
opened Mar 23, 2023 by
davetapley
Union of generics doesn't work
enhancement
New feature or request
#301
opened Feb 14, 2023 by
Kobzol
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.