diff --git a/sanic/__version__.py b/sanic/__version__.py index 6662ba69ba..7e720e33ca 100644 --- a/sanic/__version__.py +++ b/sanic/__version__.py @@ -1 +1 @@ -__version__ = "20.12.3" +__version__ = "20.12.4" diff --git a/setup.py b/setup.py index 179c1fafb4..ab5c0f3a73 100644 --- a/setup.py +++ b/setup.py @@ -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",