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 mypy_boto3_s3
pydantic-settings pydantic-settings
werkzeug werkzeug
fast-depends==3.0.0 fast-depends
extras= extras=
yaml yaml
commands = pytest commands = pytest
@ -45,7 +45,7 @@ deps =
boto3 boto3
mypy_boto3_s3 mypy_boto3_s3
werkzeug werkzeug
fast-depends==3.0.0 fast-depends
commands = pytest -m pydantic commands = pytest -m pydantic
[testenv:coveralls] [testenv:coveralls]