dictalchemy
dictalchemy copied to clipboard
Bring the project back to life
SQLAlchemy has restricted the naming of hybrid methods and attributes since a while ago, not sure exactly when. Also, I considered it to be reasonable to make the 2to3 permanent. This pull request refreshes dictalchemy to work with the currently latest versions of its dependencies both with Python 2.7.17 and Python 3.8.6.
Tested with:
- Python 2.7.17 and SQLAlchemy-1.3.19-py2.7-linux-x86_64
- Python 3.8.6 and SQLAlchemy-1.3.19-py3.8-linux-x86_64
@simontegelid i'm using your version flawlessly.
I'm facing similar issues. "2to3
not supported w/ setuptools>58
versions"
Do we have any plans to get this issue fixed?? Maybe review and merge the PR changes??
There seems to be a python3-only fork which should support more recent versions: https://github.com/disko/dictalchemy3/