Skip to content

Commit

Permalink
Merge branch 'pr2129' into 20.12LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Oct 2, 2021
2 parents cbb77b5 + 4d6205e commit 89d9424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sanic/__version__.py
@@ -1 +1 @@
__version__ = "20.12.3"
__version__ = "20.12.4"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -81,7 +81,7 @@ def open_local(paths, mode="r", encoding="utf8"):
'; sys_platform != "win32" ' 'and implementation_name == "cpython"'
)
ujson = "ujson>=1.35" + env_dependency
uvloop = "uvloop>=0.5.3,<0.15.0" + env_dependency
uvloop = "uvloop>=0.5.3" + env_dependency

requirements = [
"httptools>=0.0.10",
Expand Down

0 comments on commit 89d9424

Please sign in to comment.