From 44e32bd31ae333d610f9b46174d0ec028eeeb8bc Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 11 Jul 2022 22:17:23 -0700 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20ebde74da..31c247d75c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pydantic>=1.8.1,<2.0.0 # Required by fastapi PyJWT==2.4.0 pyyaml>=5,<6 requests>=2,<3 -sqlalchemy==1.4.36 +sqlalchemy[asyncio]==1.4.36 SQLAlchemy-Utils==0.38.2 toml>=0.10.1 uvicorn==0.17.6 From 8eabf96e1da993b83e700956a49f2dea2dde152e Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 11 Jul 2022 22:40:41 -0700 Subject: [PATCH 2/2] update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf3458a23..6c2bbe06b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ The types of changes are: * CustomSelect input tooltips appear next to selector instead of wrapping to a new row. * Datasets without the `third_country_transfer` will not cause the editing dataset form to not render. * Fixed a build issue causing an `unknown` version of `fidesctl` to be installed in published Docker images [#836](https://github.com/ethyca/fides/pull/836) +* Fixed an M1-related SQLAlchemy bug [816](https://github.com/ethyca/fides/pull/891) ## [1.7.0](https://github.com/ethyca/fides/compare/1.6.1...1.7.0) - 2022-06-23