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
#450 - >0.5.8 issue with beartype>0.10.0
Issue -
State: closed - Opened by a-mckinley over 1 year ago
- 3 comments
Labels: bug, api/v0
#449 - Update Python version boundaries to include 3.12
Pull Request -
State: closed - Opened by cdce8p over 1 year ago
- 8 comments
#448 - build(deps-dev): bump certifi from 2023.5.7 to 2023.7.22
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#447 - Fixes recursion bug related to enum flags
Pull Request -
State: closed - Opened by matt035343 over 1 year ago
- 3 comments
#446 - [FEATURE] Implement dynamic versioning for releases
Issue -
State: closed - Opened by baldurmen over 1 year ago
- 1 comment
Labels: enhancement, code/ci
#445 - [BUG] enum.IntFlag leads to RecursionError
Issue -
State: closed - Opened by powellnorma over 1 year ago
- 4 comments
Labels: bug
#444 - Temporarily disable code coverage publish for fork PRs
Pull Request -
State: closed - Opened by george-zubrienko over 1 year ago
- 1 comment
#443 - Code Coverage Publish breaks CI on Fork PRs
Issue -
State: open - Opened by george-zubrienko over 1 year ago
- 2 comments
Labels: bug, code/ci
#442 - [FEATURE] Graduate to v1.0 API
Issue -
State: open - Opened by george-zubrienko over 1 year ago
- 37 comments
Labels: enhancement, api/v1
#441 - Revert type hint in annotation call
Pull Request -
State: closed - Opened by george-zubrienko over 1 year ago
- 1 comment
#440 - Fixes bug related to Tuples defined with ellipsis
Pull Request -
State: closed - Opened by matt035343 over 1 year ago
- 4 comments
Labels: bug
#439 - Fix multiline scripts in CI
Pull Request -
State: closed - Opened by george-zubrienko over 1 year ago
- 1 comment
#438 - [BUG] release v0.5.10 not published to PyPi
Issue -
State: closed - Opened by edwargix over 1 year ago
- 8 comments
Labels: bug
#437 - Remove push event filter from release workflow
Pull Request -
State: closed - Opened by george-zubrienko over 1 year ago
- 1 comment
#436 - Fix branch name filter in prepare-release.yaml
Pull Request -
State: closed - Opened by george-zubrienko over 1 year ago
- 2 comments
#435 - Fixes heterogeneous tuple decoding
Pull Request -
State: closed - Opened by matt035343 over 1 year ago
- 4 comments
#434 - fix mashmallow fields.Tuple creation
Pull Request -
State: closed - Opened by healthmatrice over 1 year ago
- 4 comments
#433 - [BUG] #411 introduced even worse side effect than it fixed.
Issue -
State: closed - Opened by healthmatrice over 1 year ago
- 22 comments
Labels: bug
#432 - [BUG] schema() fails when there is tuple field.
Issue -
State: closed - Opened by healthmatrice over 1 year ago
- 4 comments
Labels: bug
#431 - Use Poetry for dependency management
Pull Request -
State: closed - Opened by george-zubrienko over 1 year ago
- 8 comments
#429 - [BUG] NameError when using dataclass_json with pulumi.Input
Issue -
State: closed - Opened by yoanisgil over 1 year ago
- 5 comments
Labels: bug
#427 - [BUG] tuple decode assumes homogenous sequence
Issue -
State: closed - Opened by skeggse over 1 year ago
- 9 comments
Labels: bug
#426 - fix: surface nested mapping errors
Pull Request -
State: closed - Opened by skeggse over 1 year ago
- 2 comments
#422 - [BUG] dataclasses-json not throwing error on mismatched types between array and object
Issue -
State: closed - Opened by TristanSpeakEasy over 1 year ago
- 5 comments
Labels: bug, triage
#413 - Use Poetry for module build and automate PyPi publishing
Issue -
State: closed - Opened by george-zubrienko over 1 year ago
- 13 comments
Labels: enhancement
#411 - Fix autocomplete when using annotation
Pull Request -
State: closed - Opened by george-zubrienko over 1 year ago
#410 - feat: use default value when a not optional field is null from json.
Issue -
State: open - Opened by Bidaya0 over 1 year ago
- 5 comments
Labels: triage, requires-follow-up, api/v0
#408 - When using `shcema().load()` with enabled `from __future__ import annotations`, warning occurred.
Issue -
State: closed - Opened by yuji38kwmt over 1 year ago
- 1 comment
Labels: api/v0
#406 - Fix: default_factory returned without being called when filling default value in schema
Pull Request -
State: open - Opened by jamesbw over 1 year ago
#405 - Use getter for Optional fields
Pull Request -
State: closed - Opened by ha1dfo over 1 year ago
- 2 comments
#404 - from_json doesn't work on a class that contains a PEP 585 parameterized generic
Issue -
State: closed - Opened by Barabas5532 over 1 year ago
#403 - ci: bump gh action
Pull Request -
State: closed - Opened by lidatong over 1 year ago
#402 - [Bug]: Intellisense Not Working
Issue -
State: open - Opened by mahyarmirrashed over 1 year ago
- 4 comments
Labels: bug, api/v0
#401 - Update test_annotations.py to be compatible with mypy >= 0.991
Issue -
State: open - Opened by Maniatty almost 2 years ago
- 1 comment
#400 - ci: disable 3.6
Pull Request -
State: closed - Opened by lidatong almost 2 years ago
#398 - Cannot generate schema for `typing.Tuple[...types]`
Issue -
State: closed - Opened by saabeilin almost 2 years ago
- 1 comment
Labels: bug, triage
#397 - #395: fields with no default value/factory should be marked as required when generating schema
Pull Request -
State: open - Opened by deansg almost 2 years ago
#396 - Running tests/code locally with Python 3.7 requires installing importlib-metadata 4.*
Issue -
State: open - Opened by deansg almost 2 years ago
#395 - Generated schema doesn't enforce required fields
Issue -
State: open - Opened by deansg almost 2 years ago
#394 - Fixes recursive dict encoding
Pull Request -
State: open - Opened by matt035343 almost 2 years ago
- 2 comments
#393 - get class name inside the json/dict object
Issue -
State: closed - Opened by skoudoro almost 2 years ago
#392 - errors to do with type mismatches just swallowed by library
Issue -
State: open - Opened by TristanSpeakEasy almost 2 years ago
#391 - `to_dict(encode_json=True)` is not recursive
Issue -
State: open - Opened by matt035343 almost 2 years ago
#390 - [Feature Request] Support Custom Classes for Fields (w/ a Caveat)
Issue -
State: closed - Opened by ZibingZhang almost 2 years ago
- 1 comment
#389 - Fixed a bug when using a `list`.
Pull Request -
State: closed - Opened by nolimitech about 2 years ago
- 3 comments
#388 - Improved documentation for linting/static analysis support
Pull Request -
State: open - Opened by matanco64 about 2 years ago
#385 - Array encoding not respecting specified config
Issue -
State: open - Opened by qiuchengxuan about 2 years ago
- 1 comment
Labels: triage, api/v0
#384 - Drop marshmallow-enum dependency
Pull Request -
State: open - Opened by a-was about 2 years ago
#383 - Setting default value when optional field's dependency is set
Issue -
State: open - Opened by dodgyville about 2 years ago
#382 - CatchAll not compatible with __futures__.annotations
Issue -
State: closed - Opened by stadelmanma about 2 years ago
- 1 comment
#381 - Hot to change datetime print format?
Issue -
State: open - Opened by adv-zl about 2 years ago
- 1 comment
#380 - Drop marshmallow_enum dependency
Issue -
State: open - Opened by deuxnids about 2 years ago
#379 - to_json converts dict keys from int to str
Issue -
State: closed - Opened by bicabone about 2 years ago
#378 - New Release Request
Issue -
State: open - Opened by rvikart about 2 years ago
#377 - how to setup variable data
Issue -
State: open - Opened by FrankC01 about 2 years ago
#376 - Leading underscore are not kept in `to_dict` method
Issue -
State: open - Opened by clementta about 2 years ago
#375 - Add support for enhanced builtin instantiation
Pull Request -
State: closed - Opened by rpmcginty about 2 years ago
- 3 comments
#374 - Update usage of mypy.main in test following updates to mypy package
Pull Request -
State: closed - Opened by rpmcginty about 2 years ago
- 1 comment
#373 - from_json not working properly on typed object
Issue -
State: open - Opened by dan-bar-dov about 2 years ago
- 4 comments
Labels: triage
#372 - schema().load in combination with custom field metadata (mm_field) and letter_case throws 'Unknown field'
Issue -
State: open - Opened by mtin over 2 years ago
- 4 comments
#371 - Restore `schema()` type safety by fixing generic type alias misuse
Pull Request -
State: open - Opened by andersk over 2 years ago
#370 - `MyClass.schema()` returns `SchemaF[Any]`, providing no type safety, rather than `SchemaF[MyClass]`
Issue -
State: open - Opened by andersk over 2 years ago
#369 - exclude is not propagated to marshmallow schema
Issue -
State: open - Opened by andersk over 2 years ago
- 3 comments
Labels: api/v0
#368 - Fix config(exclude=…) type annotations
Pull Request -
State: closed - Opened by andersk over 2 years ago
- 3 comments
#367 - Ignoring `None`/`null` when encoding
Issue -
State: open - Opened by kevinhikaruevans over 2 years ago
- 2 comments
#366 - Error did not occur when specifying incorrect type hint
Issue -
State: closed - Opened by yuji38kwmt over 2 years ago
- 2 comments
#365 - Cannot decode type 'bytes'
Issue -
State: closed - Opened by DavidNeuroth over 2 years ago
- 6 comments
Labels: triage
#364 - Unused Typevars in api.py
Issue -
State: open - Opened by sgerodes over 2 years ago
#363 - Fix deserialization for typing.Counter
Pull Request -
State: closed - Opened by n1chre over 2 years ago
- 3 comments
#362 - fixing link
Pull Request -
State: closed - Opened by sam-recharge over 2 years ago
#361 - Recursive Data Structures
Issue -
State: closed - Opened by aersam over 2 years ago
- 5 comments
Labels: enhancement
#360 - chore: improved type annotation
Pull Request -
State: closed - Opened by jackgene over 2 years ago
- 2 comments
#359 - Add support for setting field name from class name.
Pull Request -
State: open - Opened by Dvergatal over 2 years ago
- 1 comment
#358 - Different field_name on different object returned
Issue -
State: open - Opened by Dvergatal over 2 years ago
#357 - Fix decoding of nested collections
Pull Request -
State: open - Opened by dax over 2 years ago
- 1 comment
#356 - serialization opt ignore_custom_naming added
Pull Request -
State: closed - Opened by Tsanton over 2 years ago
- 1 comment
#355 - Ignore custom name mappings on serialization
Issue -
State: open - Opened by Tsanton over 2 years ago
- 1 comment
#354 - Fixing bug in decoder eval for optional fields
Pull Request -
State: open - Opened by rpmcginty over 2 years ago
- 10 comments
#353 - [bug] Custom decoder for `Optional` field always evaluated
Issue -
State: open - Opened by rpmcginty over 2 years ago
- 3 comments
#352 - Add support for encoding numpy integer and floating point types
Pull Request -
State: closed - Opened by pvanheus over 2 years ago
- 6 comments
#351 - fix(mm): Replace deprecated Marshmallow Field parameters
Pull Request -
State: open - Opened by stevenpackardblp over 2 years ago
- 11 comments
Labels: requires-follow-up
#350 - Update repo to support pre-marshmallow 3.0.0 versions
Pull Request -
State: closed - Opened by thechopkins over 2 years ago
#349 - Support union type syntax as defined in PEP 604 and implemented in Python 3.10
Issue -
State: open - Opened by zyv over 2 years ago
- 6 comments
Labels: bug, triage
#348 - Add support for `str` subclasses
Issue -
State: closed - Opened by rpmcginty over 2 years ago
- 2 comments
Labels: triage
#347 - Order of annotations matters?
Issue -
State: open - Opened by allquixotic over 2 years ago
- 2 comments
#346 - #341: Fixes for type-parameters without arguments
Pull Request -
State: closed - Opened by USSX-Hares over 2 years ago
- 4 comments
#345 - Annotations test: Add `clean_exit=True` for `mypy_main()`
Pull Request -
State: closed - Opened by USSX-Hares over 2 years ago
- 1 comment
#344 - validate not working for metadata
Issue -
State: open - Opened by jerryan999 over 2 years ago
- 1 comment
#343 - Explicitly allow dataclasses_json.cfg.config() argument letter_case to accept LetterCase members
Pull Request -
State: closed - Opened by USSX-Hares over 2 years ago
- 3 comments
#342 - PyPI packages failing for all versions
Issue -
State: closed - Opened by langolier7 over 2 years ago
#341 - `typing` module types without parameters broken when using Python 3.9
Issue -
State: closed - Opened by Letsch22 over 2 years ago
- 1 comment
#340 - Strange forward reference behavior with Marshmallow schema
Issue -
State: open - Opened by bpdavis86 over 2 years ago
- 1 comment
#339 - List type works but Optional[List] fails?
Issue -
State: closed - Opened by danielmcquillen over 2 years ago
- 1 comment
#338 - can we automatically generate the type stub?
Issue -
State: open - Opened by braindevices over 2 years ago
- 2 comments
#337 - Documentation error: Extension example repeats Override example
Issue -
State: open - Opened by macdjord over 2 years ago
- 4 comments
#336 - Exclude function type signature does not match usage
Issue -
State: open - Opened by artificial-aidan almost 3 years ago
- 1 comment
#335 - testsuite failure on tests/test_annotations.py::TestAnnotations::test_type_hints
Issue -
State: closed - Opened by baldurmen almost 3 years ago
- 1 comment
#333 - to_json() includes the fields marked with repr=True also
Issue -
State: open - Opened by mhtocs almost 3 years ago
- 1 comment
#332 - Overriding field type (datetime.dataetime) encoding per class
Issue -
State: open - Opened by miohtama almost 3 years ago
- 3 comments
#331 - When using `list[str]` as type hint, `TypeError: 'type' object is not subscriptable` occurred.
Issue -
State: closed - Opened by yuji38kwmt almost 3 years ago
- 3 comments