Tomodachi

Latest version: v0.28.3

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

Scan your dependencies

Page 19 of 26

0.8.2

- Fixed broken HTTP transports due to missing colorama import.

0.8.1

- Correction for README in 0.8.X release.

0.8.0

- It's now possible to specify queue_name on AWS SNS+SQS and AMQP decorators for competing queues. If not specified an automatically generated hash will be used as queue name as it worked previously.
- Fixes an issue with relative imports from within service files, which resulted in "SystemParent module '' not loaded, cannot perform relative import" or "ImportError: attempted relative import with no known parent package". (github: **0x1EE7**)
- Exceptions that are subclasses of `AmqpInternalServiceError` and `AWSSNSSQSInternalServiceError` will now also work in the same way, resulting in the messages to be retried when raised.
- Service classes now have built in log functions for setting up logging to file as well as logging. They are `self.log_setup('logname', level, filename)` and `self.log('logname', level, message)`.
- HTTP services will have their access log color coded when outputting to nothing else than stdout, which should be helpful in an overview during development.

0.7.0

- Added `websocket` as a decorator type for handling websockets. A function call should return two callables which will be used for receiving messages through the socket and as a way to notify about the closure of the socket.

0.6.5

- Updated `aiohttp` to latest version which solves incompabilities with `yarl`.

0.6.4

- Added a stricter dependency check for `yarl`.

Page 19 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.