From 20ad81571509ecaf6ab620131c20e637599c1cf0 Mon Sep 17 00:00:00 2001 From: Callahan Date: Tue, 23 Jan 2024 14:29:02 -0600 Subject: [PATCH] build(deps): pin overrides!=7.6.0 (#628) See https://github.com/mkorpela/overrides/issues/121 Signed-off-by: Callahan Kovacs Co-authored-by: Alex Lowe --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d8273f77..84b6157da 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,8 @@ def is_rtd() -> bool: install_requires = [ - "overrides", + # see https://github.com/mkorpela/overrides/issues/121 + "overrides!=7.6.0", "PyYAML", "pydantic>=1.9.0,<2.0.0", "pydantic-yaml[pyyaml]>=0.11.0,<1.0.0",