Removed EOL Python 3.6. Bumped urllib3 to 1.26.18 to patch sec vulnerability. (#576)
Updated change log. Signed-off-by: Djcarrillo6 <[email protected]>
This commit is contained in:
@@ -32,6 +32,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
- Deprecated point-in-time APIs (list_all_point_in_time, create_point_in_time, delete_point_in_time) and Security Client APIs (health_check and update_audit_config) ([#502](https://github.com/opensearch-project/opensearch-py/pull/502))
|
- Deprecated point-in-time APIs (list_all_point_in_time, create_point_in_time, delete_point_in_time) and Security Client APIs (health_check and update_audit_config) ([#502](https://github.com/opensearch-project/opensearch-py/pull/502))
|
||||||
### Removed
|
### Removed
|
||||||
- Removed leftover support for Python 2.7 ([#548](https://github.com/opensearch-project/opensearch-py/pull/548))
|
- Removed leftover support for Python 2.7 ([#548](https://github.com/opensearch-project/opensearch-py/pull/548))
|
||||||
|
- Removed leftover support for Python 3.6 ([#576](https://github.com/opensearch-project/opensearch-py/pull/576))
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed automatically built and deployed docs ([575](https://github.com/opensearch-project/opensearch-py/pull/575))
|
- Fixed automatically built and deployed docs ([575](https://github.com/opensearch-project/opensearch-py/pull/575))
|
||||||
### Security
|
### Security
|
||||||
@@ -47,6 +48,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
### Security
|
### Security
|
||||||
### Dependencies
|
### Dependencies
|
||||||
- Bumps `urllib3` from >=1.21.1, <2 to >=1.26.9 ([#518](https://github.com/opensearch-project/opensearch-py/pull/518))
|
- Bumps `urllib3` from >=1.21.1, <2 to >=1.26.9 ([#518](https://github.com/opensearch-project/opensearch-py/pull/518))
|
||||||
|
- Bumps `urllib3` from >=1.26.17 to >=1.26.18 ([#576](https://github.com/opensearch-project/opensearch-py/pull/576))
|
||||||
|
|
||||||
## [2.3.1]
|
## [2.3.1]
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ packages = [
|
|||||||
if package == module_dir or package.startswith(module_dir + ".")
|
if package == module_dir or package.startswith(module_dir + ".")
|
||||||
]
|
]
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"urllib3>=1.26.17",
|
"urllib3>=1.26.18",
|
||||||
"requests>=2.4.0, <3.0.0",
|
"requests>=2.4.0, <3.0.0",
|
||||||
"six",
|
"six",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
|
|||||||
Reference in New Issue
Block a user