fix(deps): update python-multipart to >=0.0.20 in CI and test configs
This commit is contained in:
parent
dad7805b42
commit
dc9f5a5cc4
17
poetry.lock
generated
17
poetry.lock
generated
@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "a2a-sdk"
|
||||
@ -5599,6 +5599,19 @@ files = [
|
||||
[package.extras]
|
||||
cli = ["click (>=5.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "python-multipart"
|
||||
version = "0.0.20"
|
||||
description = "A streaming multipart parser for Python"
|
||||
optional = true
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
markers = "python_version == \"3.9\" and extra == \"proxy\""
|
||||
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 = "python-multipart"
|
||||
version = "0.0.22"
|
||||
@ -7980,4 +7993,4 @@ utils = ["numpydoc"]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.9,<4.0"
|
||||
content-hash = "5ae4b43dfe73be01d71f757227eb22245d18c06b5b4d5989b014500f400f1ee9"
|
||||
content-hash = "70ec9abe5b06e7e81a2d76305cb950eea79692ae40321bac3285dc63fcbcf059"
|
||||
|
||||
@ -114,7 +114,7 @@ apscheduler: >=3.10.4 # Unknown license
|
||||
fastapi-sso: >=0.16.0 # Unknown license
|
||||
filelock: >=3.20.0 # Unlicense (public domain) - https://unlicense.org / https://github.com/tox-dev/filelock
|
||||
pyjwt: >=2.9.0 # Unknown license
|
||||
python-multipart: >=0.0.22 # Unknown license
|
||||
python-multipart: >=0.0.20 # Unknown license
|
||||
pillow: >=11.0.0 # Unknown license
|
||||
azure-ai-contentsafety: >=1.0.0 # Unknown license
|
||||
azure-identity: >=1.16.1 # Unknown license
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"apscheduler:3.10.4": "MIT",
|
||||
"fastapi-sso:0.16.0": "MIT",
|
||||
"pyjwt:2.9.0": "MIT",
|
||||
"python-multipart:0.0.22": "Apache-2.0",
|
||||
"python-multipart:0.0.20": "Apache-2.0",
|
||||
"Pillow:11.0.0": "MIT-CMU",
|
||||
"azure-ai-contentsafety:1.0.0": "MIT License",
|
||||
"azure-identity:1.16.1": "MIT License",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user