Skip to content

Commit

Permalink
pin typing_extensions to version 4.5.0 (#3357)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsachs authored May 23, 2023
1 parent 52bcd75 commit 04373ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 04373ba

Please sign in to comment.