Aioprocessing

Latest version: v2.0.1

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

Scan your dependencies

2.0.1

What's Changed
* Fix proxy object registers in managers.py by joj0s in https://github.com/dano/aioprocessing/pull/42

New Contributors
* joj0s made their first contribution in https://github.com/dano/aioprocessing/pull/42

**Full Changelog**: https://github.com/dano/aioprocessing/compare/v2.0.0...v2.0.1

2.0.0

This release adds support for using `dill` for pickling, by using the `multiprocess` library if it is installed, instead of `multiprocessing`. If you have `dill` installed, but don't want to use it, launch your application with the environment variable `AIOPROCESSING_DILL_DISABLED=1`.

1.1.0

This release moves the minimum supported Python version to 3.5. It updates `aioprocessing` internals to use `async`/`await` syntax instead of `asyncio.coroutine`/`yield from`, and makes some linting fixes.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.