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
@@ -53,6 +52,18 @@ httpx!=0.28.0 # Waiting for fix in respx: https://github.com/lundberg/respx/pul
53
52
pydantic>=2.10.0 # Avoids inter-version compatibility serialization errors as: _pickle.UnpicklingError: NEWOBJ class argument must be a type, not _AnnotatedAlias
54
53
55
54
55
+
protobuf<5.29.4 # Cannot update to https://github.com/advisories/GHSA-8qvm-5x2c-j2w7 because it fails with
56
+
#
57
+
# E TypeError: Descriptors cannot be created directly.
58
+
# E If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
59
+
# E If you cannot immediately regenerate your protos, some other possible workarounds are:
60
+
# E 1. Downgrade the protobuf package to 3.20.x or lower.
61
+
# E 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
62
+
# E
63
+
# E More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
64
+
#
65
+
# NOTE: see test__configs.py to reproduce fast this problem
0 commit comments