Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: restrict google-cloud-pubsub version (#2160)
- google-cloud-pubsub version in versions larger than 2.20.3 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. Co-authored-by: Haim Daniel <[email protected]>
- Loading branch information