Skip to content

Commit

Permalink
Bumps aiohttp from >=3,<4 to >=3.9.0,<4
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <saimedhi@amazon.com>
  • Loading branch information
saimedhi committed Dec 14, 2023
1 parent c4e53d4 commit 526510d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Fix KeyError when scroll return no hits ([#616](https://github.com/opensearch-project/opensearch-py/pull/616))
### Security
### Dependencies
- Bumps `aiohttp` from >=3,<4 to >=3.9.0,<4 ([#634](https://github.com/opensearch-project/opensearch-py/pull/634))
- Bumps `pytest-asyncio` from <=0.21.1 to <=0.23.2

## [2.4.2]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"pytest-mock<4.0.0",
]

async_require = ["aiohttp>=3,<4"]
async_require = ["aiohttp>=3.9.0,<4"]

docs_require = ["sphinx", "sphinx_rtd_theme", "myst_parser", "sphinx_copybutton"]
generate_require = ["black", "jinja2"]
Expand Down

0 comments on commit 526510d

Please sign in to comment.