Skip to content

Bump fastapi from 0.111.0 to 0.114.2 #61

Bump fastapi from 0.111.0 to 0.114.2

Bump fastapi from 0.111.0 to 0.114.2 #61

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- run: pipx inject poetry poetry-plugin-export
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "poetry"
- run: poetry export -f requirements.txt -o requirements.txt --without=dev
- run: poetry install