fix(upload): preserve fields in multipart fallback
Build and Push Docker Container / build-and-push (push) Successful in 1m40s

- Recover regular multipart fields when the file part is not exposed through request.files.

- Preserve expires and note values for browser uploads that need body-based file recovery.

- Add parser coverage for file parts without filenames and recovered expiry fields.

- Extend upload route tests to assert recovered uploads keep expiry metadata.

- Bump NanoShare to 1.27.3.
This commit is contained in:
2026-09-10 00:18:57 +02:00
parent 21aca1b9d7
commit 3194e534e0
6 changed files with 171 additions and 4 deletions
Generated
+1 -1
View File
@@ -636,7 +636,7 @@ wheels = [
[[package]]
name = "nanoshare"
version = "1.27.2"
version = "1.27.3"
source = { virtual = "." }
dependencies = [
{ name = "aiohttp" },