Skip to content

Commit

Permalink
only pin aiohttp downwards for py3.11 compat (#1654)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
janosh and AlejandroEsquivel authored May 17, 2023
1 parent 10c6687 commit 8fc6d98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8fc6d98

Please sign in to comment.