Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
53cdad4014
Merge cd58861b79 into 3f844bbca1 2023-11-06 17:15:35 +00:00
dependabot[bot]
cd58861b79
Bump fastapi from 0.101.1 to 0.104.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.101.1 to 0.104.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.101.1...0.104.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 17:15:32 +00:00
2 changed files with 52 additions and 332 deletions

382
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -107,7 +107,7 @@ pgvector = "^0.2.2"
pycld2 = "^0.41"
textract = "^1.6.5"
uuid6 = "^2023.5.2"
fastapi = "0.86.0"
fastapi = "0.104.1"
[build-system]