|
@@ -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"
|