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

deps: relax #352

Merged
merged 3 commits into from
Feb 21, 2025
Merged

deps: relax #352

merged 3 commits into from
Feb 21, 2025

Conversation

gadomski
Copy link
Member

@bitner I'm of the >= school. If a upstream breaks, we can just ceil (CI should catch the break). I've added a test to CI to test with both our min version and whatever pip pulls in on a normal install.

@gadomski gadomski requested a review from bitner February 21, 2025 11:40
@gadomski gadomski self-assigned this Feb 21, 2025
@bitner bitner merged commit e2842fc into main Feb 21, 2025
5 checks passed
@gadomski gadomski deleted the issues/341-deps branch February 21, 2025 12:06
@Zaczero
Copy link

Zaczero commented Feb 21, 2025

psycopg = ["psycopg[binary]==3.1.*", "psycopg-pool==3.1.*"]

I think this selector should be loosed up too. It's common for users to use it as well.

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

Successfully merging this pull request may close these issues.

Loosen dependencies requirements
3 participants