You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"No match found when deserializing the JSON string into AuthInput with oneOf schemas: AuthAPIKey, AuthAlgolia, AuthAlgoliaInsights, AuthBasic, AuthGoogleServiceAccount, AuthOAuth. Details: "
159
+
"No match found when deserializing the JSON string into AuthInput with oneOf schemas: AuthAPIKey, AuthAlgolia, AuthAlgoliaInsights, AuthBasic, AuthGoogleServiceAccount, AuthOAuth, Dict[str, str]. Details: "
148
160
+", ".join(error_messages)
149
161
)
150
162
@@ -171,6 +183,7 @@ def to_dict(
171
183
AuthBasic,
172
184
AuthGoogleServiceAccount,
173
185
AuthOAuth,
186
+
Dict[str, str],
174
187
]
175
188
]:
176
189
"""Returns the dict representation of the actual instance"""
0 commit comments