Aiogoogle

Latest version: v5.13.2

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 9

3.1.2

Bug

Added missing names in __all__

Thanks

to jupiterbjy

3.1.1

Bug fixes

- Now URL encoding scopes in create_authorization_url method.

Thanks to jgayfer

3.1.0

Features

Expose the `raise_for_status` flag in send methods + add an example.
Thanks to Gitznik

3.0.0

Breaking changes

Turned aiogoogle's param validation logic off by default.
This shouldn't affect you unless you were relying on `ValidationError`s to catch input errors.
Now that it's off by default, a 400 error will be thrown with the details of the bad request printed. The details are returned by Google in the JSON body of the response.

For more context on why this feature got turned off by default please read issue 69
If you want to keep using Aiogoogle's internal validation logic, pass `validate=True` to either the API method call e.g. `youtube.videos.list(validate=False)` or to aiogoogle.discover e.g. `aiogoogle.discover('youtube', 'v3', validate=True)`.

2.1.1

Bugs

Fix issue 71 and 72

2.1.0

Features

Add the option to upload bytes object

Thanks to

Andrea Ghensi sanzoghenzo

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.