Rasa

Latest version: v3.6.21

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

Scan your dependencies

Page 47 of 51

1.5.3

Not secure

1.5.2

Not secure
Fixed
=====

- Pinned `multidict` dependency to 4.6.1 to prevent sanic from breaking,
see <https://github.com/huge-success/sanic/issues/1729>

1.5.1

Not secure
Added
=====

- Added `LOG_LEVEL_LIBRARIES` environment variable to set log level of libraries, such as `sanic`

Changed
=======

- `DeprecationWarning`s are now `FutureWarning`s, as they should be seen
by end users
- `text` is now the first positional argument in `utter_message` instead of
`image`

Fixed
=====

- The deprecated `utter_elements` now correctly uses `utter_message`

1.5.0

Not secure
Added
=====

- Add support for multiple sanic workers (configurable with the
`ACTION_SERVER_SANIC_WORKERS` environment variable).
- Add support for async `run` methods in the `Action` class.
- Return status code `404` in case requested action was not found.
- Return status code `400` in case an empty request body was sent to the `/webhook`
endpoint.

Changed
=======

- Replace `flask` server framework with `sanic`.
- Replace `flask_cors` with `sanic-cors`.
- `CollectingDispatcher.utter_message` can now do anything that other dispatcher
methods can do.
- The `CollectingDispatcher` methods `utter_custom_message`, `utter_elements`,
`utter_button_message`, `utter_attachment`, `utter_button_template`,
`utter_template`, `utter_custom_json` and `utter_image_url` were deprecated in
favor of `utter_message`.
- Updated format strings to f-strings where appropriate.

Removed
=======

- Remove `requests` dependency
- Remove `gevent` dependency

1.4.0

Not secure
Added
=====

- Added Python 3.7 support.

Removed
=======

- Removed Python 2.7 support.
- Removed Python 3.5 support.

1.3.3

Not secure
Added
=====

- SSL support, certificates can be passed with \--ssl-certificate and \--ssl-keyfile

Page 47 of 51

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.