You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pydantic>=2.10.0 # Avoids inter-version compatibility serialization errors as: _pickle.UnpicklingError: NEWOBJ class argument must be a type, not _AnnotatedAlias
55
54
56
-
# constraint since https://github.com/MagicStack/uvloop/releases/tag/v0.15.0: drops support for 3.5/3.6 Feb.2021
57
-
uvloop<0.15.0 ; python_version < '3.7'
58
-
59
-
# All backports libraries add environ markers
60
-
# NOTE: If >second dependency, this will annotate a marker in the compiled requirements file
0 commit comments