From 77368b2a90a57fbf5747e5a24aea820fdbf0d072 Mon Sep 17 00:00:00 2001 From: Richard van den Berg Date: Tue, 14 Oct 2025 11:36:41 +0200 Subject: [PATCH] fix: do not freeze S3Error, fixes #1519 --- minio/error.py | 1 - 1 file changed, 1 deletion(-) diff --git a/minio/error.py b/minio/error.py index b73bdc40..099e839c 100644 --- a/minio/error.py +++ b/minio/error.py @@ -80,7 +80,6 @@ def status_code(self) -> int: A = TypeVar("A", bound="S3Error") -@dataclass(frozen=True) class S3Error(MinioException): """ Raised to indicate that error response is received