Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / lidatong/dataclasses-json issues and pull requests
#550 - Remove usage of deprecated default field in Marshmallow
Pull Request -
State: open - Opened by rianwouters 22 days ago
#549 - [FEATURE] Support for descriptor objects
Issue -
State: open - Opened by USSX-Hares about 1 month ago
- 1 comment
Labels: enhancement
#548 - [BUG] `.from_dict` fails with `from __future__ import annotations` and dataclass definition within the same function
Issue -
State: open - Opened by orilg about 2 months ago
Labels: bug
#547 - [BUG] Extending de/encoders do not work with `from __future__ import annotations`
Issue -
State: open - Opened by orilg about 2 months ago
Labels: bug
#546 - [BUG] RemovedInMarshmallow4Warning: The 'default' argument to fields is deprecated. Use 'dump_default' instead.
Issue -
State: open - Opened by woodgear about 2 months ago
Labels: bug
#545 - fix: make functions in LetterCase members of the enum
Pull Request -
State: open - Opened by benberryallwood 2 months ago
#544 - [BUG] Functions in `LetterCase` aren't members of the enum
Issue -
State: open - Opened by benberryallwood 2 months ago
Labels: bug
#543 - [FEATURE] More detail exception with name of attribute
Issue -
State: open - Opened by namezys 2 months ago
Labels: enhancement
#541 - Propagate exclude to marshmallow
Pull Request -
State: open - Opened by artificial-aidan 3 months ago
- 1 comment
#540 - [BUG] Using `HexBytes` results in a bug when deserialising
Issue -
State: open - Opened by royalnine 4 months ago
Labels: bug
#539 - [FEATURE] ADT Support
Issue -
State: open - Opened by IlyaHalsky 4 months ago
Labels: enhancement
#538 - Update Project README
Pull Request -
State: closed - Opened by mahyarmirrashed 4 months ago
#537 - [BUG] warning message dumps large amount of data to stdout
Issue -
State: open - Opened by s4ke 5 months ago
- 6 comments
Labels: bug
#536 - [FEATURE] Find 'best' match for deserialising Unions
Issue -
State: closed - Opened by alexm-plutoflume 5 months ago
Labels: enhancement
#535 - Remove duplicate test in test_union.
Pull Request -
State: open - Opened by arunchaganty 5 months ago
#534 - feat: Add support for Literal types.
Pull Request -
State: open - Opened by arunchaganty 5 months ago
- 1 comment
#533 - [BUG] Importing types in `TYPE_CHECKING` causes `NameError`
Issue -
State: open - Opened by bvle 5 months ago
- 2 comments
Labels: bug
#532 - feat: support abstract collections
Pull Request -
State: closed - Opened by PJCampi 6 months ago
- 3 comments
#531 - [BUG] TypeError: cannot pickle '..' - despite being excluded
Issue -
State: open - Opened by powellnorma 6 months ago
Labels: bug
#530 - [BUG] Documentation is misleading.
Issue -
State: open - Opened by mahyarmirrashed 6 months ago
- 3 comments
Labels: bug
#529 - Warn about buggy type resolution
Pull Request -
State: closed - Opened by DavidCain 6 months ago
- 13 comments
#528 - fix: comment from review
Pull Request -
State: closed - Opened by PJCampi 6 months ago
#526 - [FEATURE] Flag for skipping private fields in export
Issue -
State: open - Opened by D-Sokol 7 months ago
- 1 comment
Labels: enhancement
#525 - fix: support generic dataclass
Pull Request -
State: closed - Opened by PJCampi 7 months ago
- 8 comments
#524 - fix: apply global config globally
Pull Request -
State: closed - Opened by PJCampi 7 months ago
- 1 comment
#523 - [BUG] dataclass with generic dataclass field is not loaded correctly
Issue -
State: closed - Opened by PJCampi 7 months ago
- 3 comments
Labels: bug
#522 - [FEATURE] Raise ValidationError if JSON doesn't match any of the types in Union
Issue -
State: open - Opened by PatrickF1 9 months ago
Labels: enhancement
#521 - improvements of subclasses and jsonization time by add two options in global_config
Pull Request -
State: open - Opened by democrazyx 9 months ago
#520 - [BUG] decorator @validates_schema not working when schema loads
Issue -
State: open - Opened by hel-o 9 months ago
Labels: bug
#519 - Fix snakecase converter for strings with multi-digit numbers
Pull Request -
State: open - Opened by jesp1999 9 months ago
- 8 comments
#518 - [BUG] SNAKE LetterCase conversion adding extra underscores for numeric parts
Issue -
State: open - Opened by jesp1999 9 months ago
Labels: bug
#517 - Fix snakecase converter for multi-numeric strings
Pull Request -
State: closed - Opened by jespBE 9 months ago
- 1 comment
#516 - [BUG] SNAKE LetterCase conversion adding extra underscores for numeric parts
Issue -
State: closed - Opened by jespBE 9 months ago
- 1 comment
Labels: bug
#515 - Parse JSON without modifying the dataclass
Issue -
State: open - Opened by mnieber 10 months ago
- 1 comment
Labels: enhancement
#514 - decoding optional decimal fields
Issue -
State: open - Opened by rsarili 10 months ago
#513 - [BUG] Getting `UserWarning` for defining an attribute with type `dict[str, bytes] | None`
Issue -
State: open - Opened by MartinXPN 10 months ago
Labels: bug
#512 - [BUG] encoders / decoders don't apply to list / dict of the class
Issue -
State: open - Opened by noamgat 10 months ago
Labels: bug
#511 - fix: fix deserialization of unions if the type of a field with the same name differs between union members
Pull Request -
State: closed - Opened by TristanSpeakEasy 10 months ago
- 3 comments
#510 - AttributeError: 'list' object has no attribute 'items'
Issue -
State: open - Opened by WolfgangFahl 10 months ago
- 1 comment
Labels: bug
#509 - [BUG] Decoding incompatible with Freezegun
Issue -
State: open - Opened by s3bw 10 months ago
Labels: bug
#508 - Use isinstance instead of checking type
Pull Request -
State: closed - Opened by s3bw 10 months ago
#507 - AttributeError: 'list' object has no attribute 'keys'
Issue -
State: open - Opened by WolfgangFahl 10 months ago
- 3 comments
Labels: bug, api/v0
#506 - [BUG] new key "dataclass_json_config": null
Issue -
State: open - Opened by navimac 10 months ago
- 1 comment
Labels: bug
#505 - [BUG] Generic Collections fields - not respecting `default_factory` `field` specifications
Issue -
State: open - Opened by cagantomer 11 months ago
Labels: bug
#504 - [BUG] Nullable fields are not showing up when deserializing with field(default=None, metadata=config(exclude=lambda x: x is None))
Issue -
State: closed - Opened by yakovsushenok 11 months ago
- 4 comments
Labels: bug
#503 - Added in a more user-friendly error message for when a field is missi…
Pull Request -
State: open - Opened by genixpro 12 months ago
- 1 comment
#502 - [BUG] Nested tuple with union of tuple does not deserialize correctly
Issue -
State: open - Opened by Edgeworth 12 months ago
- 7 comments
Labels: bug, api/v0
#501 - [FEATURE] Omitting undefined Optional field when serializing
Issue -
State: open - Opened by PierreRust about 1 year ago
- 2 comments
Labels: enhancement, api/v1
#500 - Fixes catchall inheritance issue
Pull Request -
State: closed - Opened by jasonrock-a3 about 1 year ago
- 3 comments
#499 - [BUG] 0.6.2 changes CatchAll behavior in unexpected ways
Issue -
State: closed - Opened by jasonrock-a3 about 1 year ago
- 2 comments
Labels: bug
#498 - [BUG] Numpy decode issue...
Issue -
State: open - Opened by bgyooPtr about 1 year ago
Labels: bug
#497 - [BUG] No way to default explicit nulls/Nones to a value
Issue -
State: open - Opened by PatrickF1 about 1 year ago
Labels: bug, triage
#496 - build(deps-dev): bump urllib3 from 2.0.4 to 2.0.7
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#495 - Add support for InitVar
Pull Request -
State: open - Opened by matt035343 about 1 year ago
#494 - Fix a case when builtin subclass is not converted back to the hinted type
Pull Request -
State: open - Opened by george-zubrienko about 1 year ago
- 2 comments
#493 - Fix an issue introduced with hetero tuple decode
Pull Request -
State: closed - Opened by george-zubrienko about 1 year ago
- 3 comments
#492 - build(deps-dev): bump gitpython from 3.1.32 to 3.1.37
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies
#491 - [minimal-repro-testcase] from v0.5.12 on, tuple fields get truncated
Issue -
State: closed - Opened by simlei about 1 year ago
- 5 comments
Labels: bug, api/v0
#490 - fix: allow using CatchAll with postponed evaluation of annotations
Pull Request -
State: closed - Opened by 2ynn about 1 year ago
- 1 comment
#489 - build(deps-dev): bump urllib3 from 2.0.4 to 2.0.6
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies
#488 - [BUG] Dataclass.from_json with Union type fields infers missing fields and fails in the wrong spot
Issue -
State: open - Opened by pingretispec about 1 year ago
- 1 comment
Labels: bug
#487 - Fix PEP 0673 before 3.11
Pull Request -
State: closed - Opened by george-zubrienko about 1 year ago
- 2 comments
#486 - fix mypy error when assigning to dataclass_json_config
Pull Request -
State: closed - Opened by MickaelBergem about 1 year ago
- 5 comments
#485 - [BUG] from_json of class with attribute of list of types which inherit basic types results in wrong result
Issue -
State: open - Opened by NiroHaimo about 1 year ago
- 3 comments
Labels: api/v0
#484 - [FEATURE] Use existing marshmallow schema
Issue -
State: open - Opened by FrankC01 about 1 year ago
Labels: enhancement
#483 - build(deps-dev): bump gitpython from 3.1.32 to 3.1.35
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies
#482 - Add links to make PyPI a better maintainer reference
Pull Request -
State: closed - Opened by pydanny about 1 year ago
#481 - Add links to make PyPI a better maintainer reference
Pull Request -
State: closed - Opened by pydanny about 1 year ago
- 2 comments
#480 - build(deps-dev): bump gitpython from 3.1.32 to 3.1.34
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies
#479 - [BUG] Type hinting
Issue -
State: open - Opened by user293811 about 1 year ago
- 1 comment
Labels: question, api/v0
#479 - [BUG] Type hinting
Issue -
State: closed - Opened by user293811 about 1 year ago
- 1 comment
Labels: question, api/v0
#478 - improve Union deserialization when "__type" field specifier is not present
Pull Request -
State: open - Opened by idbentley about 1 year ago
- 4 comments
#478 - improve Union deserialization when "__type" field specifier is not present
Pull Request -
State: closed - Opened by idbentley about 1 year ago
- 8 comments
#477 - [BUG] PyPI release broken due to GH changes to env protection
Issue -
State: open - Opened by george-zubrienko about 1 year ago
- 5 comments
Labels: bug
#477 - [BUG] PyPI release broken due to GH changes to env protection
Issue -
State: closed - Opened by george-zubrienko about 1 year ago
- 16 comments
Labels: bug
#476 - Update Poetry version used for 3.7 test suite and change Requires-Python boundary
Pull Request -
State: closed - Opened by george-zubrienko about 1 year ago
- 4 comments
#475 - Improve dataclass_json and _process_class type annotations
Pull Request -
State: closed - Opened by ringohoffman about 1 year ago
- 5 comments
#474 - [FEATURE] V1 - Type coercions feature
Issue -
State: open - Opened by george-zubrienko over 1 year ago
Labels: enhancement, api/v1
#473 - [BUG] "Supported types" documentation is not up to date
Issue -
State: open - Opened by matt035343 over 1 year ago
- 1 comment
Labels: bug, code/docs
#472 - _decode_dataclass ignores InitVars because of use of fields
Issue -
State: open - Opened by NiroHaim over 1 year ago
- 5 comments
Labels: bug
#471 - Support for Counter objects
Pull Request -
State: closed - Opened by matt035343 over 1 year ago
- 4 comments
#470 - Add documentation for how to use with Numpy and Pandas
Pull Request -
State: closed - Opened by matt035343 over 1 year ago
- 2 comments
#469 - Fixing case where multiple fields have the same field name
Pull Request -
State: open - Opened by matt035343 over 1 year ago
- 1 comment
#468 - Narrow down implicit boolean conversion introduced in 0.5.8
Pull Request -
State: closed - Opened by george-zubrienko over 1 year ago
- 2 comments
#467 - Checkout with crlf correction
Pull Request -
State: open - Opened by george-zubrienko over 1 year ago
- 5 comments
#466 - [BUG] Type coercion since 0.5.9
Issue -
State: closed - Opened by jfsmith-at-coveo over 1 year ago
- 17 comments
Labels: requires-follow-up, api/v0
#465 - [BUG] global configuration of encoder/decoder for type T is not used for Optional[T] field
Issue -
State: closed - Opened by PJCampi over 1 year ago
- 5 comments
Labels: bug, api/v0
#464 - Fix for #239: Union inside List or Dict is not deserialized as the correspond…
Pull Request -
State: closed - Opened by pawelwilczewski over 1 year ago
- 17 comments
#462 - Fix: if field has custom decoder, schema takes it into account
Pull Request -
State: closed - Opened by deansg over 1 year ago
- 2 comments
#461 - [Guess] Looks like we have CRLF sneaked to the source code tree
Issue -
State: open - Opened by USSX-Hares over 1 year ago
- 4 comments
Labels: bug
#460 - [BUG] Generated schema doesn't take into account custom decoder
Issue -
State: closed - Opened by deansg over 1 year ago
Labels: bug
#459 - Dataclasses containing variables that reference themselves in list/dict fail to re-create as original type
Issue -
State: closed - Opened by NiroHaim over 1 year ago
- 13 comments
Labels: bug, api/v0
#458 - [BUG] Incompatibility with from __future__ import annotations Affects Overriding of Global Config in Python 3.11
Issue -
State: closed - Opened by estyxx over 1 year ago
- 4 comments
Labels: bug, triage
#457 - [FEATURE] V1 - Automatic serializer registration from module
Issue -
State: open - Opened by george-zubrienko over 1 year ago
Labels: enhancement, api/v1
#456 - [FEATURE] V1 - Class Hierarchy SerDe
Issue -
State: open - Opened by george-zubrienko over 1 year ago
Labels: enhancement, api/v1
#455 - [FEATURE] V1 - JsonSerializer should support `list`, `dict` and types from `typing` library that are supported in v0
Issue -
State: open - Opened by george-zubrienko over 1 year ago
Labels: enhancement, api/v1
#454 - feat: Implement dymamic versioning
Pull Request -
State: closed - Opened by s-vitaliy over 1 year ago
- 5 comments
#453 - [FEATURE] V1 - Implement base SerDe case for JsonSerializer[MyType]
Issue -
State: open - Opened by george-zubrienko over 1 year ago
- 3 comments
Labels: enhancement, api/v1
#452 - [FEATURE] Remove upper bound on Requires-Python
Issue -
State: closed - Opened by george-zubrienko over 1 year ago
- 8 comments
Labels: enhancement, triage
#451 - [FEATURE] Overwrite encoder via to_dict?
Issue -
State: closed - Opened by powellnorma over 1 year ago
- 5 comments
Labels: enhancement