From 8fc6d9867bc9d19329122bec28ff1a73e68ad3b9 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Wed, 17 May 2023 13:28:17 -0700 Subject: [PATCH] only pin aiohttp downwards for py3.11 compat (#1654) * only pin aiohttp downwards for py3.11 compat * add changelog entry * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Alejandro Esquivel --- CHANGELOG.md | 4 ++++ requirements.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f39860139..00d3a3ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +### Fixed + +- only pin `aiohttp` downwards to fix install on Python 3.11 [#1654](https://github.com/AgnostiqHQ/covalent/pulls/1654) + ## [0.223.0-rc.0] - 2023-05-17 ### Authors diff --git a/requirements.txt b/requirements.txt index 3a8ac92f4..91ebd1cd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiofiles>=0.8.0,<=22.1.0 -aiohttp==3.8.1 +aiohttp>=3.8.1 alembic>=1.8.0,<=1.8.1 click==8.1.3 cloudpickle>=2.0.0,<=2.2.0