Skip to content

Commit

Permalink
Prepare release 1.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Jul 24, 2023
1 parent 2aaddf6 commit 8e31b98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.10.12 (2023-07-24)

* Fixes the `maxlen` property being dropped on `deque` validation. Happened only if the deque item has been typed. Changes the `_validate_sequence_like` func, #6581 by @maciekglowka

## v1.10.11 (2023-07-04)

* Importing create_model in tools.py through relative path instead of absolute path - so that it doesn't import V2 code when copied over to V2 branch, #6361 by @SharathHuddar
Expand Down
1 change: 0 additions & 1 deletion changes/6581-maciekglowka.md

This file was deleted.

2 changes: 1 addition & 1 deletion pydantic/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = 'compiled', 'VERSION', 'version_info'

VERSION = '1.10.11'
VERSION = '1.10.12'

try:
import cython # type: ignore
Expand Down

0 comments on commit 8e31b98

Please sign in to comment.