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

[2.0.0] secret_manager: missing 1 required positional argument: 'data_crc32' #485

Closed
guilhem opened this issue Apr 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working priority:high New features secret Managed Secret Manager issues, bugs and feature requests

Comments

@guilhem
Copy link

guilhem commented Apr 8, 2024

Works on 1.8.0 but fail to get secret when no data_crc32 was specified.

unmarshal_AccessSecretVersionResponse
    return AccessSecretVersionResponse(**args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: AccessSecretVersionResponse.__init__() missing 1 required positional argument: 'data_crc32'
@remyleone remyleone added bug Something isn't working secret Managed Secret Manager issues, bugs and feature requests priority:high New features labels Apr 8, 2024
@Laure-di
Copy link
Contributor

Hey!

Good news! The latest release of the scaleway-async package has fixed the issue. To get the update, just run this command:

pip install --upgrade scaleway

Thanks a bunch for your patience and support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:high New features secret Managed Secret Manager issues, bugs and feature requests
Projects
None yet
Development

No branches or pull requests

3 participants