We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5a702 commit 119bb3dCopy full SHA for 119bb3d
src/storage/src/storage3/utils.py
@@ -7,14 +7,14 @@
7
8
class SyncClient(Client):
9
@deprecated(
10
- "0.11.3", "1.0.0", __version__, "Use `Client` from the httpx package instead"
+ "0.11.3", "3.0.0", __version__, "Use `Client` from the httpx package instead"
11
)
12
def __init__(self, *args, **kwargs):
13
super().__init__(*args, **kwargs)
14
15
16
"0.11.3",
17
- "1.0.0",
+ "3.0.0",
18
__version__,
19
"Use `close` method from `Client` in the httpx package instead",
20
0 commit comments