Pin pydantic to 1.10.12 (#101044)

This commit is contained in:
Joost Lekkerkerker 2023-09-28 19:06:45 +02:00 committed by GitHub
parent 3b381f10d3
commit f255a0e546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -126,8 +126,9 @@ multidict>=6.0.2
# Version 2.0 added typing, prevent accidental fallbacks
backoff>=2.0
# Require to avoid issues with decorators (#93904). v2 has breaking changes.
pydantic>=1.10.8,<2.0
# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
pydantic==1.10.12
# Breaks asyncio
# https://github.com/pubnub/python/issues/130

View file

@ -128,8 +128,9 @@ multidict>=6.0.2
# Version 2.0 added typing, prevent accidental fallbacks
backoff>=2.0
# Require to avoid issues with decorators (#93904). v2 has breaking changes.
pydantic>=1.10.8,<2.0
# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
pydantic==1.10.12
# Breaks asyncio
# https://github.com/pubnub/python/issues/130