Skip to content

Commit f06d75f

Browse files
committed
sanic-routing dependency fix
1 parent 82c5529 commit f06d75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def str_to_bool(val: str) -> bool:
100100
types_ujson = "types-ujson" + env_dependency
101101
requirements = [
102102
# "sanic-routing>=23.6.0",
103-
"sanic-routing @ git+https://github.com/sanic-org/sanic-routing.git",
103+
"sanic-routing>=23.12.0",
104104
"httptools>=0.0.10",
105105
uvloop,
106106
ujson,

0 commit comments

Comments
 (0)