Skip to content

Commit

Permalink
Drop dataclasses requirement, we only support python 3.7+ (apache#17640)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNeuralBit authored May 13, 2022
1 parent 969f5b8 commit 787479f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 787479f

Please sign in to comment.