Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build(deps): speed up uvicorn by using uvloop & httptools (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored May 13, 2024
1 parent 1518909 commit cd1b080
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 1 deletion.
94 changes: 93 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ posthog = "^3.0.0"
prometheus-fastapi-instrumentator = "^6.1.0"
groq = "^0.5.0"
ollama = "^0.1.9"
uvloop = "^0.19.0"
httptools = "^0.6.1"

[tool.poetry.group.quality]
optional = true
Expand Down

0 comments on commit cd1b080

Please sign in to comment.