Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / lovasoa/marshmallow_dataclass issues and pull requests

#274 - Remove obsolete typeguard checks

Pull Request - State: open - Opened by epenet 1 day ago

#273 - Loosen dependency versions

Pull Request - State: open - Opened by epenet 4 days ago - 1 comment

#272 - Typeguard fails with 8.7.0

Issue - State: open - Opened by epenet 4 days ago - 3 comments

#271 - Update workflow actions to latest versions

Pull Request - State: closed - Opened by dairiki 9 days ago

#270 - The release workflow (to push to PyPI) is broken

Issue - State: closed - Opened by dairiki 9 days ago - 2 comments

#269 - Support for type-generic custom fields

Issue - State: open - Opened by thomashk0 29 days ago

#267 - Introduction of a generic schema used to type load and loads

Issue - State: open - Opened by Vince-LD about 1 month ago - 2 comments

#266 - Ability to override nested class

Pull Request - State: closed - Opened by ddorian about 1 month ago - 2 comments

#265 - Add fields with `init=False` after the object is created

Pull Request - State: open - Opened by ddorian about 1 month ago

#264 - Ability to define `child_metadata` on simple List types

Pull Request - State: open - Opened by ddorian about 1 month ago

#263 - Change supported python versions to 3.8-3.12

Pull Request - State: closed - Opened by jasle about 2 months ago - 3 comments

#262 - Union without typeguard fails without explicit message

Issue - State: closed - Opened by jasle about 2 months ago - 3 comments

#261 - Added test for union with generics

Pull Request - State: closed - Opened by jasle about 2 months ago - 2 comments

#260 - Update depedency typeguard

Pull Request - State: closed - Opened by jasle about 2 months ago - 4 comments

#259 - Add Generic dataclasses

Pull Request - State: open - Opened by mvanderlee 4 months ago - 7 comments

#258 - Fix memory leak issue

Pull Request - State: closed - Opened by mvanderlee 4 months ago - 7 comments

#257 - Add Annotated support

Pull Request - State: closed - Opened by mvanderlee 4 months ago - 8 comments

#256 - Refactor 'NewType' as it no longer conforms to the typing spec

Issue - State: closed - Opened by mvanderlee 4 months ago - 2 comments

#255 - list[enum] ignores "by_value": True flag

Issue - State: open - Opened by rayrapetyan 4 months ago - 1 comment

#254 - "dump" ignores validation

Issue - State: closed - Opened by rayrapetyan 5 months ago - 2 comments

#253 - The type constraint of `errors` is broken

Issue - State: open - Opened by uncle-lv 5 months ago - 3 comments

#252 - add slots, match_args, kw_only to dataclass func

Pull Request - State: open - Opened by kmc6123 5 months ago

#251 - Type stub-only objects not allowed in dataclass fields

Issue - State: closed - Opened by engnatha 9 months ago - 7 comments

#250 - Union with generic types is broken

Issue - State: closed - Opened by mvanderlee 10 months ago - 3 comments

#249 - docs/class_schema: fix formatting

Pull Request - State: closed - Opened by huwcbjones 10 months ago - 1 comment

#248 - Do not ignore Union argument ordering in tests

Pull Request - State: closed - Opened by dairiki 10 months ago

#247 - Union field is broken: The order of Union arguments is indeterminate

Issue - State: open - Opened by dairiki 10 months ago
Labels: bug

#246 - Add Meta option to include non init-ed fields

Pull Request - State: closed - Opened by huwcbjones 10 months ago - 20 comments

#245 - fix _generic_type_add_any

Pull Request - State: closed - Opened by anis-campos 10 months ago

#244 - Validating enum type

Issue - State: open - Opened by zedrdave about 1 year ago - 1 comment

#243 - mypy: error: "Type[X]" has no attribute "Schema" [attr-defined]

Issue - State: open - Opened by darwinyip about 1 year ago - 1 comment

#242 - Move project configuration to pyproject.toml

Pull Request - State: open - Opened by EpicWink about 1 year ago

