Spaces:
Build error
Build error
dependabot[bot]
dependabot[bot]
commited on
Bump fastapi from 0.104.1 to 0.109.1 in /backend (#18)
Browse filesBumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.104.1...0.109.1)
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- backend/poetry.lock +11 -11
- backend/pyproject.toml +1 -1
backend/poetry.lock
CHANGED
@@ -410,23 +410,22 @@ files = [
|
|
410 |
|
411 |
[[package]]
|
412 |
name = "fastapi"
|
413 |
-
version = "0.
|
414 |
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
415 |
optional = false
|
416 |
python-versions = ">=3.8"
|
417 |
files = [
|
418 |
-
{file = "fastapi-0.
|
419 |
-
{file = "fastapi-0.
|
420 |
]
|
421 |
|
422 |
[package.dependencies]
|
423 |
-
anyio = ">=3.7.1,<4.0.0"
|
424 |
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
|
425 |
-
starlette = ">=0.
|
426 |
typing-extensions = ">=4.8.0"
|
427 |
|
428 |
[package.extras]
|
429 |
-
all = ["email-validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.
|
430 |
|
431 |
[[package]]
|
432 |
name = "filelock"
|
@@ -1833,6 +1832,7 @@ files = [
|
|
1833 |
{file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"},
|
1834 |
{file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"},
|
1835 |
{file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"},
|
|
|
1836 |
{file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"},
|
1837 |
{file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"},
|
1838 |
{file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"},
|
@@ -2233,13 +2233,13 @@ sqlcipher = ["sqlcipher3_binary"]
|
|
2233 |
|
2234 |
[[package]]
|
2235 |
name = "starlette"
|
2236 |
-
version = "0.
|
2237 |
description = "The little ASGI library that shines."
|
2238 |
optional = false
|
2239 |
-
python-versions = ">=3.
|
2240 |
files = [
|
2241 |
-
{file = "starlette-0.
|
2242 |
-
{file = "starlette-0.
|
2243 |
]
|
2244 |
|
2245 |
[package.dependencies]
|
@@ -3108,4 +3108,4 @@ multidict = ">=4.0"
|
|
3108 |
[metadata]
|
3109 |
lock-version = "2.0"
|
3110 |
python-versions = "^3.11,<3.12"
|
3111 |
-
content-hash = "
|
|
|
410 |
|
411 |
[[package]]
|
412 |
name = "fastapi"
|
413 |
+
version = "0.109.1"
|
414 |
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
415 |
optional = false
|
416 |
python-versions = ">=3.8"
|
417 |
files = [
|
418 |
+
{file = "fastapi-0.109.1-py3-none-any.whl", hash = "sha256:510042044906b17b6d9149135d90886ade170bf615efcfb5533f568ae6d88534"},
|
419 |
+
{file = "fastapi-0.109.1.tar.gz", hash = "sha256:5402389843a3561918634eb327e86b9ae98645a9e7696bede9074449c48d610a"},
|
420 |
]
|
421 |
|
422 |
[package.dependencies]
|
|
|
423 |
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
|
424 |
+
starlette = ">=0.35.0,<0.36.0"
|
425 |
typing-extensions = ">=4.8.0"
|
426 |
|
427 |
[package.extras]
|
428 |
+
all = ["email-validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.7)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"]
|
429 |
|
430 |
[[package]]
|
431 |
name = "filelock"
|
|
|
1832 |
{file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"},
|
1833 |
{file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"},
|
1834 |
{file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"},
|
1835 |
+
{file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"},
|
1836 |
{file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"},
|
1837 |
{file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"},
|
1838 |
{file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"},
|
|
|
2233 |
|
2234 |
[[package]]
|
2235 |
name = "starlette"
|
2236 |
+
version = "0.35.1"
|
2237 |
description = "The little ASGI library that shines."
|
2238 |
optional = false
|
2239 |
+
python-versions = ">=3.8"
|
2240 |
files = [
|
2241 |
+
{file = "starlette-0.35.1-py3-none-any.whl", hash = "sha256:50bbbda9baa098e361f398fda0928062abbaf1f54f4fadcbe17c092a01eb9a25"},
|
2242 |
+
{file = "starlette-0.35.1.tar.gz", hash = "sha256:3e2639dac3520e4f58734ed22553f950d3f3cb1001cd2eaac4d57e8cdc5f66bc"},
|
2243 |
]
|
2244 |
|
2245 |
[package.dependencies]
|
|
|
3108 |
[metadata]
|
3109 |
lock-version = "2.0"
|
3110 |
python-versions = "^3.11,<3.12"
|
3111 |
+
content-hash = "441dad0efba8e98e6ec61d954a54fa1542486a1aed72ca2c091da30e0531ec77"
|
backend/pyproject.toml
CHANGED
@@ -8,7 +8,7 @@ packages = [{ include = "backend" }]
|
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
python = "^3.11,<3.12"
|
11 |
-
fastapi = "^0.
|
12 |
uvicorn = { extras = ["standard"], version = "^0.23.2" }
|
13 |
llama-index = "^0.9.48"
|
14 |
pypdf = "^3.17.4"
|
|
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
python = "^3.11,<3.12"
|
11 |
+
fastapi = "^0.109.1"
|
12 |
uvicorn = { extras = ["standard"], version = "^0.23.2" }
|
13 |
llama-index = "^0.9.48"
|
14 |
pypdf = "^3.17.4"
|