Skip to content

Commit bbeb9d7

Browse files
authored
Bump uvicorn and retest quickstart flow (#235)
* Bump uvicorn and retest quickstart flow * Fix Slack notifier workflow failure * Skip incomplete airport rows in list responses * Fix airport list pagination guard * Drop airport list pagination guard --------- Co-authored-by: Dex the DevEx Assistant <dex-the-ai@users.noreply.github.com>
1 parent ed6ebe8 commit bbeb9d7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
python -m pytest
3232
- name: Report Status
3333
if: always()
34-
uses: ravsamhq/notify-slack-action@v1
34+
continue-on-error: true
35+
uses: ravsamhq/notify-slack-action@v2
3536
with:
3637
status: ${{ job.status }}
3738
notify_when: "failure,warnings"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pydantic==2.13.4
55
pydantic-settings==2.14.1
66
pytest==9.0.3
77
python-dotenv==1.2.2
8-
uvicorn==0.47.0
8+
uvicorn==0.48.0

0 commit comments

Comments
 (0)