#241 - Specify build backend

Pull Request - State: open - Opened by EpicWink about 1 year ago - 2 comments

#240 - 8.5.13 broken on py3.9?

Issue - State: closed - Opened by mfalesni about 1 year ago - 3 comments
Labels: bug

#239 - dataclass_transform: use regular dataclasses.field for field_specifiers

Pull Request - State: closed - Opened by noirbee about 1 year ago - 6 comments

#238 - Ability to configure custom Nested field class

Issue - State: open - Opened by npalmius over 1 year ago

#237 - Arch Linux package?

Issue - State: open - Opened by BlackLight over 1 year ago - 4 comments

#236 - Error when using marshmallow_dataclass with attr.s

Issue - State: open - Opened by csghone over 1 year ago - 1 comment

#235 - Fixes for typeguard>=3.0.0rc2 (and mypy 1.1.1)

Pull Request - State: closed - Opened by dairiki over 1 year ago - 1 comment

#234 - Issues with typeguard package v3

Issue - State: closed - Opened by jleben over 1 year ago - 3 comments

#233 - Enum fields always cast as JSON instead of native type

Issue - State: open - Opened by dgaedcke over 1 year ago

#232 - Work in progress: Refactor

Pull Request - State: open - Opened by dairiki over 1 year ago - 6 comments

#231 - add support for union with metadata #166

Pull Request - State: open - Opened by AnkurDedania over 1 year ago - 1 comment

#230 - TypeError when creating a marshmallow schema from dataclass inherited from generic class

Issue - State: open - Opened by shpindler over 1 year ago - 1 comment
Labels: enhancement

#228 - Enum parameters are ignored when loading a schema

Issue - State: closed - Opened by therice over 1 year ago - 3 comments

#227 - Replace marshmallow-enum with native marshmallow.fields.Enum

Pull Request - State: closed - Opened by otonnesen over 1 year ago - 10 comments

#226 - str | None fails

Issue - State: closed - Opened by hydrargyrum over 1 year ago - 5 comments
Labels: bug

#225 - Add native marshmallow.fields.Enum suport

Issue - State: closed - Opened by uvsmtid over 1 year ago - 1 comment

#224 - Fix and update pre-commit tests

Pull Request - State: closed - Opened by dairiki over 1 year ago

#223 - Cyclic references break when using `class_schema` in a class decorator

Issue - State: closed - Opened by thejcannon over 1 year ago - 1 comment
Labels: wontfix

#222 - Misunderstanding about how Union types are read from a JSON?

Issue - State: open - Opened by harris-chris over 1 year ago - 3 comments

#220 - Test under Python 3.11, update CI workflow to latest versions of actions

Pull Request - State: closed - Opened by dairiki over 1 year ago - 1 comment

#219 - Support PEP 604 (X | Y) union notation

Pull Request - State: closed - Opened by dairiki over 1 year ago - 3 comments

#218 - marshmallow_dataclass.class_schema() breaks classes

Issue - State: closed - Opened by LostInDarkMath over 1 year ago - 3 comments

#217 - Using NewType raises TypeError

Issue - State: closed - Opened by EloiZalczer over 1 year ago - 3 comments

#216 - "Deserializing" to None?

Issue - State: closed - Opened by mure almost 2 years ago - 1 comment

#215 - Use Schema for marshal_with

Issue - State: closed - Opened by igoncharov85 almost 2 years ago - 1 comment

#214 - Attempt to address memory leak described in #198

Pull Request - State: open - Opened by dairiki almost 2 years ago - 1 comment

#213 - Add .load_to_dict method to base schema

Pull Request - State: open - Opened by dairiki almost 2 years ago - 2 comments

#212 - Fix test for python 3.11

Pull Request - State: closed - Opened by dairiki almost 2 years ago - 2 comments

#211 - A couple of fixes to make CI tests more resilient

Pull Request - State: closed - Opened by dairiki almost 2 years ago - 4 comments

#210 - Basic support for partial=True

