Skip to content

Commit

Permalink
Update pymongo version and constraint (#3396)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Apr 25, 2024
1 parent 0192d26 commit cff83f4
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 @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.

### Enhancements

- Update pymongo version to 4.6.3 for resolving CVE-2024-21506 (<https://github.com/openvinotoolkit/training_extensions/pull/3396>)
- Use torchvision in MRCNN on CUDA (<https://github.com/openvinotoolkit/training_extensions/pull/3347>)
- Update IPEX version in installation guide documentation (<https://github.com/openvinotoolkit/training_extensions/pull/3343>)
- Update benchmark (<https://github.com/openvinotoolkit/training_extensions/pull/3338>)
Expand Down
2 changes: 1 addition & 1 deletion requirements/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networkx>=2.6,<=2.8.0
numpy>=1.21.0,<=1.23.4 # np.bool was removed in 1.24.0 which was used in openvino runtime
omegaconf>=2.1.1
opencv-python>=4.5
pymongo==4.5.0
pymongo>=4.6.3,<5 # required for bson module
scikit-learn==1.3.*
Shapely>=1.7.1,<=1.8.0
imagesize==1.4.1
Expand Down

0 comments on commit cff83f4

Please sign in to comment.