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: pin uvicorn for python 3.6 #2180

Merged
merged 1 commit into from
Jan 17, 2022
Merged

fix: pin uvicorn for python 3.6 #2180

merged 1 commit into from
Jan 17, 2022

Conversation

bojiang
Copy link
Member

@bojiang bojiang commented Jan 17, 2022

Description

Motivation and Context

encode/uvicorn#1261

How Has This Been Tested?

Checklist:

  • My code follows the bentoml code style, both ./dev/format.sh and
    ./dev/lint.sh script have passed
    (instructions).
  • My change reduces project test coverage and requires unit tests to be added
  • I have added unit tests covering my code change
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

@codecov
Copy link

codecov bot commented Jan 17, 2022

Codecov Report

Merging #2180 (0a7815a) into main (5ab95a6) will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2180      +/-   ##
==========================================
- Coverage   45.90%   45.83%   -0.08%     
==========================================
  Files          93       94       +1     
  Lines        7877     7846      -31     
==========================================
- Hits         3616     3596      -20     
+ Misses       4261     4250      -11     
Impacted Files Coverage Δ
bentoml/_internal/utils/lazy_loader.py 52.94% <0.00%> (-29.42%) ⬇️
bentoml/_internal/io_descriptors/image.py 61.01% <0.00%> (-1.89%) ⬇️
bentoml/_internal/io_descriptors/numpy.py 58.73% <0.00%> (-1.59%) ⬇️
bentoml/_internal/io_descriptors/pandas.py 55.17% <0.00%> (-0.51%) ⬇️
bentoml/_internal/cli/yatai.py 0.00% <0.00%> (ø)
bentoml/_internal/runner/remote.py 0.00% <0.00%> (ø)
bentoml/_internal/runner/container.py 0.00% <0.00%> (ø)
bentoml/_internal/server/runner_app.py 0.00% <0.00%> (ø)
bentoml/_internal/cli/bento_management.py 0.00% <0.00%> (ø)
bentoml/_internal/cli/model_management.py 0.00% <0.00%> (ø)
... and 7 more

@bojiang bojiang enabled auto-merge (squash) January 17, 2022 06:18
@bojiang bojiang disabled auto-merge January 17, 2022 06:18
@bojiang bojiang merged commit 3467707 into bentoml:main Jan 17, 2022
@bojiang bojiang deleted the fix branch January 17, 2022 06:18
aarnphm pushed a commit to aarnphm/BentoML that referenced this pull request Jul 29, 2022
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.

1 participant