Skip to content

Commit

Permalink
chore: Install uvicorn[standard] for cython versions of libraries to …
Browse files Browse the repository at this point in the history
…improve… (#1639)

… performance.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-aiplatform/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
  • Loading branch information
rhaertel80 authored Sep 7, 2022
1 parent a6465cc commit dfc9578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# See https://github.com/tiangolo/fastapi/pull/4488.
"fastapi >= 0.71.0, <0.76.0",
"starlette >= 0.17.1",
"uvicorn >= 0.16.0",
"uvicorn[standard] >= 0.16.0",
]

endpoint_extra_require = ["requests >= 2.28.1"]
Expand Down

0 comments on commit dfc9578

Please sign in to comment.