You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
The currently pinned version of psycopg2-binary is a bit old (2.8.5, released Apr 6, 2020, two years ago) and does not ship precompiled wheels for Python 3.9 onwards, making it a bit annoying on newer Python versions.
Describe the solution you'd like
Increase the pinned version of psycopg2-binary (for instance, merging #65).
Describe alternatives you've considered
Avoid strict pinnings. But I anticipate that, since Singer taps and targets are meant to be treated as applications rather than libraries, developers probably want to keep tight control on the dependecies.
Don't do anything. It's not the end of the world, either I can create a Python 3.8 environment (latest version with wheels) or just install libpq-dev and a compiler. But it's still mildly annoying.