From 5a5bc6cc5b6412b635c4d2336fc77f3f379b58fc Mon Sep 17 00:00:00 2001 From: cin-niko Date: Mon, 28 Oct 2024 08:01:00 +0000 Subject: [PATCH] fix: pin `python-multipart` version to avoid yanking issues with micropip --- libs/ktem/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ktem/pyproject.toml b/libs/ktem/pyproject.toml index a995495c2..b38902140 100644 --- a/libs/ktem/pyproject.toml +++ b/libs/ktem/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "sqlmodel>=0.0.16,<0.1", "tiktoken>=0.6.0,<1", "gradio>=4.31.0,<5", + "python-multipart==0.0.12", # required for gradio, pinning to avoid yanking issues with micropip (fixed in gradio >= 5.4.0) "markdown>=3.6,<4", ] authors = [