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 Dec 4, 2024
1 parent 4b18043 commit b87d13f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
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.8
safety_schemas==0.0.10
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.8
safety_schemas==0.0.10
typing-extensions>=4.7.1
filelock~=3.12.2
psutil~=6.0.0

0 comments on commit b87d13f

Please sign in to comment.