diff --git a/CHANGELOG.md b/CHANGELOG.md index 8256db07ca..3b2b549f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The types of changes are: ### Fixed * HTTP headers are now preserved in requests generated from SaaS connector pagination [#1069](https://github.com/ethyca/fidesops/pull/1069) +* Bump fideslib to fix issue where the authenticate button in the FastAPI docs did not work [#1092](https://github.com/ethyca/fidesops/pull/1092) ### Changed diff --git a/requirements.txt b/requirements.txt index 5f2ae3edec..d0fd60c316 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ fastapi[all]==0.79.0 fastapi-caching[redis] fastapi-pagination[sqlalchemy]~= 0.9.3 fideslang==1.2.0 -fideslib==3.0.2 +fideslib==3.0.3 fideslog==1.2.3 hvac==0.11.2 multidimensional_urlencode==0.0.4