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
Copy file name to clipboardExpand all lines: README.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@
14
14
<br>
15
15
</div>
16
16
17
+
## Migration Guide for Version 0.7.0
18
+
19
+
We've released version `0.7.0` of the SDK with significant architectural changes. This update introduces `AsyncHumeClient` and `HumeClient`, improves type safety and async support, and provides more granular configuration options. To help you transition, we've prepared a comprehensive migration guide:
20
+
21
+
**[View the Migration Guide](https://github.com/HumeAI/hume-python-sdk/wiki/Python-SDK-Migration-Guide)**
22
+
23
+
Please review this guide before updating, as it covers breaking changes and provides examples for updating your code. Legacy functionality is preserved for backward compatibility. If you have any questions, please open an issue or contact our support team.
24
+
17
25
## Documentation
18
26
19
27
API reference documentation is available [here](https://dev.hume.ai/reference/).
@@ -112,10 +120,10 @@ client.emapthic_voice. # APIs specific to Empathic Voice
112
120
All errors thrown by the SDK will be subclasses of [`ApiError`](./src/hume/core/api_error.py).
0 commit comments