Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: restrict google-cloud-pubsub version #2160

Merged
merged 1 commit into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. Fix: restrict google-cloud-pubsub version

    - 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.
    haim0n authored and Nusnus committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f26b2fb View commit details
    Browse the repository at this point in the history