Wingmonkey

Latest version: v0.1.21

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

Scan your dependencies

Page 1 of 4

0.1.21

Version bump to be back in line with the releases on pypi

0.1.20

update requirements dependency

0.1.19

See: https://docs.python.org/3/library/asyncio-dev.htmldetect-never-retrieved-exceptions
And: https://docs.python.org/3/library/asyncio-task.htmlrunning-tasks-concurrently
Because gather is by default propagating the first exception that gets raised and would subsequently be cancelled by the calling function it leaves the tasks that haven't finished yet running.
As those aren't awaited anymore they can cause a 'Task exception was never retrieved' when they raise en exception.
Changing the return_exceptions parameter to True when using gather in these causes should prevent these uncaught/unretrieved exceptions.

0.1.18

Catch and handle following (common) errors:

asyncio CancelledError
aiohttp TimeoutError

Handle case where unhandled exception could occur on MailChimpSession.__del__

0.1.17

Minor update: Handle None value in unsubscribe reason

0.1.16

A small change at mailchimp broke this. Fix to make it a bit more robust.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.