Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
pydantic/pydantic-core
Pull Requests
Commits
validator-details
2.14
3.10-for-coverage
3.11-build-2
5690-remove-currently-hypothesis-code
FilterValue-experiment
add-merge-errors
add-nested-benchmark
add-vscode-config
allow-duplicate-ref
alt-model
any-iterable
boxy/validator_serializer_reuse
break
bump-ver-123
cleanup-self-schema
config-wrap
constraints
core-stubs
coveage-tmate
create-build-dict
custom_init2
dataclass_slots-2
dataclass-root-validator
david-segfault
debug-segfault
dh/armv6
dh/bound-validators
dh/build-both
dh/ci-debug
dh/codspeed-debug
dh/collect-line-errors
dh/core-schema-type-hints
dh/data-value
dh/debug-win-build
dh/definitions
dh/detect-recursive-refs
dh/free-threaded-snapshot
dh/full-type-names
dh/function-after-input
dh/inline-definitions
dh/iterable-schema
dh/jiter-simpler-value
dh/lookup-tree
dh/more-bound
dh/new-jiter
dh/new-jiter-2
dh/one-pass-unions
dh/panic-abort
dh/pgo-2
dh/py2
dh/py-regex
dh/pyo3-0.23
dh/pyo3-0.27
dh/pypy-windows-pgo
dh/refactor-type-inference
dh/reuse-validator
dh/review
dh/try-pyo3-eager-err
dh/tuple-for-each
dh/typed-config
dh/url-preserve-empty-path
dh/vectorcall
docstrings
exceptiongroup
exceptions-again
fast-isinstance-2
fast-isinstnace-497
fast-list
fastdict
fix-complete-v0.17.1
fix-pyi
fix-realse-ci
fix-union-ref-subclass
flatten-validators
frozen-validator-serializer
generic-exc-group
get-pydantic-working
gh-pages
hashed-any
inc-ex-collections
json-pystring
macos-coverage
main
make-literal-typed
maturin-build-ci
no-checks
no-skip-coverage
no-trailing-slash
ob_type-use
pattern-property-validator
profraw-files
pyo3-main
python-reference-holder
release-2.27
release-2.33
release-2.41
release-5498-add-rootmodel-to-pydantic
remove-url-traceback
remove-validate-core-schema
renaming-json
reuse-ser-val
revert-1699-exc-pos-only
runtime-serialize-flag
rust-model-experiment
serialization-v4
serialize-submodels
short-circuit
str-validation
strict-model-type-error
talk
test-1
testing-coverage-ci
try-unprintable-object
typevar-schema-changes
unique-schema-types
uprev-0.30.0
uprev-1
v1
validationexception-as-exception-group
validator-details
walk-core-schema
walk-core-schema-2
wasm-preview-v0.25
write-py.typed
starting work in validator details/repr
samuelcolvin
committed
2 years ago
Verified
bce4f587
Add `IsSubclassValidator` (#301)
samuelcolvin
committed
2 years ago
Verified
9bbe0d94
fix repr for single literals (#300)
samuelcolvin
committed
2 years ago
Verified
72caae4e
Allow `Sequence` and `tuple` to `is_instance` validator (#299)
samuelcolvin
committed
2 years ago
Verified
d1feaa3d
combine `literal_single_error` and `literal_multiple_error` (#298)
samuelcolvin
committed
2 years ago
Verified
a8a1f1af
Ci tweaks (#297)
samuelcolvin
committed
2 years ago
Verified
44436263
tweak type annotations for PydanticCustomError and PydanticKindError
samuelcolvin
committed
2 years ago
Verified
7029215d
uprev, use single quotes in cargo.toml
samuelcolvin
committed
2 years ago
Verified
b20753bd
support future and past dates and datetimes (#295)
samuelcolvin
committed
2 years ago
Verified
99b7472a
set clippy to catch dbg and print
samuelcolvin
committed
2 years ago
Verified
8a3dae50
uprev
samuelcolvin
committed
2 years ago
Verified
800114be
Logic for instances of subclasses of strings (#294)
samuelcolvin
committed
2 years ago
Verified
c9b3d20a
add json_function to is_instance validator (#293)
samuelcolvin
committed
2 years ago
Verified
49d77dee
Schema extra (#292)
samuelcolvin
committed
2 years ago
Verified
ad12e473
currect use of StrValidator and StrConstrainedValidator
samuelcolvin
committed
2 years ago
Verified
e671f336
Literal[None] -> NoneValidator
samuelcolvin
committed
2 years ago
Verified
5a65c110
any schema = no schema for JSON
samuelcolvin
committed
2 years ago
Verified
6da90064
more tests for error kinds
samuelcolvin
committed
2 years ago
Verified
841d1dc4
Add `JsonValidator` (#291)
samuelcolvin
committed
2 years ago
Verified
88b79cd1
follow up on #290
samuelcolvin
committed
2 years ago
Verified
d3330677
add `CustomErrorValidator` (#290)
samuelcolvin
committed
2 years ago
Verified
537ab1da
fix python coverage
samuelcolvin
committed
2 years ago
Verified
9101ae49
python types for `ErrorKind` (#289)
samuelcolvin
committed
2 years ago
Verified
03f7b442
fix float `multiple_of` calc (#286)
samuelcolvin
committed
2 years ago
Verified
1defd451
uprev, try uploading wasm to pypi
samuelcolvin
committed
2 years ago
Verified
b2afe837
Custom error kind (#284)
samuelcolvin
committed
2 years ago
Verified
09427c7d
unique error kinds (#285)
samuelcolvin
committed
2 years ago
Verified
dbe128a9
adding `PydanticOmit` exception (#282)
samuelcolvin
committed
2 years ago
Verified
29ae3222
simplify PydanticErrorKind tests
samuelcolvin
committed
2 years ago
Verified
1fe1cb9d
fix logic conflicts
samuelcolvin
committed
2 years ago
Verified
c7f8b7d5
Older