Use custom function instead mashumaro in WebRTC dataclasses (#128099)

This commit is contained in:
Robert Resch
2024-10-10 16:15:09 +02:00
committed by GitHub
parent 5e38bb7a32
commit dd856a9116
5 changed files with 42 additions and 27 deletions

View File

@ -140,6 +140,9 @@ backoff>=2.0
# v2 has breaking changes (#99218).
pydantic==1.10.18
# 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