issues Search Results · repo:marshmallow-code/marshmallow language:Python
Filter by
1k results
(65 ms)1k results
inmarshmallow-code/marshmallow (press backspace or delete to remove)On Marshmallow 3.26.1, fields.Time parses times (e.g. 9:00) without a leading zero without issues. On Marshmallow 4.0.0,
the same input throws an error. You need to add a leading 0 (09:00) to pass validation. ...
datetime
question
aaronkavlie-wf
- 3
- Opened 18 days ago
- #2826
I was a bit surprised that in the documentation there is only an example for how to use the experimental Context class,
and not an example of how to do it the none experimental way?
This seems a lot more ...
polymorphism
question
RosanneZe
- 15
- Opened 29 days ago
- #2824
The docstring is correct: :param precision: The time unit used for (de)serialization. Must be one of weeks , days ,
hours , minutes , seconds , milliseconds or microseconds .
it s the units (de)serialised ...
feedback welcome
OJFord
- 2
- Opened on Apr 21
- #2822
IDN: https://en.wikipedia.org/wiki/Internationalized_domain_name
Valid URLs like https://তৌহিদুর.বাংলা are always rejected and there is not way to fix this.
touhidurrr
- Opened on Apr 20
- #2821
Hi team,
Recently, we found a problem related to the latest version. My service is Superset, and we use Celery and Gunicorn to
start the service. Last week, after the marshmallow to the latest version ...
question
anle20
- 1
- Opened on Apr 19
- #2820
I have an schema:
class ExampleSchema(Schema):
name: str
value: int | float | bool
When I pass an integer or boolean value, marshmallow converts it into a float. Is there any clean way to correct ...
polymorphism
Oriel-Barroso
- 1
- Opened on Mar 31
- #2816
https://github.com/marshmallow-code/marshmallow/blob/2fc8207da9cf0cf1d9b9b4ab76d4d0478b588325/docs/quickstart.rst?plain=1#L126C184-L126C196
where it says receives a dictionary of deserialized data
i ...
docs
bashiron
- 2
- Opened on Mar 25
- #2815
I just discover this strange behavior with marshmallow==3.22.0:
class MyChildSchema(Schema):
a = fields.Integer()
b = fields.Integer()
class MySchema(Schema):
child = fields.Nested(MyChildSchema()) ...
SiConsultAdmin
- 3
- Opened on Feb 3
- #2805
Hi @sloria, in https://github.com/marshmallow-code/marshmallow/pull/2760 you added type annotations for
Schema.Meta.fields and other parameters. At present, Schema.Meta.fields is typed as typing.ClassVar[tuple[Field] ...
typing
lawrence-law
- 3
- Opened on Feb 3
- #2804
https://github.com/marshmallow-code/marshmallow/commit/447eb86c9c7073784ae669dc17aac3982f565952 added a default value to
the data argument of marshmallow.fields.Nested._deserialize(), was that intentional? ...
gbenson
- 2
- Opened on Jan 30
- #2802

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.