We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdf81e commit 7336f51Copy full SHA for 7336f51
CHANGELOG.md
@@ -15,6 +15,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
15
### Fixed
16
### Security
17
18
+### Dependencies
19
+- Bump `pytest-asyncio` from <=0.24.0 to <=0.25.1 ([#881](https://github.com/opensearch-project/opensearch-py/pull/881))
20
+
21
## [2.8.0]
22
### Added
23
- Added `AsyncSearch#collapse` ([827](https://github.com/opensearch-project/opensearch-py/pull/827))
dev-requirements.txt
@@ -21,5 +21,5 @@ twine
# Requirements for testing [async] extra
aiohttp>=3.9.4, <4
24
-pytest-asyncio<=0.24.0
+pytest-asyncio<=0.25.1
25
unasync
0 commit comments