Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / yukinarit/pyserde issues and pull requests
#614 - Bump codecov/codecov-action from 4 to 5
Pull Request -
State: open - Opened by dependabot[bot] 9 days ago
Labels: build
#613 - Update coverage requirement from ==7.6.4 to ==7.6.7
Pull Request -
State: open - Opened by dependabot[bot] 9 days ago
Labels: build
#612 - Fix flatten with default
Pull Request -
State: closed - Opened by yukinarit 10 days ago
Labels: bug
#611 - Support PEP 695 type statements
Issue -
State: open - Opened by davetapley 14 days ago
- 1 comment
Labels: enhancement
#610 - Deserializing Flattened fields with Defaults don't work together as expected
Issue -
State: closed - Opened by magreenberg1 18 days ago
- 3 comments
Labels: bug
#609 - Support plum-dispatch>=2.3
Pull Request -
State: closed - Opened by yukinarit 20 days ago
Labels: build
#608 - `field(skip=True)` doesn't work as expected at version 0.21.0 and above
Issue -
State: closed - Opened by huangboming 21 days ago
- 3 comments
#607 - Bump thollander/actions-comment-pull-request from 2.5.0 to 3.0.1
Pull Request -
State: closed - Opened by dependabot[bot] 23 days ago
Labels: build
#606 - Update mypy requirement from ==1.10.1 to ==1.13.0
Pull Request -
State: closed - Opened by dependabot[bot] 30 days ago
Labels: build
#605 - Implement deny_unknown_fields class attribute
Pull Request -
State: closed - Opened by yukinarit about 1 month ago
- 1 comment
Labels: enhancement
#604 - Optimize imports
Issue -
State: open - Opened by danielgafni about 1 month ago
- 5 comments
Labels: enhancement
#603 - Update coverage requirement from ==7.6.1 to ==7.6.4
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: build
#602 - Update mypy requirement from ==1.10.1 to ==1.12.1
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: build
#601 - Add skip_none parameter
Pull Request -
State: closed - Opened by yukinarit about 1 month ago
- 1 comment
Labels: enhancement
#600 - Bump thollander/actions-comment-pull-request from 2.5.0 to 3.0.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: build
#599 - Update pdoc requirement from ^14 to ^15
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: build
#598 - Update coverage requirement from ==7.6.1 to ==7.6.3
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: build
#597 - SerdeError: Unsupported type when subclass of builtin is
Issue -
State: closed - Opened by davetapley about 1 month ago
- 5 comments
#596 - Extra fields in dict are ignored, instead of throwing an error
Issue -
State: closed - Opened by spapinissi about 2 months ago
- 5 comments
Labels: enhancement
#595 - Update pre-commit requirement from ==v3.8.0 to ==v4.0.1
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 1 comment
Labels: build
#594 - Fix type check test for set
Pull Request -
State: closed - Opened by yukinarit about 2 months ago
Labels: test
#593 - Update pre-commit requirement from ==v3.8.0 to ==v4.0.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 1 comment
Labels: build
#592 - Can pyserde work with property getters setters?
Issue -
State: closed - Opened by nayaabkhan about 2 months ago
- 3 comments
Labels: question
#590 - Update msgpack-types requirement from ^0.3 to ^0.5
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
Labels: build
#589 - Update msgpack-types requirement from ^0.3 to ^0.4
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
- 1 comment
Labels: build
#588 - Update more-itertools requirement from ~=10.4.0 to ~=10.5.0
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: build
#587 - `from_dict` does not fail when parsing a boolean for an integer field
Issue -
State: open - Opened by mcobzarenco 3 months ago
- 1 comment
#586 - Update mypy requirement from ==1.10.1 to ==1.11.2
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 1 comment
Labels: build
#585 - Enum deserialization doesn't work with non-simple enum values
Issue -
State: open - Opened by morrison12 3 months ago
- 4 comments
Labels: enhancement, help wanted
#584 - Fix InitVar with field attribute
Pull Request -
State: closed - Opened by yukinarit 3 months ago
Labels: bug
#583 - Update more-itertools requirement from ~=10.3.0 to ~=10.4.0
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: build
#582 - from_json raises exception trying to convert JSON to a dataclass with an InitVar
Issue -
State: closed - Opened by morrison12 4 months ago
Labels: bug
#581 - dataclass InitVar plus explicit serde decorator breaks metadata and, at least, skip option
Issue -
State: closed - Opened by morrison12 4 months ago
- 3 comments
Labels: bug
#580 - Update coverage requirement from ==7.6.0 to ==7.6.1
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: build
#579 - Update mypy requirement from ==1.10.1 to ==1.11.1
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: build
#578 - Update pre-commit requirement from ==v3.7.1 to ==v3.8.0
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: build
#577 - type_check=disable should not implement beartype
Pull Request -
State: closed - Opened by yukinarit 4 months ago
Labels: bug
#576 - initial working jaxtyping serializing/deserializing
Pull Request -
State: closed - Opened by pablovela5620 4 months ago
- 6 comments
Labels: enhancement
#575 - serde class decorator breaks forward reference resolution
Issue -
State: closed - Opened by jennydaman 4 months ago
- 9 comments
#574 - Update mypy requirement from ==1.10.1 to ==1.11.0
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: build
#573 - Update plum-dispatch requirement from >=2,<2.3 to >=2,<2.6
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 2 comments
Labels: build
#572 - jaxtyping numpy support
Issue -
State: closed - Opened by pablovela5620 4 months ago
- 3 comments
Labels: enhancement
#571 - Update coverage requirement from ==7.5.4 to ==7.6.0
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: build
#570 - Update plum-dispatch requirement from >=2,<2.3 to >=2.5.1.post1,<2.6
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: build
#569 - Improve error message for coercing
Pull Request -
State: closed - Opened by yukinarit 5 months ago
Labels: enhancement
#568 - Update mypy requirement from ==1.10.0 to ==1.10.1
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: build
#567 - Update plum-dispatch requirement from >=2,<2.3 to >=2.4.4,<2.5
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: build
#566 - Revert "Add monthly downloads badge to README"
Pull Request -
State: closed - Opened by yukinarit 5 months ago
#565 - Fix deserialization when internal tagging is used for non dataclass
Pull Request -
State: closed - Opened by yukinarit 5 months ago
Labels: bug
#564 - PEP 649 support
Issue -
State: open - Opened by yukinarit 5 months ago
Labels: enhancement
#563 - Update coverage requirement from ==7.5.3 to ==7.5.4
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: build
#562 - Support numpy v2
Issue -
State: open - Opened by yukinarit 5 months ago
Labels: help wanted
#561 - Fix Union deserialization with different ordering
Pull Request -
State: closed - Opened by yukinarit 5 months ago
Labels: bug
#560 - Translate type-check.md, extension.md, and faq.md to Japanese
Pull Request -
State: closed - Opened by K-dash 5 months ago
- 1 comment
Labels: documentation
#559 - Translate union.md to Japanese
Pull Request -
State: closed - Opened by K-dash 5 months ago
- 1 comment
Labels: documentation
#558 - Translate field-attributes.md to Japanese
Pull Request -
State: closed - Opened by K-dash 5 months ago
- 1 comment
Labels: documentation
#557 - pyserde does not support numpy 2 yet
Pull Request -
State: closed - Opened by yukinarit 5 months ago
Labels: build
#556 - Translate class-attributes.md to Japanese
Pull Request -
State: closed - Opened by K-dash 5 months ago
- 2 comments
Labels: documentation
#555 - Translate decorators.md to Japanese
Pull Request -
State: closed - Opened by K-dash 5 months ago
- 1 comment
Labels: documentation
#554 - Translate types.md to Japanese
Pull Request -
State: closed - Opened by K-dash 5 months ago
- 2 comments
Labels: documentation
#553 - Update more-itertools requirement from ~=10.2.0 to ~=10.3.0
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: build
#552 - 👥 Add @K-dash as a contributor
Pull Request -
State: closed - Opened by yukinarit 5 months ago
- 1 comment
Labels: ignore-for-release
#551 - Translate data-formats.md to Japanese
Pull Request -
State: closed - Opened by K-dash 5 months ago
- 1 comment
Labels: documentation
#550 - Translate getting-started.md to Japanese
Pull Request -
State: closed - Opened by K-dash 6 months ago
- 1 comment
Labels: documentation
#549 - Raise error when flatten can not be used
Pull Request -
State: closed - Opened by yukinarit 6 months ago
#548 - Update documentation of from_dict/to_dict
Pull Request -
State: closed - Opened by yukinarit 6 months ago
Labels: documentation
#547 - Update README and introduction
Pull Request -
State: closed - Opened by yukinarit 6 months ago
Labels: documentation
#546 - Fix mdbook edit-url-template
Pull Request -
State: closed - Opened by yukinarit 6 months ago
Labels: documentation
#545 - Japanese translation
Issue -
State: closed - Opened by yukinarit 6 months ago
- 7 comments
Labels: help wanted, good first issue, documentation
#544 - Add mdbook project for Japanese translation
Pull Request -
State: closed - Opened by yukinarit 6 months ago
Labels: documentation
#543 - Multilingual support for pyserde guide
Issue -
State: closed - Opened by yukinarit 6 months ago
- 1 comment
Labels: help wanted, good first issue, documentation
#542 - Fix flatten for optional
Pull Request -
State: closed - Opened by yukinarit 6 months ago
Labels: bug
#541 - Support Python 3.13
Pull Request -
State: closed - Opened by yukinarit 6 months ago
Labels: ci
#540 - 👥 Add @Aman-Clement as a contributor
Pull Request -
State: closed - Opened by yukinarit 6 months ago
Labels: ignore-for-release
#539 - Update .github/release.yml
Pull Request -
State: closed - Opened by yukinarit 6 months ago
#538 - Cache more code template to speed up @serde codegen
Pull Request -
State: closed - Opened by yukinarit 6 months ago
Labels: performance
#537 - Add monthly downloads badge to README
Pull Request -
State: closed - Opened by Aman-Clement 6 months ago
- 5 comments
Labels: documentation
#536 - Cache typing functions to speed up @serde codegen
Pull Request -
State: closed - Opened by yukinarit 6 months ago
- 1 comment
Labels: performance
#535 - Update plum-dispatch requirement from >=2,<2.3 to >=2,<2.5
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 1 comment
Labels: build
#534 - Update coverage requirement from ==7.5.2 to ==7.5.3
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: build
#533 - Fix broken code completion for LSP and jedi
Pull Request -
State: closed - Opened by yukinarit 6 months ago
- 1 comment
Labels: bug
#532 - Code completion with jedi does not work / jediで`@serde`デコレーターを使用したデータクラスのインスタンスのフィールド・属性が補完されない
Issue -
State: closed - Opened by Spoonail-Iroiro 6 months ago
- 5 comments
#531 - Remove @dataclass from documentation
Pull Request -
State: closed - Opened by yukinarit 6 months ago
Labels: documentation
#530 - Update msgpack-types requirement from ^0.2 to ^0.3
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: build
#529 - Update coverage requirement from ==7.5.1 to ==7.5.2
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: build
#528 - Cache code templates to speed up serde codegen
Pull Request -
State: closed - Opened by yukinarit 6 months ago
- 2 comments
#527 - 👥 Add @barsa-net as a contributor
Pull Request -
State: closed - Opened by yukinarit 6 months ago
Labels: ignore-for-release
#526 - Update pre-commit requirement from ==v3.7.0 to ==v3.7.1
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
Labels: build
#525 - Feature request: support for RON (rusty object notation)
Issue -
State: open - Opened by jennydaman 7 months ago
- 1 comment
Labels: enhancement, help wanted
#524 - Performance becoming an issue
Issue -
State: closed - Opened by AustinScola 7 months ago
- 11 comments
#523 - Update coverage requirement from ==7.5.0 to ==7.5.1
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
Labels: build
#522 - 👥 Add @JWSong as a contributor
Pull Request -
State: closed - Opened by yukinarit 7 months ago
Labels: ignore-for-release
#521 - Update mypy requirement from ==1.9.0 to ==1.10.0
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
Labels: build
#520 - Update coverage requirement from ==7.4.4 to ==7.5.0
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
Labels: build
#519 - Fix pathlib serialization
Pull Request -
State: closed - Opened by yukinarit 7 months ago
Labels: bug
#518 - feat: add support for SQLAlchemy dataclass-mapped tables
Pull Request -
State: closed - Opened by barsa-net 7 months ago
- 6 comments
Labels: enhancement
#517 - Support for SQLAlchemy dataclass
Issue -
State: closed - Opened by barsa-net 7 months ago
Labels: enhancement
#516 - Top-level generic value does not deserialize correctly
Issue -
State: closed - Opened by indigoviolet 7 months ago
- 1 comment
#515 - Can't infer serializer for PurePosixPath subclass since 0.14.2
Issue -
State: closed - Opened by davetapley 7 months ago
Labels: bug
#514 - Custom Serializer doesn't work with top-level data.
Issue -
State: open - Opened by Jasha10 7 months ago
Labels: bug