Skip to content

Commit 36b6782

Browse files
committed
Revert "fix(sanic): Downgrading tracerite to fix the bug introduced in version 1.1.2" for python version >= 3.9
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
1 parent bab2642 commit 36b6782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spyne>=2.14.0; python_version < "3.12"
3838
sqlalchemy>=2.0.0
3939
starlette>=0.38.2; python_version == "3.13"
4040
tornado>=6.4.1
41-
tracerite<=1.1.1
41+
tracerite<=1.1.1; python_version < "3.9"
4242
uvicorn>=0.13.4
4343
urllib3>=1.26.5
4444
httpx>=0.27.0

0 commit comments

Comments
 (0)