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 AuthInputPartial with oneOf schemas: AuthAPIKeyPartial, AuthAlgoliaInsightsPartial, AuthAlgoliaPartial, AuthBasicPartial, AuthGoogleServiceAccountPartial, AuthOAuthPartial. Details: "
165
+
"No match found when deserializing the JSON string into AuthInputPartial with oneOf schemas: AuthAPIKeyPartial, AuthAlgoliaInsightsPartial, AuthAlgoliaPartial, AuthBasicPartial, AuthGoogleServiceAccountPartial, AuthOAuthPartial, Dict[str, str]. Details: "
154
166
+", ".join(error_messages)
155
167
)
156
168
@@ -177,6 +189,7 @@ def to_dict(
177
189
AuthBasicPartial,
178
190
AuthGoogleServiceAccountPartial,
179
191
AuthOAuthPartial,
192
+
Dict[str, str],
180
193
]
181
194
]:
182
195
"""Returns the dict representation of the actual instance"""
0 commit comments