Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
c7f769ee72
Merge 3eafeefffe into b9715981e7 2023-11-07 10:45:46 +00:00
dependabot[bot]
3eafeefffe
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-07 10:45:43 +00:00
2 changed files with 52 additions and 336 deletions

386
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"
django-haystack = {extras = ["elasticsearch"], version = "^3.2.1"}
uvicorn = "^0.24.0.post1"