Update python-tss-sdk dependency (#14207)

Signed-off-by: delinea-sagar <sagar.wani@c.delinea.com>
This commit is contained in:
delinea-sagar
2023-08-16 16:07:35 -04:00
committed by GitHub
parent b8ec7c4072
commit c75757bf22
3 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
from .plugin import CredentialPlugin
from django.utils.translation import gettext_lazy as _
from thycotic.secrets.server import DomainPasswordGrantAuthorizer, PasswordGrantAuthorizer, SecretServer, ServerSecret
try:
from delinea.secrets.server import DomainPasswordGrantAuthorizer, PasswordGrantAuthorizer, SecretServer, ServerSecret
except ImportError:
from thycotic.secrets.server import DomainPasswordGrantAuthorizer, PasswordGrantAuthorizer, SecretServer, ServerSecret
tss_inputs = {
'fields': [