Skip to content

Commit

Permalink
[PyOV] Remove py package (openvinotoolkit#27248)
Browse files Browse the repository at this point in the history
### Details:
 - `py` package has a high CVE on it
 - it's also in maintenance mode
- there are seemingly no usages of that package in the codebase, so it
can be dropped
 - let's wait for CI results to confirm

### Tickets:
 - CVS-156002
  • Loading branch information
p-wysocki authored and CuriousPanCake committed Nov 6, 2024
1 parent d2ad784 commit 2b6f21e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/bindings/python/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pytest-timeout==2.3.1

# Python bindings
build<1.3
py>=1.9.0
pygments>=2.8.1
setuptools>=65.6.1,<75.3.0
sympy>=1.10
Expand Down
1 change: 0 additions & 1 deletion src/bindings/python/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ pytest-forked; sys_platform != 'win32'
pytest-xdist
pytest-html
pytest
py
radon
retrying
tox
Expand Down
1 change: 0 additions & 1 deletion tools/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ coverage>=4.4.2,<=7.0.5
astroid>=2.9.0
pylint>=2.7.0
pyenchant>=3.0.0
py>=1.9.0
urllib3>=1.26.4
openvino-telemetry>=2023.2.1
1 change: 0 additions & 1 deletion tools/mo/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ pyenchant
defusedxml
requests
pytest
py
fastjsonschema

0 comments on commit 2b6f21e

Please sign in to comment.