fixup! Fast depends v3 compatibility fix

This commit is contained in:
AndrianEquestrian 2025-10-23 14:39:26 +03:00
parent e2cf0d0d30
commit 133b1409c6

View File

@ -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]