Skip to content

Commit

Permalink
Merge with current main branch.
Browse files Browse the repository at this point in the history
Signed-off-by: AbitraryYu <[email protected]>
  • Loading branch information
AbitraryYu committed Apr 22, 2024
1 parent a3053ea commit ead8373
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 @@ -19,6 +19,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bumps `aiohttp` from >=3,<4 to >=3.9.2,<4 ([#717](https://github.com/opensearch-project/opensearch-py/pull/717))
- Bumps `black` to >=24.3.0 ([#717](https://github.com/opensearch-project/opensearch-py/pull/717))
- Bumps `pytest-asyncio` from <=0.23.5 to <=0.23.6

## [2.5.0]
### Added
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ twine

# Requirements for testing [async] extra
aiohttp>=3.9.2, <4
pytest-asyncio<=0.23.5
pytest-asyncio<=0.23.6
unasync

0 comments on commit ead8373

Please sign in to comment.