python-immudb/SOURCES/0001-Remove-dataclasses-from-setup-for-python39.patch

25 lines
663 B
Diff

From dd7c59da2309f974c3d530590c33a75f553bfc2e Mon Sep 17 00:00:00 2001
From: eabdullin <eabdullin@almalinux.org>
Date: Thu, 10 Jul 2025 11:52:16 +0300
Subject: [PATCH] Remove dataclasses from setup for python39
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index 4568112..c3b0d83 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,6 @@ setup(name='immudb-py',
keywords=['immudb', 'immutable'],
install_requires=[
'grpcio>=1.31.0',
- 'dataclasses>=0.6',
'protobuf>=3.13.0,<4.0.0',
'google-api>=0.1.12',
'google-api-core>=1.22.1',
--
2.39.5 (Apple Git-154)