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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy