Rasa

Latest version: v3.6.20

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

Scan your dependencies

Page 26 of 49

2.8.11

Not secure
- [9858](https://github.com/rasahq/rasa/issues/9858): Updates dependency on `sanic-jwt` (1.5.0 -> ">=1.6.0, <1.7.0")

This removes the need to pin the version of `pyjwt` as the newer version of `sanic-jwt`
manages this properly.

2.8.10

Not secure
- [5657](https://github.com/rasahq/rasa/issues/5657): Add List handling in the `send_custom_json` method on `channels/facebook.py`.
Bellow are some examples that could cause en error before.

Example 1: when the whole json is a List

[
{
"blocks": {
"type": "progression_bar",
"text": {"text": "progression 1", "level": "1"},
}
},
{"sender": {"id": "example_id"}},
]


Example 2: instead of being a Dict, *blocks* is a List when there are 2 *type*
keys under it

{
"blocks": [
{"type": "title", "text": {"text": "Conversation progress"}},
{
"type": "progression_bar",
"text": {"text": "Look how far we are...", "level": "1"},
},
]
}

- [7676](https://github.com/rasahq/rasa/issues/7676): Fixed bug when using wit.ai training data to train.
Training failed with an error similarly to this:

bash
File "./venv/lib/python3.8/site-packages/rasa/nlu/classifiers/diet_classifier.py", line 803, in train
self.check_correct_entity_annotations(training_data)
File "./venv/lib/python3.8/site-packages/rasa/nlu/extractors/extractor.py", line 418, in check_correct_entity_annotations
entities_repr = [
File "./venv/lib/python3.8/site-packages/rasa/nlu/extractors/extractor.py", line 422, in <listcomp>
entity[ENTITY_ATTRIBUTE_VALUE],
KeyError: 'value'

- [9851](https://github.com/rasahq/rasa/issues/9851): Fix CVE-2021-41127

2.8.9

Not secure
- [7619](https://github.com/rasahq/rasa/issues/7619): Bump TensorFlow version to 2.6.

This update brings some security benefits (see TensorFlow

2.8.8

Not secure
Improvements
- [7250](https://github.com/rasahq/rasa/issues/7250): Added a function to display the actual text of a Token when inspecting
a Message in a pipeline, making it easier to debug.

Improved Documentation
- [9780](https://github.com/rasahq/rasa/issues/9780): Removing the experimental feature warning for `conditional response variations` from the Rasa docs.
The behaviour of the feature remains unchanged.
- [9782](https://github.com/rasahq/rasa/issues/9782): Updates [quick install documentation](installation.mdx#quick-installation) with optional venv step, better pip install instructions, & M1 warning

2.8.7

Not secure
- [9678](https://github.com/rasahq/rasa/issues/9678): Explicitly set the upper limit for currently compatible TensorFlow versions.

2.8.6

Not secure
- [9302](https://github.com/rasahq/rasa/issues/9302): Fix rules not being applied when a featurised categorical slot has as one of its allowed
values `none`, `NoNe`, `None` or a similar value.

Page 26 of 49

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.