Skip to content

Commit 2b24812

Browse files
authored
Merge pull request #99 from pamelafox/copilot/fix-98
Upgrade FastAPI to 0.116.1 with ruff compatibility and test dependency fixes
2 parents 0deaf46 + 19358fa commit 2b24812

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r requirements.txt
2+
fastapi[all]==0.116.1
23
pytest
34
coverage
45
pytest-cov

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
azure-functions>=1.12.0
66
py-staticmaps==0.4.0
7-
fastapi==0.111.0
7+
fastapi==0.116.1
88
Pillow==9.5.0
99
nest-asyncio==1.6.0
1010
opentelemetry-instrumentation-fastapi==0.48b0

0 commit comments

Comments
 (0)