Merge branch 'pr2129' into 20.12LTS

This commit is contained in:
Adam Hopkins 2021-10-03 01:19:53 +03:00
commit 89d942451f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "20.12.3"
__version__ = "20.12.4"

View File

@ -81,7 +81,7 @@ env_dependency = (
'; 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",