File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ click>=8.0.2
2929Authlib >= 1.3.1
3030marshmallow >= 3.15.0
3131pydantic >= 2.8.0
32- typer >= 0.12.1
33- typer-cli >= 0.12.1
34- typer-slim >= 0.12.1
32+ # typer >=0.17.0 causes import issue for safety, see https://github.com/pyupio/safety/issues/778
33+ typer >= 0.12.1 ,< 0.17.0
34+ typer-cli >= 0.12.1 ,< 0.17.0
35+ typer-slim >= 0.12.1 ,< 0.17.0
3536# safety 3.4.0 depends on psutil~=6.1.0
3637psutil ~= 6.1.0
3738# safety 3.4.0 requires filelock~=3.16.1
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ Released: not yet
2424 of the 'build' module) and increasing the minimum version of 'setuptools-scm'
2525 to 9.2.0, which fixes a number of version related issues.
2626
27+ * Dev: Circumvented safety issue with import of typer module by pinning typer
28+ to <0.17.0.
29+
2730**Enhancements: **
2831
2932**Cleanup: **
You can’t perform that action at this time.
0 commit comments