Skip to content

Conversation

elad4251
Copy link

@elad4251 elad4251 commented Sep 1, 2021

As of python3.7 dataclasses is built in to python
dataclasses package even changed their supported versions after 0.6 to >=3.6, <3.7
That means if we keep the dataclasses requirement we are stuck using dataclasses<=0.6 and don't use the built-in

Adding the suffix here will make sure we can use the built-in dataclasses

Currently we still get the requirement from more_properties, which is why I also opened PR to change it there:
madman-bob/python-more-properties#1

@JPeroutek
Copy link

Any update on this PR? If possible, we'd like to eliminate this dependency for our installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants