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

Pin mashumaro version for python 3.12.4 compatibility.
This commit is contained in:
Allen Porter 2024-07-11 08:23:10 -07:00 committed by Franck Nijhof
parent 68841b3d8a
commit 3b8e736fe3
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 6 additions and 0 deletions

View File

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

View File

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