LICENSE
README.md
setup.py
pydantic/__init__.py
pydantic/_migration.py
pydantic/alias_generators.py
pydantic/annotated_handlers.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/functional_serializers.py
pydantic/functional_validators.py
pydantic/generics.py
pydantic/json.py
pydantic/json_schema.py
pydantic/main.py
pydantic/mypy.py
pydantic/networks.py
pydantic/parse.py
pydantic/root_model.py
pydantic/schema.py
pydantic/tools.py
pydantic/type_adapter.py
pydantic/types.py
pydantic/typing.py
pydantic/utils.py
pydantic/validate_call.py
pydantic/validators.py
pydantic/version.py
pydantic/warnings.py
pydantic.egg-info/PKG-INFO
pydantic.egg-info/SOURCES.txt
pydantic.egg-info/dependency_links.txt
pydantic.egg-info/requires.txt
pydantic.egg-info/top_level.txt
pydantic/_internal/__init__.py
pydantic/_internal/_config.py
pydantic/_internal/_core_metadata.py
pydantic/_internal/_core_utils.py
pydantic/_internal/_dataclasses.py
pydantic/_internal/_decorators.py
pydantic/_internal/_decorators_v1.py
pydantic/_internal/_discriminated_union.py
pydantic/_internal/_fields.py
pydantic/_internal/_forward_ref.py
pydantic/_internal/_generate_schema.py
pydantic/_internal/_generics.py
pydantic/_internal/_internal_dataclass.py
pydantic/_internal/_known_annotated_metadata.py
pydantic/_internal/_mock_val_ser.py
pydantic/_internal/_model_construction.py
pydantic/_internal/_repr.py
pydantic/_internal/_schema_generation_shared.py
pydantic/_internal/_std_types_schema.py
pydantic/_internal/_typing_extra.py
pydantic/_internal/_utils.py
pydantic/_internal/_validate_call.py
pydantic/_internal/_validators.py
pydantic/deprecated/__init__.py
pydantic/deprecated/class_validators.py
pydantic/deprecated/config.py
pydantic/deprecated/copy_internals.py
pydantic/deprecated/decorator.py
pydantic/deprecated/json.py
pydantic/deprecated/parse.py
pydantic/deprecated/tools.py
pydantic/plugin/__init__.py
pydantic/plugin/_loader.py
pydantic/plugin/_schema_validator.py
pydantic/v1/__init__.py
pydantic/v1/_hypothesis_plugin.py
pydantic/v1/annotated_types.py
pydantic/v1/class_validators.py
pydantic/v1/color.py
pydantic/v1/config.py
pydantic/v1/dataclasses.py
pydantic/v1/datetime_parse.py
pydantic/v1/decorator.py
pydantic/v1/env_settings.py
pydantic/v1/error_wrappers.py
pydantic/v1/errors.py
pydantic/v1/fields.py
pydantic/v1/generics.py
pydantic/v1/json.py
pydantic/v1/main.py
pydantic/v1/mypy.py
pydantic/v1/networks.py
pydantic/v1/parse.py
pydantic/v1/schema.py
pydantic/v1/tools.py
pydantic/v1/types.py
pydantic/v1/typing.py
pydantic/v1/utils.py
pydantic/v1/validators.py
pydantic/v1/version.py
tests/test_abc.py
tests/test_aliases.py
tests/test_annotated.py
tests/test_assert_in_validators.py
tests/test_callable.py
tests/test_color.py
tests/test_computed_fields.py
tests/test_config.py
tests/test_construction.py
tests/test_create_model.py
tests/test_dataclasses.py
tests/test_datetime.py
tests/test_decorators.py
tests/test_deprecated.py
tests/test_deprecated_validate_arguments.py
tests/test_discriminated_union.py
tests/test_docs.py
tests/test_edge_cases.py
tests/test_errors.py
tests/test_exports.py
tests/test_fastapi_json_schema.py
tests/test_fields.py
tests/test_forward_ref.py
tests/test_generics.py
tests/test_internal.py
tests/test_json.py
tests/test_json_schema.py
tests/test_main.py
tests/test_migration.py
tests/test_model_signature.py
tests/test_model_validator.py
tests/test_networks.py
tests/test_networks_ipaddress.py
tests/test_parse.py
tests/test_plugins.py
tests/test_private_attributes.py
tests/test_rich_repr.py
tests/test_root_model.py
tests/test_serialize.py
tests/test_strict.py
tests/test_structural_pattern_matching.py
tests/test_tools.py
tests/test_type_adapter.py
tests/test_type_alias_type.py
tests/test_types.py
tests/test_types_namedtuple.py
tests/test_types_payment_card_number.py
tests/test_types_typeddict.py
tests/test_typing.py
tests/test_utils.py
tests/test_v1.py
tests/test_validate_call.py
tests/test_validators.py
tests/test_validators_dataclass.py
tests/test_version.py
tests/test_warnings.py