Rasa

Latest version: v3.6.20

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

Scan your dependencies

Page 20 of 49

3.0.12

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

3.0.11

Not secure
* Upgrade dependent libraries with security vulnerabilities (ujson)

3.0.9

Not secure
- [10412](https://github.com/rasahq/rasa/issues/10412): Fix Socket IO connection issues by upgrading sanic to v21.12.

The bug is caused by [an invalid function signature](https://github.com/sanic-org/sanic/issues/2272) and is fixed in [v21.12](https://sanic.readthedocs.io/en/v21.12.1/sanic/changelog.html#version-21-12-0).

This update brings some deprecations in `sanic`:

- Sanic and Blueprint may no longer have arbitrary properties attached to them
- Fixed this by moving user defined properties to the `instance.ctx` object
- Sanic and Blueprint forced to have compliant names
- Fixed this by using string literal names instead of the module's name via _\_name\_\_
- `sanic.exceptions.abort` is Deprecated
- Fixed by replacing it with `sanic.exceptions.SanicException`
- `sanic.response.StreamingHTTPResponse` is deprecated
- Fixed by replacing it with sanic.response.ResponseStream
- [10447](https://github.com/rasahq/rasa/issues/10447): Update `rasa data validate` to not fail when `active_loop` is `null`

Improved Documentation
- [10798](https://github.com/rasahq/rasa/issues/10798): Updated the `model_confidence` parameter in `TEDPolicy` and `DIETClassifier`. The `linear_norm` is removed
as it is no longer supported.
- [10940](https://github.com/rasahq/rasa/issues/10940): Added an additional step to `Receiving Messages` section in slack.mdx documentation. After a slack update this
additional step is needed to allow direct messages to the bot.
- [10957](https://github.com/rasahq/rasa/issues/10957): Backport the updated deployment docs to 3.0.x.

3.0.8

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


Bugfixes
- [10865](https://github.com/rasahq/rasa/issues/10865): Fixed a bug where the `POST /conversations/<conversation_id>/tracker/events` endpoint repeated
session start events when appending events to a new tracker.

3.0.7

Not secure
- [10516](https://github.com/rasahq/rasa/issues/10516): Checkpoint weights were never loaded before. Implements overwriting checkpoint weights to the final model weights after training of `DIETClassifier`, `ResponseSelector` and `TEDPolicy`.
- [10782](https://github.com/rasahq/rasa/issues/10782): Allow arbitrary keys under each slot in the domain to allow for custom slot types.
- [10840](https://github.com/rasahq/rasa/issues/10840): Fix issue with missing running event loop in `MainThread` when starting Rasa Open
Source for Rasa X with JWT secrets.

3.0.6

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

Bugfixes
- [10504](https://github.com/rasahq/rasa/issues/10504): Fixes a bug which was caused by `DIETClassifier` (`ResponseSelector`, `SklearnIntentClassifier` and `CRFEntityExtractor` have the same issue) trying to process message which didn't have required features. Implements removing unfeaturized messages for the above-mentioned components before training and prediction.
- [10540](https://github.com/rasahq/rasa/issues/10540): Enable slots with `from_entity` mapping that are not part of a form's required slots to be set during active loop.
- [10673](https://github.com/rasahq/rasa/issues/10673): Catch `ValueError` for any port values that cannot be cast to integer and re-raise as `RasaException` during the initialisation of `SQLTrackerStore`.
- [10728](https://github.com/rasahq/rasa/issues/10728): Use `tf.function` for model prediction to improve inference speed.
- [10761](https://github.com/rasahq/rasa/issues/10761): Tie prompt-toolkit to ^2.0 to fix `rasa-shell`.

Improved Documentation
- [10536](https://github.com/rasahq/rasa/issues/10536): Update dynamic form behaviour docs section with an example on how to override `required_slots` in case of removal of a form required slot.

Page 20 of 49

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.