Syseleven.carrot

Latest version: v0.10.999

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

Scan your dependencies

Page 5 of 5

0.3.9

--------------------------------------------------------------

* Consumer.wait() now works properly again. Thanks Alexander Solovyov!

0.3.8

--------------------------------------------------------------

* Rearranged json module import order.
New order is cjson > simplejson > json > django.util.somplejson

* _Backwards incompatible change:
Have to instantiate AMQPConnection object before passing
it to consumers/publishers. e.g before when you did

>>> consumer = Consumer(connection=DjangoAMQPConnection)

you now have to do

>>> consumer = Consumer(connection=DjangoAMQPConnection())

or sometimes you might even want to share the same connection with
publisher/consumer.

0.2.1

--------------------------------------------------------------

* Fix typo "package" -> "packages" in setup.py

0.2.0

--------------------------------------------------------------

* hasty bugfix release, fixed syntax errors.

0.1.0

--------------------------------------------------------------

* Initial release

Page 5 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.