Skip to content

Commit 803a849

Browse files
Copilotpamelafox
andcommitted
Upgrade FastAPI to 0.114.2 and fix CI compatibility issues
Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com>
1 parent e64e014 commit 803a849

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ["ubuntu-latest"]
16+
os: ["ubuntu-20.04"]
1717
python_version: ["3.10"]
1818
steps:
1919
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
python3 -m pip install --upgrade pip
2828
python3 -m pip install -r requirements-dev.txt
2929
- name: Lint with ruff
30-
run: ruff check .
30+
run: ruff .
3131
- name: Check formatting with black
3232
run: black . --check --verbose
3333
- name: Run tests

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.114.2
88
Pillow==9.5.0
99
nest-asyncio==1.6.0
1010
opentelemetry-instrumentation-fastapi==0.46b0

0 commit comments

Comments
 (0)