Rasa-sdk

Latest version: v3.10.1

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

Scan your dependencies

Page 10 of 17

2.4.1

Not secure
Bugfixes
- [419](https://github.com/rasahq/rasa/issues/419): Missing `typing_extensions` module added

Minor dependency updates
- [8223](https://github.com/rasahq/rasa/issues/8223): `utter_message` in `CollectingDispatcher` now explicitly takes in both `response` and `template`. Note that the parameter `template` will be deprecated in Rasa SDK 3.0.0. Please use `dispatcher.utter_message(response=...)` instead.

2.4.0

Not secure
Bugfixes
- [406](https://github.com/rasahq/rasa/issues/406): Fix bug where ActionQueryKnowledgeBase incorrectly issues a template message with the string representation of the function for getting the string representation of the knowledge base item and not the actual string representation of the knowledge base item.

For example, before the fix, the query knowledge base demo bot would utter this


'<function ActionMyKB.init.. at 0x7fb23b7fddd0>' has the value 'True' for attribute 'breakfast-included'.


instead of this:


'Hilton (Berlin)' has the value 'True' for attribute 'breakfast-included'.

2.3.1

Not secure
Bugfixes
- [404](https://github.com/rasahq/rasa/issues/1234): Only pin the `uvloop` dependency for non-Windows systems as `uvloop` is not available
for Windows.

2.3.0

Not secure
Features
- [306](https://github.com/rasahq/rasa/issues/306): Added command line argument option `--log-file` for the action server to save logs to a log file.

Usage :
`rasa run actions --log-file log_file.log`

2.2.0

Not secure
No significant changes.

2.1.2

Not secure
No significant changes.

Page 10 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.