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

Loosen dependency version constraints #63

Merged
merged 5 commits into from
Jun 22, 2022
Merged

Loosen dependency version constraints #63

merged 5 commits into from
Jun 22, 2022

Conversation

jre21
Copy link
Contributor

@jre21 jre21 commented Jun 22, 2022

Cryptography and black don't use semantic versioning, so pinning to a specific major version is largely meaningless. FastAPI, Typer, and uvicorn, meanwhile, are pre-1.0 and it would be desirable to not commit our downstream users to specific minor releases of these libraries.

Cryptography and black don't use semantic versioning, so pinning to a
specific major version is largely meaningless.  FastAPI, Typer, and
uvicorn, meanwhile, are pre-1.0 and it would be desirable to not commit
our downstream users to specific minor releases of these libraries.
@jre21 jre21 requested a review from snow0x2d0 June 22, 2022 00:40
@jre21 jre21 merged commit 76cb899 into main Jun 22, 2022
@jre21 jre21 deleted the update_dependencies branch June 22, 2022 17:28
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