Skip to content

Commit f461cb0

Browse files
committed
prepare for release
1 parent 80e0dd3 commit f461cb0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.7.4 (2021-05-11)
2+
3+
* **Security fix:** Fix `date` and `datetime` parsing so passing either `'infinity'` or `float('inf')`
4+
(or their negative values) does not cause an infinite loop, #2776 by @samuelcolvin
5+
16
## v1.7.3 (2020-11-30)
27

38
Thank you to pydantic's sponsors:

changes/2776-samuelcolvin.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = 'VERSION', 'version_info'
22

3-
VERSION = '1.7.3'
3+
VERSION = '1.7.4'
44

55

66
def version_info() -> str:

0 commit comments

Comments
 (0)