Skip to content

Commit de0cc98

Browse files
committed
dont pin fastapi to fix cmake err
1 parent 797f716 commit de0cc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"azure-eventhub~=5.7.0", # Used for EventHub E2E tests
8989
"azure-functions-durable", # Used for Durable E2E tests
9090
"flask",
91-
"fastapi~=0.85.0", # Used for ASGIMiddleware test
91+
"fastapi", # Used for ASGIMiddleware test
9292
"pydantic",
9393
"pycryptodome~=3.10.1",
9494
"flake8~=4.0.1",

0 commit comments

Comments
 (0)