Skip to content

Commit dfc9578

Browse files
authored
chore: Install uvicorn[standard] for cython versions of libraries to 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> 🦕
1 parent a6465cc commit dfc9578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# See https://github.com/tiangolo/fastapi/pull/4488.
7878
"fastapi >= 0.71.0, <0.76.0",
7979
"starlette >= 0.17.1",
80-
"uvicorn >= 0.16.0",
80+
"uvicorn[standard] >= 0.16.0",
8181
]
8282

8383
endpoint_extra_require = ["requests >= 2.28.1"]

0 commit comments

Comments
 (0)