diff --git a/recipe/patch_yaml/typeguard.yaml b/recipe/patch_yaml/typeguard.yaml new file mode 100644 index 000000000..e9919d050 --- /dev/null +++ b/recipe/patch_yaml/typeguard.yaml @@ -0,0 +1,9 @@ +if: + name: typeguard + # https://github.com/agronholm/typeguard/blob/4.0.1/pyproject.toml#L30C27-L30C32 + version_ge: 4.0.1 + timestamp_lt: 1702067733000 +then: + - replace_depends: + old: typing_extensions >=4.4.0 + new: typing_extensions >=4.7.0