We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5698c commit 50e6072Copy full SHA for 50e6072
1 file changed
diff_poetry_lock/settings.py
@@ -4,7 +4,7 @@
4
from typing import Any, ClassVar, Protocol, runtime_checkable
5
6
from loguru import logger
7
-from pydantic import BaseSettings, Field, PrivateAttr, ValidationError, validator
+from pydantic import BaseSettings, Field, PrivateAttr, SecretStr, ValidationError, validator
8
9
10
class PrLookupService(Protocol):
0 commit comments