From 23d65fa540a87c5bb3d2b911e2ef19faf8ee5114 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Tue, 16 Aug 2022 17:51:41 -0400 Subject: [PATCH] Bump fideslib (#1092) * Bump fideslib to fix docs auth issue * Update CHANGELOG Co-authored-by: Paul Sanders --- CHANGELOG.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8256db07c..3b2b549f2 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 5f2ae3ede..d0fd60c31 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