From 133b1409c61a40130c06a2ec272b9374d731fc4f Mon Sep 17 00:00:00 2001 From: AndrianEquestrian Date: Thu, 23 Oct 2025 14:39:26 +0300 Subject: [PATCH] fixup! Fast depends v3 compatibility fix --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ccb0b971..cadccd84 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ deps= mypy_boto3_s3 pydantic-settings werkzeug - fast-depends==3.0.0 + fast-depends extras= yaml commands = pytest @@ -45,7 +45,7 @@ deps = boto3 mypy_boto3_s3 werkzeug - fast-depends==3.0.0 + fast-depends commands = pytest -m pydantic [testenv:coveralls]