File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ def __init__(
34
34
35
35
if timeout is not None :
36
36
warn (
37
- "The 'timeout' parameter is deprecated. Please configure it in the httpx client instead." ,
37
+ "The 'timeout' parameter is deprecated. Please configure it in the http client instead." ,
38
38
DeprecationWarning ,
39
39
stacklevel = 2 ,
40
40
)
41
41
if verify is not None :
42
42
warn (
43
- "The 'verify' parameter is deprecated. Please configure it in the httpx client instead." ,
43
+ "The 'verify' parameter is deprecated. Please configure it in the http client instead." ,
44
44
DeprecationWarning ,
45
45
stacklevel = 2 ,
46
46
)
47
47
if proxy is not None :
48
48
warn (
49
- "The 'proxy' parameter is deprecated. Please configure it in the httpx client instead." ,
49
+ "The 'proxy' parameter is deprecated. Please configure it in the http client instead." ,
50
50
DeprecationWarning ,
51
51
stacklevel = 2 ,
52
52
)
Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ def __init__(
34
34
35
35
if timeout is not None :
36
36
warn (
37
- "The 'timeout' parameter is deprecated. Please configure it in the httpx client instead." ,
37
+ "The 'timeout' parameter is deprecated. Please configure it in the http client instead." ,
38
38
DeprecationWarning ,
39
39
stacklevel = 2 ,
40
40
)
41
41
if verify is not None :
42
42
warn (
43
- "The 'verify' parameter is deprecated. Please configure it in the httpx client instead." ,
43
+ "The 'verify' parameter is deprecated. Please configure it in the http client instead." ,
44
44
DeprecationWarning ,
45
45
stacklevel = 2 ,
46
46
)
47
47
if proxy is not None :
48
48
warn (
49
- "The 'proxy' parameter is deprecated. Please configure it in the httpx client instead." ,
49
+ "The 'proxy' parameter is deprecated. Please configure it in the http client instead." ,
50
50
DeprecationWarning ,
51
51
stacklevel = 2 ,
52
52
)
You can’t perform that action at this time.
0 commit comments