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)Hi I could not find the edit button in the ReadTheDocs menu and wonder if this part of the documentation is still up to
date:
https://github.com/marshmallow-code/marshmallow/blob/dev/CONTRIBUTING.rst?plain=1#L30 ...
docs
MarkoM-dot
- 1
- Opened 20 days ago
- #2839
I saw already comments how to workaround this issue:
https://github.com/marshmallow-code/marshmallow/issues/229#issuecomment-363250656
https://github.com/marshmallow-code/marshmallow/issues/229#issuecomment-134387999 ...
matejsp
- Opened 28 days ago
- #2836
If I try to reproduce the solution in
https://github.com/marshmallow-code/marshmallow/issues/2297#issuecomment-2284962125 with partial instead of dateformat,
it fails. I guess this is because the __init__ ...
number492
- Opened on Jun 24
- #2834
class UserConfig(SQLModel, table=True):
__tablename__ = user_config
id: Optional[int] = Field(default=None, primary_key=True)
user_id: Optional[int]
_user_name: str = #--- not in ...
question
dinghao-8
- 1
- Opened on Jun 20
- #2833
Maybe this is subjective, but it feels like the removal of context makes previously simple tasks much more cumbersome
and verbose...
Correct my if I m wrong, but it looks like you expect context to be ...
ThiefMaster
- 3
- Opened on Jun 20
- #2832
Describe the bug
When using fields.Boolean(truthy={True}, falsy={False}) in Marshmallow 3.23.1, I expect only the actual Python booleans
True and False to be accepted as valid input. However, both 0 and ...
oded-gorgias
- 1
- Opened on Jun 18
- #2831
When using load_default with a mutable object like a list in marshmallow.fields.List, the default value is unexpectedly
mutated across schema loads.
Code to Reproduce
from marshmallow import Schema, ...
question
mxamin
- 3
- Opened on Jun 4
- #2830
I m working on an API based flask app with flask-smorest and marshmallow validations. The issue I m running into, is
that many api endpoints require the same type of data, and I don t want to continually ...
question
herkalurk
- 2
- Opened on Jun 3
- #2829
Hi, fields.Dict() do not seem to respect the data_key in v3.26.1.
class Foo(Schema):
bar = fields.Dict(data_key= BAZ , keys=fields.Integer(), values=fields.Integer())
dic = { BAZ : {1, 1} }
Foo().load(dic) ...
Paulsmlim
- Opened on May 27
- #2827
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 on May 5
- #2826

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.