This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
kombu
mirror of
https://github.com/celery/kombu.git
Watch
1
Star
1
Fork
You've already forked kombu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5c905f7fc1
kombu
/
requirements
/
extras
/
gcpubsub.txt
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix: restrict google protobuf version (#2175) - protobuf version in versions larger than 4.25.5 when used by google-cloud-pubsub raises the following error: site-packages/google/protobuf/internal/well_known_types.py", line 443, in FromTimedelta raise AttributeError( AttributeError: Fail to convert to Duration. Expected a timedelta like object got str: 'str' object has no attribute 'seconds' Fix this by restriction of the allowed package versions - Added unit test to validate pubsub and protobuf compatibility - Enabled google-cloud-pubsub package versions bump Co-authored-by: Haim Daniel <haimdaniel@gmail.com>
2024-10-23 16:22:34 +00:00
google-cloud-pubsub>=2.18.4
Add support for Google Pub/Sub as transport broker (#2147) * Add support for Google Pub/Sub as transport broker * Add tests * Add docs * flake8 * flake8 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix future import * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add missing test requirements * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add monitoring dependency * Fix test for python3.8 * Mock better google's monitoring api * Flake8 * Add refdoc * Add extra url to workaround pypy grpcio * Add extra index url in tox for grpcio/pypy support * Revert "Add extra url to workaround pypy grpcio" This reverts commit dfde4d523c7487990d84d5c4b4b5c7f4a8d17294. * pin grpcio version to match extra_index wheel * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Reduce poll calls if qos denies msg rx --------- Co-authored-by: Haim Daniel <haimdaniel@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
2024-10-13 13:49:55 +00:00
google-cloud-monitoring>=2.16.0
Update grpcio from 1.67.0 to 1.68.1
2024-12-02 05:46:00 +00:00
grpcio==1.68.1
Fix: restrict google protobuf version (#2175) - protobuf version in versions larger than 4.25.5 when used by google-cloud-pubsub raises the following error: site-packages/google/protobuf/internal/well_known_types.py", line 443, in FromTimedelta raise AttributeError( AttributeError: Fail to convert to Duration. Expected a timedelta like object got str: 'str' object has no attribute 'seconds' Fix this by restriction of the allowed package versions - Added unit test to validate pubsub and protobuf compatibility - Enabled google-cloud-pubsub package versions bump Co-authored-by: Haim Daniel <haimdaniel@gmail.com>
2024-10-23 16:22:34 +00:00
protobuf==4.25.5