pydantic upgrade

This commit is contained in:
Jorge Escobar 2022-10-03 16:57:53 -04:00 committed by GitHub
commit ecabe79299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1539,7 +1539,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[package]]
name = "pydantic"
version = "1.9.2"
version = "1.10.2"
description = "Data validation and settings management using python type hints"
category = "main"
optional = false