feat(add python-multipart==0.0.20):

This commit is contained in:
Alexander Myasoedov
2024-12-17 14:17:13 +02:00
parent 37b292a48a
commit 9e8b9ec33e
2 changed files with 13 additions and 1 deletions
Generated
+12 -1
View File
@@ -2349,6 +2349,17 @@ files = [
[package.dependencies]
six = ">=1.5"
[[package]]
name = "python-multipart"
version = "0.0.20"
description = "A streaming multipart parser for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"},
{file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"},
]
[[package]]
name = "pytz"
version = "2024.1"
@@ -3000,4 +3011,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "cca5e82dfe7ac40a91da508832d071ecccd355146d94bd4d0eb7a1eb0c4d52dc"
content-hash = "24d9cc0ad18be478dd235d69f920e78d0daabe64a3286186f6f79c3990dcc41b"
+1
View File
@@ -42,6 +42,7 @@ scikit-optimize = "^0.10.2"
scikit-learn = "1.5.2"
numpy = ">=1.24.3,<3.0.0"
jinja2 = "^3.1.4"
python-multipart = "^0.0.20"
[tool.poetry.group.dev.dependencies]
pytest-asyncio = "^0.24.0"