Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Release? #291

Open
har7an opened this issue Mar 28, 2024 · 0 comments
Open

New Release? #291

har7an opened this issue Mar 28, 2024 · 0 comments

Comments

@har7an
Copy link

har7an commented Mar 28, 2024

Hello,

I wanted to know if maybe you could release a new version of LibPQ? I noticed that the latest release 1.17.1 restricts LibPQ_jll to major version 14, which in turn pulls in an OpenSSL < 3. This causes a few problems for my project because I don't have access to the old OpenSSL. If I restrict LibPQ_jll to >=16 via compat, installation of LibPQ pulls in version 1.4, which is apparently the last version without the LibPQ_jll dependency. This however brings its own set of problems...

Since compat-tables in downstream projects can only restrict packages to full semver versions (as far as I know), I don't have a way of specifying that downstream consumers of my code shall pull in a non-released version of LibPQ either. Otherwise I would just take that, add a compat entry for the most recent commit, and live with the solution for the time being, but I can't. :(

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant