fix: Add python-multipart dependency for file uploads
Some checks failed
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-14 23:09:09 -06:00
parent a1572694e3
commit bf458b6077
2 changed files with 715 additions and 602 deletions

1316
pdm.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,6 +23,7 @@ dependencies = [
"prometheus-client~=0.21", "prometheus-client~=0.21",
"httpx~=0.28", "httpx~=0.28",
"hishel~=0.1", "hishel~=0.1",
"python-multipart~=0.0",
] ]
requires-python = ">=3.9,<3.13" requires-python = ">=3.9,<3.13"