remove python-multipart

This commit is contained in:
s.mostryukov 2024-10-01 18:34:47 +03:00
parent 010e11b6f1
commit 2dd2fb9b71
2 changed files with 1 additions and 13 deletions

13
poetry.lock generated
View File

@ -532,17 +532,6 @@ files = [
[package.extras] [package.extras]
cli = ["click (>=5.0)"] cli = ["click (>=5.0)"]
[[package]]
name = "python-multipart"
version = "0.0.12"
description = "A streaming multipart parser for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "python_multipart-0.0.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"},
{file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"},
]
[[package]] [[package]]
name = "pyyaml" name = "pyyaml"
version = "6.0.2" version = "6.0.2"
@ -906,4 +895,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "a489bb194ffae8c9206620f55be022c868805f8c4df87e1d32d60606a381158a" content-hash = "f788e089d3459ed53e0a658361f886be73fee6b2cd5869fc55500d2ec6f32908"

View File

@ -12,7 +12,6 @@ pydantic-settings = "^2.5.2"
uvicorn = {extras = ["standard"], version = "^0.31.0"} uvicorn = {extras = ["standard"], version = "^0.31.0"}
fastapi = "^0.115.0" fastapi = "^0.115.0"
jinja2 = "^3.1.4" jinja2 = "^3.1.4"
python-multipart = "^0.0.12"