Pārlūkot izejas kodu

Revert "removed python-multipart from dependencies, fastapi already requires >=0.0.7"

This reverts commit 5938a078d324260ebbe594072a6e8b31e93e7fdf.
Falko Schindler 1 gadu atpakaļ
vecāks
revīzija
45fdda872d
2 mainītis faili ar 19 papildinājumiem un 4 dzēšanām
  1. 18 4
      poetry.lock
  2. 1 0
      pyproject.toml

+ 18 - 4
poetry.lock

@@ -137,13 +137,13 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.9\""}
 
 [[package]]
 name = "anyio"
-version = "4.3.0"
+version = "4.2.0"
 description = "High level compatibility layer for multiple asynchronous event loop implementations"
 optional = false
 python-versions = ">=3.8"
 files = [
-    {file = "anyio-4.3.0-py3-none-any.whl", hash = "sha256:048e05d0f6caeed70d731f3db756d35dcc1f35747c8c403364a8332c630441b8"},
-    {file = "anyio-4.3.0.tar.gz", hash = "sha256:f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6"},
+    {file = "anyio-4.2.0-py3-none-any.whl", hash = "sha256:745843b39e829e108e518c489b31dc757de7d2131d53fac32bd8df268227bfee"},
+    {file = "anyio-4.2.0.tar.gz", hash = "sha256:e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f"},
 ]
 
 [package.dependencies]
@@ -2223,6 +2223,20 @@ asyncio-client = ["aiohttp (>=3.4)"]
 client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"]
 docs = ["sphinx"]
 
+[[package]]
+name = "python-multipart"
+version = "0.0.9"
+description = "A streaming multipart parser for Python"
+optional = false
+python-versions = ">=3.8"
+files = [
+    {file = "python_multipart-0.0.9-py3-none-any.whl", hash = "sha256:97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215"},
+    {file = "python_multipart-0.0.9.tar.gz", hash = "sha256:03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026"},
+]
+
+[package.extras]
+dev = ["atomicwrites (==1.4.1)", "attrs (==23.2.0)", "coverage (==7.4.1)", "hatch", "invoke (==2.2.0)", "more-itertools (==10.2.0)", "pbr (==6.0.0)", "pluggy (==1.4.0)", "py (==1.11.0)", "pytest (==8.0.0)", "pytest-cov (==4.1.0)", "pytest-timeout (==2.2.0)", "pyyaml (==6.0.1)", "ruff (==0.2.1)"]
+
 [[package]]
 name = "python-socketio"
 version = "5.11.1"
@@ -3143,4 +3157,4 @@ plotly = ["plotly"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "56ff0337a72ea1eef8e4312114c1708732de1f88edb66b6f521a890e57f1a10f"
+content-hash = "1bf9419787f866db6be62d1d6ff80d514aa18a43db3736f08e52f4546f314978"

+ 1 - 0
pyproject.toml

@@ -19,6 +19,7 @@ python-socketio = {extras = ["asyncio-client"], version = ">=5.10.0"} # version
 vbuild = ">=0.8.2"
 watchfiles = ">=0.18.1"
 jinja2 = "^3.1.3" # https://github.com/zauberzeug/nicegui/security/dependabot/24
+python-multipart = ">=0.0.7"
 orjson = {version = "^3.8.6", markers = "platform_machine != 'i386' and platform_machine != 'i686'"} # orjson does not support 32bit
 itsdangerous = "^2.1.2"
 aiofiles = ">=23.1.0"