Skip to content

Commit

Permalink
Pin uvicorn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Feb 22, 2021
1 parent 12e6938 commit b1ca9f4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 90 deletions.
112 changes: 23 additions & 89 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ mysqlclient = { version = "^2.0.1", optional = true }
psycopg2-binary = { version = "^2.8.6", optional = true }

fastapi = { version = "^0.61.1", optional = true }
uvicorn = { version = "^0.11.8", optional = true }
uvicorn = [
{ version = "<=0.13.3", python = "^3.6, <3.7", optional = true },
{ version = "^0.13.3", python = "^3.7", optional = true }
]

wradlib = { version = "^1.9.0", optional = true }

Expand Down

0 comments on commit b1ca9f4

Please sign in to comment.