From f671a6abbe45cea337718fd6cf438a462aa2b32b Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Fri, 12 Aug 2022 12:38:36 -0400 Subject: [PATCH 1/2] Add setuptools to dev-requirements to fix versioneer error --- dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 00bcd1fa25..2e8ac88184 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,6 +9,7 @@ pylint==2.6.0 pytest==7.1.2 pytest-cov==3.0.0 requests-mock==1.9.3 +setuptools>=64.0.2 sqlalchemy-stubs types-PyYAML types-requests From 89fe2c6117812691c4dc80cfaaf3bd8aaf62f46d Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Fri, 12 Aug 2022 12:42:26 -0400 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 644bd97dc6..9649076f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ The types of changes are: * Deprecated config options will continue to be respected when set via environment variables [#965](https://github.com/ethyca/fides/pull/965) * The git cache is rebuilt within the Docker container [#962](https://github.com/ethyca/fides/pull/962) * The `wheel` pypi build no longer has a dirty version tag [#962](https://github.com/ethyca/fides/pull/962) +* Add setuptools to dev-requirements to fix versioneer error [#983](https://github.com/ethyca/fides/pull/983) ## [1.8.0](https://github.com/ethyca/fides/compare/1.7.1...1.8.0) - 2022-08-04