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
parent
21d35ff311
commit
ede130aa53
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue