Skip to content

Commit 61f6fb0

Browse files
authored
fix: Pin typeguard to 2.13.3 which is what we are currently using. (feast-dev#3542)
Fix Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent ed73acd commit 61f6fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"tenacity>=7,<9",
7171
"toml>=0.10.0,<1",
7272
"tqdm>=4,<5",
73-
"typeguard",
73+
"typeguard==2.13.3",
7474
"fastapi>=0.68.0,<1",
7575
"uvicorn[standard]>=0.14.0,<1",
7676
"dask>=2021.1.0",

0 commit comments

Comments
 (0)