Skip to content

Commit

Permalink
Bump multidict dependency (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleschenko committed Mar 11, 2022
1 parent 56779ef commit 916afb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
1.4.10
-----
- Bump an upper constraint for the multidict dependency
[kleschenko]

1.4.9
-----
- Fix websocket scope scheme
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
multidict>=4.0,<6.0
multidict>=4.0,<7.0
requests~=2.21
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,6 +41,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/vinissimus/async-asgi-testclient",
version="1.4.9",
version="1.4.10",
zip_safe=False,
)

0 comments on commit 916afb0

Please sign in to comment.