Skip to content

Commit

Permalink
chore:Use specific safety schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-safetycli committed Oct 23, 2024
1 parent 212318c commit 0a1819d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install_requires =
rich
typer
pydantic>=1.10.12
safety_schemas>=0.0.4
safety_schemas==0.0.5
typing-extensions>=4.7.1
filelock~=3.12.2
psutil~=6.0.0
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Authlib>=1.2.0
rich
typer
pydantic>=1.10.12
safety_schemas>=0.0.4
safety_schemas==0.0.5
typing-extensions>=4.7.1
filelock~=3.12.2
psutil~=6.0.0

0 comments on commit 0a1819d

Please sign in to comment.