Skip to content

Commit

Permalink
Merge pull request #131 from RasaHQ/pin-multidict
Browse files Browse the repository at this point in the history
pin multidict + prep 1.5.2 release
  • Loading branch information
erohmensing authored Dec 11, 2019
2 parents 17eb701 + 19f65cc commit b0a7c87
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ This project adheres to `Semantic Versioning`_ starting with version 0.11.0.

.. note:: This version is not yet released and is under active development.

[1.5.2] - 2019-12-11
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- Pinned ``multidict`` dependency to 4.6.1 to prevent sanic from breaking,
see https://github.com/huge-success/sanic/issues/1729

[1.5.1] - 2019-11-27
^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion rasa_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.1"
__version__ = "1.5.2"
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ ConfigArgParse==0.15.1
coloredlogs==10.0
sanic==19.9.0
sanic-cors==0.9.9.post1
# needed because of https://github.com/huge-success/sanic/issues/1729
multidict==4.6.1
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"coloredlogs~=10.0",
"sanic~=19.9",
"sanic-cors==0.9.9.post1",
# needed because of https://github.com/huge-success/sanic/issues/1729
"multidict==4.6.1",
]

extras_requires = {"test": tests_requires}
Expand Down

0 comments on commit b0a7c87

Please sign in to comment.