Skip to content

Commit

Permalink
Update fastapi version (Project-MONAI#1674)
Browse files Browse the repository at this point in the history
Signed-off-by: tangy5 <[email protected]>
Co-authored-by: tangy5 <[email protected]>
  • Loading branch information
tangy5 and tangy5 authored Apr 16, 2024
1 parent 38c19d3 commit 2c12024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion monailabel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def args_start_server(self, parser):
parser.add_argument("--workers", default=None, type=int, help="Number of worker processes")
parser.add_argument("--limit_concurrency", default=None, type=int, help="Max concurrent connections")
parser.add_argument("--access_log", action="store_true", help="Enable access log")
parser.add_argument("--root_path", default="/", help="Application root path")
parser.add_argument("--root_path", default="", help="Application root path")
parser.add_argument("--log_level", default="info", help="Log level")

parser.add_argument("-l", "--log_config", default=None, type=str, help="Logging config")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tq
uvicorn==0.21.1
pydantic>=1.10.7,<2.0.0
python-dotenv==1.0.0
fastapi==0.95.0
fastapi==0.110.0
python-multipart==0.0.9
httpx==0.23.3
schedule==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install_requires =
uvicorn==0.21.1
pydantic>=1.10.7,<2.0.0
python-dotenv==1.0.0
fastapi==0.95.0
fastapi==0.110.0
python-multipart==0.0.9
requests-toolbelt==0.10.1
httpx==0.23.3
Expand Down

0 comments on commit 2c12024

Please sign in to comment.