From 787479f1a5e178333ded3ff02331163c4fe75f1a Mon Sep 17 00:00:00 2001 From: Brian Hulette Date: Thu, 12 May 2022 23:56:21 -0700 Subject: [PATCH] Drop dataclasses requirement, we only support python 3.7+ (#17640) --- sdks/python/setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 70cec6f00a86..96afb23c5481 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -205,10 +205,6 @@ def get_portability_package_data(): # Avro 1.9.2 for python3 was broken. # The issue was fixed in version 1.9.2.1 'crcmod>=1.7,<2.0', - # dataclasses backport for python_version<3.7. No version bound because - # this is Python standard since Python 3.7 and each Python version is - # compatible with a specific dataclasses version. - 'dataclasses;python_version<"3.7"', 'orjson<4.0', # Dill doesn't have forwards-compatibility guarantees within minor # version. Pickles created with a new version of dill may not unpickle