Rasa

Latest version: v3.6.20

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

Scan your dependencies

Page 23 of 49

2.8.29

Not secure
- [11252](https://github.com/rasahq/rasa/issues/11252)

2.8.28

Not secure
- [10482](https://github.com/rasahq/rasa/issues/10482): Adds a new optional config argument `prefix_suffix_case_sensitive` which can be set to `False` to ignore cases in prefix and suffix functions.
- [11122](https://github.com/rasahq/rasa/issues/11122): Added flag `use_gpu` to `TEDPolicy` and `UnexpecTEDIntentPolicy` that can be used to enable training on CPU even when a GPU is available.

2.8.27

Not secure
- [11048](https://github.com/rasahq/rasa/issues/11048): Removed Python 3.6 support as [it reached its end of life in December 2021](https://www.python.org/dev/peps/pep-0494/#lifespan).

2.8.26

Not secure
- [10675](https://github.com/rasahq/rasa/issues/10675): Fix broken conversion from Rasa JSON NLU data to Rasa YAML NLU data.

2.8.25

Not secure
- [10808](https://github.com/rasahq/rasa/issues/10808): Fix the importing of retrieval intents when using a multidomain file with entity roles and groups.

2.8.24

Not secure
- [10394](https://github.com/rasahq/rasa/issues/10394): Allow single tokens in rasa end-to-end test files to be annotated with multiple entities.

Some entity extractors (s.a. `RegexEntityExtractor`) can generate multiple entities from a single expression. Before this change, `rasa test` would fail in this case, because test stories could not be annotated correctly.
New annotation option is
YAML
stories:
- story: Some story
steps:
- user: |
cancel my [iphone][{"entity":"iphone", "value":"iphone"},{"entity":"smartphone", "value":"true"}{"entity":"mobile_service", "value":"true"}]
intent: cancel_contract

Page 23 of 49

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.