From 8941440c37d40373f43164b39dce479c4bb08455 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 6 Jun 2023 23:12:45 +0800 Subject: [PATCH 1/2] Update Psycopg2-binary version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f3484dafc..738f02c153 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pandas==1.4.3 passlib[bcrypt]==1.7.4 plotly==5.13.1 pyarrow==6.0.0 -psycopg2-binary==2.9.5 +psycopg2-binary==2.9.6 pydantic<1.10.2 pydash==6.0.2 PyJWT==2.4.0 From 96a601b2287b2b7ad9d2f02b7ac76662a5d037e8 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 7 Jun 2023 01:24:42 +0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda39d0600..8c4ca63217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The types of changes are: - Removed ExperienceConfig.delivery_mechanism constraint [#3387](https://github.com/ethyca/fides/pull/3387) - Updated privacy experience UI forms to reflect updated experience config fields [#3402](https://github.com/ethyca/fides/pull/3402) - Bump SlowAPI Version [#3456](https://github.com/ethyca/fides/pull/3456) +- Bump Psycopg2-binary Version [#3473](https://github.com/ethyca/fides/pull/3473) - Reduced duplication between PrivacyExperience and PrivacyExperienceConfig [#3470](https://github.com/ethyca/fides/pull/3470) ### Developer Experience