Skip to content

Commit

Permalink
Fix CVE issues
Browse files Browse the repository at this point in the history
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
  • Loading branch information
nathaliellenaa committed Feb 5, 2025
1 parent b26ea1e commit a8427fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- fix lint issues on main by @rawwar in ([#374](https://github.com/opensearch-project/opensearch-py-ml/pull/374))
- fix CVE vulnerability by @rawwar in ([#383](https://github.com/opensearch-project/opensearch-py-ml/pull/383))
- refactor: replace 'payload' with 'body' in `create_standalone_connector` by @yerzhaisang ([#424](https://github.com/opensearch-project/opensearch-py-ml/pull/424))
- Fix CVE vulnerability by @nathaliellenaa in ([#438](https://github.com/opensearch-project/opensearch-py-ml/pull/438))

## [1.1.0]

Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ pandas>=1.5.2,<2.3,!=2.1.0
matplotlib>=3.6.2,<4
numpy>=1.24.0,<2
opensearch-py>=2.2.0
torch>=2.0.1,<2.1.0
torch>=2.5.0
onnx>=1.15.0
accelerate>=0.27
sentence_transformers>=2.5.0,<2.6
tqdm>4.66.0,<5
transformers>=4.36.0,<5
transformers>=4.47.0,<5
deprecated>=1.2.14,<2
mdutils>=1.6.0,<2
pillow>10.0.0,<11
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ pandas>=1.5.2,<2.3,!=2.1.0
matplotlib>=3.6.2,<4
numpy>=1.24.0,<2
opensearch-py>=2.2.0
torch>=2.0.1,<2.1.0
torch>=2.5.0
onnx>=1.15.0
accelerate>=0.27
sentence_transformers>=2.5.0,<2.6
tqdm>4.66.0,<5
transformers>=4.36.0,<5
transformers>=4.47.0,<5
deprecated>=1.2.14,<2

0 comments on commit a8427fb

Please sign in to comment.