kvesteri / postgresql-audit

Audit trigger for PostgreSQL
BSD 2-Clause "Simplified" License
126 stars 28 forks source link

SQLAlchemy 2.0 #62

Closed tchapi closed 1 year ago

tchapi commented 1 year ago

👋🏼 Hi there

Are you planning to support the transition to SQLAlchemy 2.0 at some point? One of the prerequisite would be to drop 1.1, 1.2 and 1.3 (I see references for them in tests) since 1.4 is now the maintenance version, and quite a few pieces of code cannot be compatible with < 1.4 AND 2.0+ at the same time (for instance, the legacy select(List))

Happy to give a hand to a least update the test config and the RemovedIn20Warning deprecation warnings

Thanks!

tchapi commented 1 year ago

Hi @kvesteri 👋🏼 Any chance we could have your point of view on this?

Thanks a lot!

kvesteri commented 1 year ago

PRs welcome 👍