diff --git a/CHANGELOG.md b/CHANGELOG.md index 7922fd2c7c..c64457b50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ The types of changes are: - Fides user device id filter to GET Privacy Experience List endpoint to stash user preferences on embedded notices [#3302](https://github.com/ethyca/fides/pull/3302) - Support for data categories on manual webhook fields [#3330](https://github.com/ethyca/fides/pull/3330) - Added config-driven rendering to consent components [#3316](https://github.com/ethyca/fides/pull/3316) +- Pin `typing_extensions` dependency to `4.5.0` to work around a pydantic bug [#3357](https://github.com/ethyca/fides/pull/3357) ### Changed diff --git a/requirements.txt b/requirements.txt index 6e0529ec62..5454542029 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,6 +50,7 @@ sqlalchemy-stubs==0.4 SQLAlchemy-Utils==0.38.3 toml>=0.10.1 twilio==7.15.0 +typing_extensions==4.5.0 # pinned to work around https://github.com/pydantic/pydantic/issues/5821 Unidecode==1.3.4 validators==0.20.0 versioneer==0.19