.gitignore
.pre-commit-config.yaml
.releaserc.json
CAPABILITY_MATRIX.md
LICENSE
README.md
SECURITY.md
codecov.yml
mkdocs.yml
pydantic-marshmallow.code-workspace
pyproject.toml
uv.lock
.github/instructions/Change_Size.instructions.md
.github/instructions/Compatibility_Analysis.instructions.md
.github/instructions/Coverage.instructions.md
.github/instructions/Default.instructions.md
.github/instructions/Git.instructions.md
.github/instructions/Implementation.instructions.md
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
.vscode/settings.json
benchmarks/BENCHMARK_REPORT.md
benchmarks/__init__.py
benchmarks/benchmark_framework.py
benchmarks/run_benchmarks.py
docs/examples.md
docs/index.md
docs/api/errors.md
docs/api/hybrid.md
docs/api/index.md
docs/api/schema.md
docs/api/validators.md
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/guide/basic-usage.md
docs/guide/ecosystem.md
docs/guide/field-options.md
docs/guide/hooks.md
docs/guide/nested-models.md
examples/usage.py
src/pydantic_marshmallow/__init__.py
src/pydantic_marshmallow/bridge.py
src/pydantic_marshmallow/errors.py
src/pydantic_marshmallow/field_conversion.py
src/pydantic_marshmallow/py.typed
src/pydantic_marshmallow/type_mapping.py
src/pydantic_marshmallow/validators.py
src/pydantic_marshmallow.egg-info/PKG-INFO
src/pydantic_marshmallow.egg-info/SOURCES.txt
src/pydantic_marshmallow.egg-info/dependency_links.txt
src/pydantic_marshmallow.egg-info/requires.txt
src/pydantic_marshmallow.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_advanced_hooks.py
tests/test_alias_support.py
tests/test_bridge.py
tests/test_combinations.py
tests/test_compatibility.py
tests/test_computed_fields.py
tests/test_dump_options.py
tests/test_edge_cases.py
tests/test_error_handling.py
tests/test_extended_coverage.py
tests/test_extended_performance.py
tests/test_hooks.py
tests/test_marshmallow_contract.py
tests/test_partial_and_unknown.py
tests/test_performance.py
tests/test_return_instance.py
tests/test_schema_parameters.py
tests/test_type_mapping.py
tests/test_validation.py
tests/compatibility/__init__.py
tests/compatibility/conftest.py
tests/compatibility/test_apispec.py
tests/compatibility/test_connexion.py
tests/compatibility/test_flask_marshmallow.py
tests/compatibility/test_flask_rebar.py
tests/compatibility/test_flask_smorest.py
tests/compatibility/test_marshmallow_dataclass.py
tests/compatibility/test_oneofschema.py
tests/compatibility/test_sqlalchemy.py
tests/compatibility/test_webargs.py