pypi / warehouse

The Python Package Index
https://pypi.org
Apache License 2.0
3.54k stars 952 forks source link

[meta] Update database-centric libraries #13497

Closed miketheman closed 1 year ago

miketheman commented 1 year ago

We've got newer libraries to look at for database accesses, and need a sane workflow to get us to the finish line.

Here's an outline of execution:

miketheman commented 1 year ago

As of today, we've updated all the libraries and associated code to make them work.

There's still outstanding work to convert to SQLAlchemy 2.0 ORM PEP-484 support, but that can be completed outside this work.

Major kudos to @di, @ewdurbin , @dstufft for all their work on making this happen!