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
The API key used for authentication. If not provided, the client will attempt to read it from the environment variable - WECO_API_KEY.
42
49
43
50
timeout : float, optional
44
-
The timeout for the HTTP requests in seconds (default is 30.0).
51
+
The timeout for the HTTP requests in seconds (default is 120.0).
45
52
46
53
http2 : bool, optional
47
54
Whether to use HTTP/2 protocol for the HTTP requests (default is True).
@@ -405,8 +412,6 @@ def _query(
405
412
ValueError
406
413
If the input is invalid.
407
414
"""
408
-
warnings.warn("Setting the version number of the function is not yet supported. Currently, the first version of the function will be used i.e., version 0.")
0 commit comments