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

Fix dependencies uvicorn blue #44

Merged
merged 3 commits into from Jan 29, 2023

Conversation

mblo
Copy link
Contributor

@mblo mblo commented Dec 30, 2022

Problem

Unvicorn is fixed to "^0.19.0", which translates to ">=0.19.0, <=0.20.0". However, there is no direct dependency on unvicorn except the logger that is imported.

Solution

This PR resolves this issue by relaxing the dependency. Also, some type annotation and linter errors are fixed.

(Functionality stays unchanged)

@mblo
Copy link
Contributor Author

mblo commented Jan 24, 2023

Hi, any update on this?

@sabuhish
Copy link
Owner

Hi, @mblo thanks for fixing this!

@sabuhish sabuhish merged commit 4f1e293 into sabuhish:master Jan 29, 2023
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.

None yet

2 participants