Skip to content

Commit

Permalink
Bumps urllib3 from >=1.26.18 to >=1.26.18, <2 (opensearch-project#632)
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <saimedhi@amazon.com>
Signed-off-by: roma2023 <romasaparhan19@gmail.com>
  • Loading branch information
saimedhi authored and roma2023 committed Dec 28, 2023
1 parent ac16a10 commit 3ce7584
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 @@ -16,6 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Security
### Dependencies
- Bumps `pytest-asyncio` from <=0.21.1 to <=0.23.2
- Bumps `urllib3` from >=1.26.18 to >=1.26.18, <2 ([#632](https://github.com/opensearch-project/opensearch-py/pull/632))

## [2.4.2]
### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
if package == MODULE_DIR or package.startswith(MODULE_DIR + ".")
]
install_requires = [
"urllib3>=1.26.18",
"urllib3>=1.26.18, <2",
"requests>=2.4.0, <3.0.0",
"six",
"python-dateutil",
Expand Down

0 comments on commit 3ce7584

Please sign in to comment.