From ec7cf6b924fc50f06e75031cee1bed76ec43ebea Mon Sep 17 00:00:00 2001 From: Stanislav Hejny Date: Wed, 2 Jul 2025 09:03:08 +0100 Subject: [PATCH] fix: correct package name to python-multipart in pyproject.toml Co-authored-by: aider (openrouter/openai/o3-mini-high) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34e3e43..68bd9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "opentelemetry-instrumentation-pika", "pika", "psutil", - "python_multipart" + "python-multipart" ] [tool.setuptools.packages.find]