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