aio-libs/aioodbc

Upstream pyodbc issue

andrewbaxter opened this issue · 2 comments

The upstream issue is: mkleehammer/pyodbc#341

Would it be possible to pin the pyodbc version? That way reinstalling dependent projects would be reliable and if a specific version is needed it can be overridden per project (and maintain relaibility).

And thanks for this project! The world doesn't have enough async database clients.

Not sure about pinning, but we can exclude problematic release, something like !=4.0.22. Would you like to create PR?

New version of pyodbc==4.0.23 already available with proper fixes, I think we can close this issue.