Commit 3700de5
Joakim Nordling
Update FastAPI and other dependencies (#46)
- Update `fastapi`, `datamodel-code-generator` and `pydantic`, as well as a bunch of dev dependencies.
- `datamodel-code-generator` pulls in `jinja2` as a dependency, so added a `.skjoldignore` for it, as there's no fix available for the "CVE" in it.
- Added `asyncio_default_fixture_loop_scope="function"` to get rid of a warning after updating `pytest-asyncio` which is now unhappy if you don't specify the default fixture scope.1 parent ef984ce commit 3700de5
5 files changed
Lines changed: 195 additions & 744 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments