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
⚠️ **NOTE: This version of the Vonage Python SDK is now deprecated. It is strongly recommended to use the current major version of the SDK instead.** ⚠️
16
+
17
+
Please upgrade to version 4 or later:
18
+
19
+
```bash
20
+
pip install "vonage>=4.0.0"
21
+
```
22
+
23
+
### Migration Guide
24
+
25
+
To help you to move away from using v3, [you can find a migration guide here](https://github.com/Vonage/vonage-python-sdk/blob/main/V3_TO_V4_SDK_MIGRATION_GUIDE.md).
26
+
27
+
-------
28
+
10
29
This is the Python server SDK for Vonage's API. To use it you'll
11
30
need a Vonage account. Sign up [for free at vonage.com][signup].
0 commit comments