Skip to content

Commit

Permalink
Merge pull request #216 from bento-platform/chore/update-deps
Browse files Browse the repository at this point in the history
chore(deps): allow FastAPI 0.112, update pytest + fix test warn
  • Loading branch information
davidlougheed authored Aug 5, 2024
2 parents d8b918c + 9052122 commit 7407162
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 7407162

Please sign in to comment.