From 80d42475012a4fc37aad8b6d51f42ca5c1806224 Mon Sep 17 00:00:00 2001 From: Dylan Pulver <35541198+dylanpulver@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:28:59 -0400 Subject: [PATCH] fix:increment schemas version (#567) --- setup.cfg | 2 +- test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f9bd7a2e..d059fd89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ install_requires = rich typer pydantic>=1.10.12 - safety_schemas>=0.0.2 + safety_schemas>=0.0.3 typing-extensions>=4.7.1 filelock~=3.12.2 psutil~=6.0.0 diff --git a/test_requirements.txt b/test_requirements.txt index ac5bf759..c0492af9 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.2 +safety_schemas>=0.0.3 typing-extensions>=4.7.1 filelock~=3.12.2 psutil~=6.0.0 \ No newline at end of file