Skip to content

Commit

Permalink
fix: Pin typeguard to 2.13.3 which is what we are currently using. (#…
Browse files Browse the repository at this point in the history
…3542)

Fix

Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Mar 17, 2023
1 parent ed73acd commit 61f6fb0
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 @@ -70,7 +70,7 @@
"tenacity>=7,<9",
"toml>=0.10.0,<1",
"tqdm>=4,<5",
"typeguard",
"typeguard==2.13.3",
"fastapi>=0.68.0,<1",
"uvicorn[standard]>=0.14.0,<1",
"dask>=2021.1.0",
Expand Down

0 comments on commit 61f6fb0

Please sign in to comment.