Update pydantic to 1.10.17 (#119430)

This commit is contained in:
Marc Mueller
2024-06-21 10:16:36 +02:00
committed by GitHub
parent 3a8b0c3573
commit e5846fdffd
6 changed files with 9 additions and 17 deletions

View File

@@ -155,7 +155,7 @@ backoff>=2.0
# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
pydantic==1.10.15
pydantic==1.10.17
# Breaks asyncio
# https://github.com/pubnub/python/issues/130