fix(upload): detect unnamed multipart files
Build and Push Docker Container / build-and-push (push) Successful in 1m38s

- Treat an existing multipart file field as upload content even when FileStorage has an empty filename.

- Keep upload telemetry aligned with file field presence instead of FileStorage truthiness.

- Add regression coverage for frontend-style uploads that provide a file field without a filename.

- Bump NanoShare to 1.27.2 and refresh the staged lockfile.
This commit is contained in:
2026-09-09 23:42:30 +02:00
parent 74ecc9b4b6
commit 21aca1b9d7
4 changed files with 192 additions and 45 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nanoshare"
version = "1.27.1"
version = "1.27.2"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"