HISTORY.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
pydantic/__init__.py
pydantic/_hypothesis_plugin.py
pydantic/annotated_types.py
pydantic/class_validators.py
pydantic/color.py
pydantic/config.py
pydantic/dataclasses.py
pydantic/datetime_parse.py
pydantic/decorator.py
pydantic/env_settings.py
pydantic/error_wrappers.py
pydantic/errors.py
pydantic/fields.py
pydantic/generics.py
pydantic/json.py
pydantic/main.py
pydantic/mypy.py
pydantic/networks.py
pydantic/parse.py
pydantic/py.typed
pydantic/schema.py
pydantic/tools.py
pydantic/types.py
pydantic/typing.py
pydantic/utils.py
pydantic/validators.py
pydantic/version.py
pydantic.egg-info/PKG-INFO
pydantic.egg-info/SOURCES.txt
pydantic.egg-info/dependency_links.txt
pydantic.egg-info/entry_points.txt
pydantic.egg-info/not-zip-safe
pydantic.egg-info/requires.txt
pydantic.egg-info/top_level.txt
tests/__init__.py
tests/check_tag.py
tests/conftest.py
tests/requirements-linting.txt
tests/requirements-testing.txt
tests/test_abc.py
tests/test_aliases.py
tests/test_annotated.py
tests/test_annotated_types.py
tests/test_assert_in_validators.py
tests/test_callable.py
tests/test_color.py
tests/test_construction.py
tests/test_create_model.py
tests/test_dataclasses.py
tests/test_datetime_parse.py
tests/test_decorator.py
tests/test_discrimated_union.py
tests/test_edge_cases.py
tests/test_errors.py
tests/test_fastapi.sh
tests/test_forward_ref.py
tests/test_generics.py
tests/test_hypothesis_plugin.py
tests/test_json.py
tests/test_main.py
tests/test_model_signature.py
tests/test_networks.py
tests/test_networks_ipaddress.py
tests/test_orm_mode.py
tests/test_parse.py
tests/test_private_attributes.py
tests/test_rich_repr.py
tests/test_schema.py
tests/test_settings.py
tests/test_structural_pattern_matching.py
tests/test_tools.py
tests/test_types.py
tests/test_types_payment_card_number.py
tests/test_typing.py
tests/test_utils.py
tests/test_validators.py
tests/test_validators_dataclass.py
tests/test_version.py
tests/mypy/__init__.py
tests/mypy/test_mypy.py
tests/mypy/configs/mypy-default.ini
tests/mypy/configs/mypy-plugin-strict-no-any.ini
tests/mypy/configs/mypy-plugin-strict.ini
tests/mypy/configs/mypy-plugin.ini
tests/mypy/configs/pyproject-default.toml
tests/mypy/configs/pyproject-plugin-bad-param.toml
tests/mypy/configs/pyproject-plugin-strict.toml
tests/mypy/configs/pyproject-plugin.toml
tests/mypy/modules/custom_constructor.py
tests/mypy/modules/fail1.py
tests/mypy/modules/fail2.py
tests/mypy/modules/fail3.py
tests/mypy/modules/fail4.py
tests/mypy/modules/fail_defaults.py
tests/mypy/modules/no_any.py
tests/mypy/modules/plugin_default_factory.py
tests/mypy/modules/plugin_fail.py
tests/mypy/modules/plugin_success.py
tests/mypy/modules/settings_config.py
tests/mypy/modules/success.py
tests/mypy/outputs/custom_constructor.txt
tests/mypy/outputs/fail1.txt
tests/mypy/outputs/fail2.txt
tests/mypy/outputs/fail3.txt
tests/mypy/outputs/fail4.txt
tests/mypy/outputs/fail_defaults.txt
tests/mypy/outputs/plugin-fail-strict.txt
tests/mypy/outputs/plugin-fail.txt
tests/mypy/outputs/plugin-success-strict.txt
tests/mypy/outputs/plugin_default_factory.txt
tests/mypy/outputs/plugin_success.txt
tests/pyright/pyproject.toml
tests/pyright/pyright_example.py