Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/marshmallow-code/marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
https://github.com/marshmallow-code/marshmallow
Remove unnecessary ruff config
sloria opened this pull request 13 days ago
sloria opened this pull request 13 days ago
fix: add `file` handling to URL fields
0xDEC0DE opened this pull request 17 days ago
0xDEC0DE opened this pull request 17 days ago
Add pre/post_load parameters to Field
sloria opened this pull request 18 days ago
sloria opened this pull request 18 days ago
Remove unnecessary cast
sloria opened this pull request 19 days ago
sloria opened this pull request 19 days ago
Handle case with multiple post_load methods where one appends to data
sloria opened this pull request 19 days ago
sloria opened this pull request 19 days ago
Break up Extending docs into separate files
sloria opened this pull request 19 days ago
sloria opened this pull request 19 days ago
load accepts Sequence rather than Iterable (rejects generators)
sloria opened this pull request 19 days ago
sloria opened this pull request 19 days ago
Remove `only`, `exclude`, `many`, and `unknown` parameters of `Nested` and require callables to return Schema instances
sloria opened this issue 19 days ago
sloria opened this issue 19 days ago
Fix typing of validates_schema
sloria opened this pull request 20 days ago
sloria opened this pull request 20 days ago
Fix handling data_key in ValidationErrors raised in schema validators
sloria opened this pull request 20 days ago
sloria opened this pull request 20 days ago
Update ruff source paths to include tests and examples
sloria opened this pull request 20 days ago
sloria opened this pull request 20 days ago
Rename watch-docs->docs-serve and improve the command
sloria opened this pull request 20 days ago
sloria opened this pull request 20 days ago
Make arguments to decorators keyword-only
sloria opened this pull request 20 days ago
sloria opened this pull request 20 days ago
Enable all ruff rules except those explicitly ignored
sloria opened this pull request 21 days ago
sloria opened this pull request 21 days ago
Add field-level pre/post-load API
sloria opened this issue 21 days ago
sloria opened this issue 21 days ago
Allow validators to transform values
sloria opened this pull request 23 days ago
sloria opened this pull request 23 days ago
Follow pep8 for TypeVar naming; fix typing for Context.get
sloria opened this pull request 23 days ago
sloria opened this pull request 23 days ago
Clean up changelog
sloria opened this pull request 23 days ago
sloria opened this pull request 23 days ago
Minor docs improvements
sloria opened this pull request 23 days ago
sloria opened this pull request 23 days ago
Fix broken links
sloria opened this pull request 23 days ago
sloria opened this pull request 23 days ago
Add announcement banner
sloria opened this pull request 23 days ago
sloria opened this pull request 23 days ago
Add upgrading guides for 3.24 and 3.26
sloria opened this pull request 23 days ago
sloria opened this pull request 23 days ago
Revert "Add type annotation for set_class (#2777)"
sloria opened this pull request 24 days ago
sloria opened this pull request 24 days ago
Update examples to use inline dependencies; remove redundant examples
sloria opened this pull request 24 days ago
sloria opened this pull request 24 days ago
Add type annotation for set_class
sloria opened this pull request 24 days ago
sloria opened this pull request 24 days ago
Move constants to constants.py and document them
sloria opened this pull request 24 days ago
sloria opened this pull request 24 days ago
Fix mypy setup
sloria opened this pull request 24 days ago
sloria opened this pull request 24 days ago
Documentation improvements
sloria opened this pull request 25 days ago
sloria opened this pull request 25 days ago
Remove unused get_fixed_timezone
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
Check for fields declared as instances at class declaration rather than at instantiation
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
Validate unknown with type checking rather than at runtime
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
Make first argument to loads positional-only
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
Fix typing of loads
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
Remove unused utils.is_keyed_tuple
lafrech opened this pull request 26 days ago
lafrech opened this pull request 26 days ago
Remove utils.from_rfc, rfcformat
lafrech opened this pull request 26 days ago
lafrech opened this pull request 26 days ago
Remove utils.isoformat, to_iso_time, to_iso_date
lafrech opened this pull request 26 days ago
lafrech opened this pull request 26 days ago
Document class meta changes
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
Rename json_data to s
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
Document Schema.dict_class
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
Warn when using ordered class Meta option
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
Add type annotations to SchemaMeta
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
Add type annotations and docs for class Meta options
sloria opened this pull request 26 days ago
sloria opened this pull request 26 days ago
More linking to marshmallow.Schema.Meta
sloria opened this pull request 27 days ago
sloria opened this pull request 27 days ago
Remove unnecessary import alias
sloria opened this pull request 27 days ago
sloria opened this pull request 27 days ago
Improve readability of summary tables
sloria opened this pull request 27 days ago
sloria opened this pull request 27 days ago
Fix a few type annotations in fields and class_registry
sloria opened this pull request 27 days ago
sloria opened this pull request 27 days ago
Run mypy against tests
sloria opened this pull request 27 days ago
sloria opened this pull request 27 days ago
Use Validator type
sloria opened this pull request 28 days ago
sloria opened this pull request 28 days ago
Add config for view button
sloria opened this pull request 28 days ago
sloria opened this pull request 28 days ago
Remove unused _signature function and docs cleanups
sloria opened this pull request 28 days ago
sloria opened this pull request 28 days ago
More documentation improvements
sloria opened this pull request 28 days ago
sloria opened this pull request 28 days ago
Document base field deprecations in API docs
sloria opened this pull request 28 days ago
sloria opened this pull request 28 days ago
Fix heading underlines in changelog to be consistent
sloria opened this pull request 28 days ago
sloria opened this pull request 28 days ago
Migrate docs theme to furo
sloria opened this pull request 28 days ago
sloria opened this pull request 28 days ago
DRY elevator pitch and sponsors sections of docs
sloria opened this pull request 28 days ago
sloria opened this pull request 28 days ago
Minor documentation improvements
sloria opened this pull request 29 days ago
sloria opened this pull request 29 days ago
Restore SchemaABC for backwards-compatibility
sloria opened this pull request 29 days ago
sloria opened this pull request 29 days ago
Fix opts typing
sloria opened this pull request 29 days ago
sloria opened this pull request 29 days ago
Removal of SchemaABC in v3.24 breaks marshmallow-jsonapi
rollercoaster opened this issue about 1 month ago
rollercoaster opened this issue about 1 month ago
Improve types for get_declared_fields
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Avoid breaking inspect.signature on fields
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Add top-level API to API docs; use explicit references to Schema
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
The sphinx inventory files in readthedocs is missing top-level symbols
llucax opened this issue about 1 month ago
llucax opened this issue about 1 month ago
Context.__enter__ returns self
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Expect predicate functions to return a bool
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Update predicate implementation
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Fix typing for class_registry.get_class
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request about 1 month ago
pre-commit-ci[bot] opened this pull request about 1 month ago
4.0
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Deprecation warnings for marshmallow 4 changes
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Deprecate context
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Allow fields to accept their internal value types
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Exemplify using type aliases for Context
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Remove versionadded and versionchanged from 1.x
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Add more documentation for Context
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Make casing consistent across docs
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Make Field a generic type; refactor inheritance hierarchies
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Fix typing for schema param of _bind_to_schema
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Various typing improvements to fields module
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Remove FieldABC and the base module
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Fixes and improvements to Nested typing
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Remove `Field._CHECK_ATTRIBUTE`
lafrech opened this pull request about 1 month ago
lafrech opened this pull request about 1 month ago
Remove deprecated version attributes
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Replace type comments with inline typing
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Various build updates
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Update upgrading guide
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Rename pass_many to pass_collection
lafrech opened this pull request about 1 month ago
lafrech opened this pull request about 1 month ago
More documentation cleanup
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Documentation cleanup
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Fix typing for Schema.from_dict
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Add types to Field subclass kwargs
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Q. `Pluck` fields not serializing in nested relationship
noeunkim opened this issue about 1 month ago
noeunkim opened this issue about 1 month ago
Add typing to context.py
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Don't check for False from validators
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Use a context variable to pass Schema context
lafrech opened this pull request about 1 month ago
lafrech opened this pull request about 1 month ago
Rename schema param to parent in _bind_to_schema
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Remove implicit field creation
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Remove ordered class Meta option
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Remove remaining deprecated API
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago
Remove default and missing properties
sloria opened this pull request about 1 month ago
sloria opened this pull request about 1 month ago