From 687110210c2e8f2566380325e431fb76a0316549 Mon Sep 17 00:00:00 2001 From: Darren Hsu <35377472+darhsu@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:53:33 -0800 Subject: [PATCH] Pin attrs version to 23.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e748034..1041a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ # bentoml[io] includes pydantic, PIL, filetype, pandas and numpy # bentoml[grpc,grpc-reflection] include grpcio, grpcio-reflection "bentoml[io]>=1.1.2", - "attrs>=23.1.0", + "attrs==23.1.0", "cattrs>=23.1.0", # diffusers "diffusers[torch]>=0.19.3",