Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rasa from 1.1.3 to 2.8.10 in /binder #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 22, 2021

Bumps rasa from 1.1.3 to 2.8.10.

Release notes

Sourced from rasa's releases.

2.8.10

  • #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: Fixed bug when using wit.ai training data to train. Training failed with an error similarly to this:

      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: Fix CVE-2021-41127

2.8.9

  • #7619: Bump TensorFlow version to 2.6.

    This update brings some security benefits (see TensorFlow release notes for details). However, internal experiments suggest that it is also associated with

... (truncated)

Changelog

Sourced from rasa's changelog.

[2.8.10] - 2021-10-14

Bugfixes

  • #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: Fixed bug when using wit.ai training data to train. Training failed with an error similarly to this:

      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: Fix CVE-2021-41127

[2.8.9] - 2021-10-08

Improvements

  • #7619: Bump TensorFlow version to 2.6.

... (truncated)

Commits
  • fcb5e80 Merge pull request #9881 from RasaHQ/prepare-release-2.8.10
  • 32154b8 prepared release of version 2.8.10
  • 11f2118 Merge pull request #9864 from RasaHQ/fix-wit-migration
  • 631c355 Merge branch '2.8.x' into fix-wit-migration
  • 8be36b9 properly retrieve entity value
  • 0e8ef43 Merge pull request #9851 from RasaHQ/tarsafe-on-2.8.x
  • d28c2e4 Merge branch '2.8.x' into tarsafe-on-2.8.x
  • 190684b Temporarily pin pyjwt to stop sanic-jwt breaking
  • 41f5135 Use PR identifier to update changelog
  • 6e30256 Merge pull request #9692 from FGA-GCES/rebase-treat-custom-json-fb
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [rasa](https://github.com/rasahq/rasa) from 1.1.3 to 2.8.10.
- [Release notes](https://github.com/rasahq/rasa/releases)
- [Changelog](https://github.com/RasaHQ/rasa/blob/2.8.10/CHANGELOG.mdx)
- [Commits](RasaHQ/rasa@1.1.3...2.8.10)

---
updated-dependencies:
- dependency-name: rasa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants