From cd111c438b18531a2f3d5102e5d3ae07c6305a8d Mon Sep 17 00:00:00 2001 From: Anca Lita <27920906+ancalita@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:24:47 +0100 Subject: [PATCH] prepared release of version 2.8.7 (#811) * prepared release of version 2.8.7 * downgrade towncrier, generate changelog --- CHANGELOG.mdx | 6 ++++++ changelog/810.removal.md | 2 -- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- rasa_sdk/version.py | 2 +- 5 files changed, 17 insertions(+), 13 deletions(-) delete mode 100644 changelog/810.removal.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 9b4919fc1..c13705d2f 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,12 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [2.8.7] - 2022-07-01 +### Deprecations and Removals +- [#810](https://github.com/rasahq/rasa-sdk/issues/810): Removed Python 3.6 support. + Updated several dependencies: `sanic`, `httpx`, `websockets`. + + ## [2.8.6] - 2022-06-01 No significant changes. diff --git a/changelog/810.removal.md b/changelog/810.removal.md deleted file mode 100644 index 4cde02740..000000000 --- a/changelog/810.removal.md +++ /dev/null @@ -1,2 +0,0 @@ -Removed Python 3.6 support. -Updated several dependencies: `sanic`, `httpx`, `websockets`. diff --git a/poetry.lock b/poetry.lock index b0ea2660a..8f5727aed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -655,7 +655,7 @@ python-versions = "*" [[package]] name = "sanic-testing" -version = "22.3.1" +version = "22.6.0" description = "Core testing clients for Sanic" category = "dev" optional = false @@ -710,7 +710,7 @@ python-versions = ">=3.7" [[package]] name = "towncrier" -version = "21.9.0" +version = "21.3.0" description = "Building newsfiles for your project." category = "dev" optional = false @@ -721,7 +721,7 @@ click = "*" click-default-group = "*" incremental = "*" jinja2 = "*" -tomli = {version = "*", markers = "python_version >= \"3.6\""} +toml = "*" [package.extras] dev = ["packaging"] @@ -802,7 +802,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.7,<3.9" -content-hash = "ac39bb199fdec9d316c578ebde8207c762c33924e0313192fbccf382b1bf9fa3" +content-hash = "6fce7d49460730de98558121f61664599caf3d854e8105c6ce1a3e994e2f20e8" [metadata.files] aiofiles = [ @@ -1242,8 +1242,8 @@ sanic-routing = [ {file = "sanic_routing-0.7.2-py3-none-any.whl", hash = "sha256:523034ffd07aca056040e08de438269c9a880722eee1ace3a32e4f74b394d9aa"}, ] sanic-testing = [ - {file = "sanic-testing-22.3.1.tar.gz", hash = "sha256:59864db7f96594f2954b0777b09391499ce3d8af20fcbf41f0cc17fe11b08b02"}, - {file = "sanic_testing-22.3.1-py3-none-any.whl", hash = "sha256:79237f91ea324f24f3b7dd1afe6e3617f65b527b53d756069e5d87143866b4f0"}, + {file = "sanic-testing-22.6.0.tar.gz", hash = "sha256:8f006d2332106539cd6f3da8a5c0d1f31472261f3293e43e2c9bbad605e72c5b"}, + {file = "sanic_testing-22.6.0-py3-none-any.whl", hash = "sha256:d84303e83066de7f18e8c3a0cd04512ba1517dbc31123f14e8aec318b22c008c"}, ] semantic-version = [ {file = "semantic_version-2.10.0-py2.py3-none-any.whl", hash = "sha256:de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177"}, @@ -1266,8 +1266,8 @@ tomli = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] towncrier = [ - {file = "towncrier-21.9.0-py2.py3-none-any.whl", hash = "sha256:fc5a88a2a54988e3a8ed2b60d553599da8330f65722cc607c839614ed87e0f92"}, - {file = "towncrier-21.9.0.tar.gz", hash = "sha256:9cb6f45c16e1a1eec9d0e7651165e7be60cd0ab81d13a5c96ca97a498ae87f48"}, + {file = "towncrier-21.3.0-py2.py3-none-any.whl", hash = "sha256:e6ccec65418bbcb8de5c908003e130e37fe0e9d6396cb77c1338241071edc082"}, + {file = "towncrier-21.3.0.tar.gz", hash = "sha256:6eed0bc924d72c98c000cb8a64de3bd566e5cb0d11032b73fcccf8a8f956ddfe"}, ] typed-ast = [ {file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6"}, diff --git a/pyproject.toml b/pyproject.toml index b24d24e95..cf1fdcddf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))" [tool.poetry] name = "rasa-sdk" -version = "2.8.6" +version = "2.8.7" description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants" authors = [ "Rasa Technologies GmbH ",] maintainers = [ "Tom Bocklisch ",] @@ -80,7 +80,7 @@ flake8 = "^3.8.3" flake8-docstrings = "^1.5.0" pytest-sanic = "^1.6.1" questionary = ">=1.5.1,<1.10.0" -towncrier = "^21.3.0" +towncrier = ">=21.3.0,<21.9.0" toml = "^0.10.0" pep440-version-utils = "^0.3.0" semantic_version = "^2.8.5" diff --git a/rasa_sdk/version.py b/rasa_sdk/version.py index 2fc836f12..9236ad842 100644 --- a/rasa_sdk/version.py +++ b/rasa_sdk/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "2.8.6" +__version__ = "2.8.7"