Skip to content

Commit

Permalink
chore(deps): allow FastAPI 0.112, update pytest + fix test warn
Browse files Browse the repository at this point in the history
also requires poetry 1.8.3 in CI workflows
  • Loading branch information
davidlougheed committed Aug 5, 2024
1 parent d8b918c commit 9052122
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 801 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.10'

- name: Install Poetry
run: python -m pip install 'poetry>=1.8.2,<1.9'
run: python -m pip install 'poetry>=1.8.3,<1.9'

- name: Set token
run: python -m poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
run: python -m pip install 'poetry>=1.8.2,<1.9'
run: python -m pip install 'poetry>=1.8.3,<1.9'
- name: Install dependencies
run: python -m poetry install --all-extras
- name: Test
Expand Down
Loading

0 comments on commit 9052122

Please sign in to comment.