mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
prepare for v1.8.1
This commit is contained in:
@@ -1 +0,0 @@
|
||||
Support properly variable length tuples of compound types
|
||||
@@ -1 +0,0 @@
|
||||
fix `mypy` complaints on `Path` and `UUID` related custom types
|
||||
@@ -1 +0,0 @@
|
||||
do not overwrite declared `__hash__` in subclasses of a model
|
||||
@@ -1 +0,0 @@
|
||||
Avoid `RecursionError` when using some types like `Enum` or `Literal` with generic models
|
||||
@@ -1 +0,0 @@
|
||||
enable the Hypothesis plugin to generate a constrained float when the `multiple_of` argument is specified.
|
||||
@@ -1 +0,0 @@
|
||||
expose `Pattern` encoder to `fastapi`
|
||||
@@ -1 +0,0 @@
|
||||
fix validation with a `BaseModel` field and a custom root type
|
||||
@@ -1 +0,0 @@
|
||||
fix: allow elements of `Config.field` to update elements of a `Field`
|
||||
Reference in New Issue
Block a user