From 9eb4bc7f809e81c75ba270ca34679b9cd9acb195 Mon Sep 17 00:00:00 2001 From: Miles Olson Date: Wed, 15 Mar 2023 14:38:50 -0700 Subject: [PATCH] Pin typeguard version 2.13.3 (#1517) Summary: Pull Request resolved: https://github.com/facebook/Ax/pull/1517 Reviewed By: saitcakmak Differential Revision: D44104042 fbshipit-source-id: 31bc57a9bb62be47cf4d9fbb7a034804b6c3f6b0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcb13d11cf4..aef242bda71 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "ipywidgets", # Needed for compatibility with ipywidgets >= 8.0.0 "plotly>=5.12.0", - "typeguard", + "typeguard==2.13.3", ] # pytest-cov requires pytest >= 3.6