| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
🤖 Created releases:
|
Sorry, something went wrong.
|
Triggered job: cloud-devrel/client-libraries/python/googleapis/python-logging/release/release (2024-08-06T22:08:32.116Z) To trigger again, remove the autorelease: triggered label (in a few minutes). |
Sorry, something went wrong.
|
The release build has started, the log can be viewed here. 🌻 |
Sorry, something went wrong.
|
🥚 You hatched a release! The release build finished successfully! 💜 |
Sorry, something went wrong.
|
Hi there, I just wanted to note that google-cloud-logging==3.11.1 is still incompatible with protobuf 5.x.x. We recently tried to use this release in a project, and because of the subsidiary dependency on google-cloud-audit-log we still received a protobuf incompatibility error and were told that we needed to downgrade the protobuf package to 3.20.x or lower .... Traceback (most recent call last):
File "/app/.venv/lib/python3.11/site-packages/etp/__init__.py", line 26, in <module>
import google.cloud.logging
[ ... log lines omitted for clarity ... ]
File "/app/.venv/lib/python3.11/site-packages/google/cloud/logging_v2/entries.py", line 31, in <module>
import google.cloud.audit.audit_log_pb2 # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.11/site-packages/google/cloud/audit/audit_log_pb2.py", line 62, in <module>
_descriptor.FieldDescriptor(
File "/app/.venv/lib/python3.11/site-packages/google/protobuf/descriptor.py", line 621, in __new__
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot be created directly.
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.
If you cannot immediately regenerate your protos, some other possible workarounds are:
1. Downgrade the protobuf package to 3.20.x or lower.
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
More information:
https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
Seems related to this open issue |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
🤖 I have created a release beep boop
3.11.1 (2024-08-06)
Bug Fixes
This PR was generated with Release Please. See documentation.