dictalchemy icon indicating copy to clipboard operation
dictalchemy copied to clipboard

Bring the project back to life

Open simontegelid opened this issue 4 years ago • 3 comments

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 avatar Oct 08 '20 09:10 simontegelid

@simontegelid i'm using your version flawlessly.

barraponto avatar Oct 29 '20 23:10 barraponto

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??

nanduzira avatar Jan 21 '22 16:01 nanduzira

There seems to be a python3-only fork which should support more recent versions: https://github.com/disko/dictalchemy3/

FelixSchwarz avatar Nov 12 '23 09:11 FelixSchwarz