Pin mashumaro version >= 3.13.1 for python 3.12.4 compatibility. (#121782)

Pin mashumaro version for python 3.12.4 compatibility.
pull/121787/head
Allen Porter 2024-07-11 08:23:10 -07:00 committed by GitHub
parent 21d35ff311
commit ede130aa53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -136,6 +136,9 @@ backoff>=2.0
# v2 has breaking changes (#99218).
pydantic==1.10.17
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1
# Breaks asyncio
# https://github.com/pubnub/python/issues/130
pubnub!=6.4.0

View File

@ -157,6 +157,9 @@ backoff>=2.0
# v2 has breaking changes (#99218).
pydantic==1.10.17
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1
# Breaks asyncio
# https://github.com/pubnub/python/issues/130
pubnub!=6.4.0