From b87d13f9e3acbba357685bb38b268da4c0020846 Mon Sep 17 00:00:00 2001
From: jakub-safetycli <jakub@safetycli.com>
Date: Wed, 23 Oct 2024 14:38:31 -0700
Subject: [PATCH] chore:Use specific safety schema version

---
 .github/workflows/main.yml | 2 +-
 setup.cfg                  | 2 +-
 test_requirements.txt      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 405a1d4f..fe705e74 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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
diff --git a/setup.cfg b/setup.cfg
index 2742c3ea..bd44b63d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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
diff --git a/test_requirements.txt b/test_requirements.txt
index fb64b08c..13ba9532 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -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