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

More loosely select dependendency versions #61

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

mscansian
Copy link
Contributor

Currently this project is very strict regarding the dependency version it uses. This means that it doesn't work nicely with project that require version freezing, cause it will generate conflict if it has the same dependency in the project but a different version for some reason. This is likely to happen a lot with the requests package since it's widely used or even another project using flask.

Version freezing should be reserved to the main project, not an external lib, unless it actually requires a specific version. As far as I can see there's no reason to use the exact specific version, so I'm proposing to change it to a more loose version requirement.

@Kalebu Kalebu merged commit e1c6e8d into Neurotech-HQ:main Feb 3, 2023
@Kalebu
Copy link
Contributor

Kalebu commented Feb 3, 2023

Make sense, Thanks for contributing @mscansian

Merging this into the main

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.

2 participants