Issue - State: closed - Opened by hhalaby almost 2 years ago - 2 comments

#209 - fix(ci): Don't install the library editable

Pull Request - State: closed - Opened by vit-zikmund almost 2 years ago - 1 comment

#208 - TypeError: object is not a dataclass and cannot be turned into one.

Issue - State: closed - Opened by jacquilevitan almost 2 years ago - 2 comments

#207 - Fix broken user types after typing-inspect 0.8.0

Pull Request - State: closed - Opened by vit-zikmund almost 2 years ago - 9 comments

#206 - Latest version of typing inspect breaks (related to issue #51?)

Issue - State: closed - Opened by winddon almost 2 years ago - 3 comments

#205 - with_args, kw_only, slots support in >=3.10

Pull Request - State: open - Opened by crutcher almost 2 years ago - 2 comments

#204 - added missing dataclasses arguments kw_only, slots, match_args

Pull Request - State: closed - Opened by lorenzosciuto almost 2 years ago - 1 comment

#203 - Generic type as schema field type? Is it possible?

Issue - State: closed - Opened by belo4ya almost 2 years ago - 1 comment

#202 - Add UnionType workaround

Pull Request - State: closed - Opened by Vovetta almost 2 years ago - 1 comment

#201 - Use case help: Schema to expect field a, but to generate field b

Issue - State: closed - Opened by seedship about 2 years ago - 5 comments

#200 - Add support for literal enums

Pull Request - State: open - Opened by SquidDev about 2 years ago

#199 - Parameters of EnumField are ignored when loading a schema

Issue - State: closed - Opened by Grennith about 2 years ago - 1 comment
Labels: duplicate

#197 - dataclasses get unsorted after deserialization

Issue - State: closed - Opened by Shadowhnr about 2 years ago

#195 - apispec is broken with 8.5.4

Issue - State: open - Opened by CedricCabessa about 2 years ago

#194 - AttributeError: 'types.UnionType' object has no attribute '__name__'

Issue - State: closed - Opened by LostInDarkMath about 2 years ago - 3 comments

#193 - Not convertible classes throw AttributeError

Issue - State: open - Opened by antispam2002 about 2 years ago
Labels: bug

#191 - Fix thread-local recursion guard initialization

Pull Request - State: closed - Opened by noirbee about 2 years ago - 3 comments

#190 - AttributeError: '_thread._local' object has no attribute 'seen_classes'

Issue - State: closed - Opened by mivade about 2 years ago - 13 comments

#189 - Fix recursive references when using class_schema()

Pull Request - State: closed - Opened by noirbee about 2 years ago - 5 comments

#188 - cyclic references break when using class_schema

Issue - State: closed - Opened by noirbee about 2 years ago - 3 comments

#187 - Get dataclass declaration scope locals with inspect.currentframe()

Pull Request - State: closed - Opened by noirbee about 2 years ago - 2 comments

#186 - Pr/aleksander pawlak/170

Pull Request - State: closed - Opened by lovasoa about 2 years ago

#185 - fix ci

Pull Request - State: closed - Opened by lovasoa about 2 years ago

#184 - [README] Add documentation about Union types

Pull Request - State: closed - Opened by john-bodley about 2 years ago

#182 - base_schema is incorrectly applied to nested dataclasses

Issue - State: closed - Opened by Askannz about 2 years ago - 2 comments

#180 - Fix use of typing.NewType in Python 3.10

Pull Request - State: closed - Opened by noirbee over 2 years ago - 2 comments

#179 - Support NewType from Python 3.10

Pull Request - State: closed - Opened by shadchin over 2 years ago - 1 comment

#178 - why is type checking not supported for marshmallow_dataclass in PyCharm?

Issue - State: open - Opened by sarimmehdi over 2 years ago - 5 comments

#177 - Update Union to accept custom marshmallow types

Pull Request - State: closed - Opened by aaronstrateos over 2 years ago

#175 - Improve error message when enum validation fails

Issue - State: open - Opened by drewm1980 over 2 years ago