Skip to content

Commit

Permalink
🌿 Fern Regeneration -- October 2, 2024 (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Norman Bukingolts <nbukingolts@ufl.edu>
  • Loading branch information
fern-api[bot] and norman-codes authored Oct 2, 2024
1 parent aaf4c89 commit 935ed6a
Show file tree
Hide file tree
Showing 7 changed files with 994 additions and 1,002 deletions.
2 changes: 1 addition & 1 deletion .mock/definition/empathic-voice/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ types:
This will either be the name of a previously created Custom Voice or
one of our 7 base voices: `ITO`, `KORA`, `DACHER`, `AURA`, `FINN`,
`WHIMSY`, or `STELLA`.
custom_voice: ReturnCustomVoice
custom_voice: optional<ReturnCustomVoice>
source:
openapi: stenographer-openapi.json
ReturnPagedUserDefinedTools:
Expand Down
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

<br>
<div>
<a href="https://pypi.python.org/pypi/hume"><img src="https://img.shields.io/pypi/v/hume">
<a href="https://buildwithfern.com/"><img src="https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen">
<a href="https://pypi.python.org/pypi/hume"><img src="https://img.shields.io/pypi/v/hume"></a>
<a href="https://buildwithfern.com/"><img src="https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen"></a>
</div>
<br>
</div>

## Migration Guide for Version 0.7.0
## Migration Guide for Version 0.7.0 and Above

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:

Expand Down Expand Up @@ -248,18 +248,10 @@ client = HumeClient(
)
```

## Beta Status

This SDK is in beta, and there may be breaking changes between versions without a major
version update. Therefore, we recommend pinning the package version to a specific version.
This way, you can install the same version each time without breaking changes.

## Contributing

While we value open-source contributions to this SDK, this library is generated programmatically.
Additions made directly to this library would have to be moved over to our generation code,
otherwise they would be overwritten upon the next generated release. Feel free to open a PR as
a proof of concept, but know that we will not be able to merge it as-is. We suggest opening
an issue first to discuss with us!

Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!

On the other hand, contributions to the README are always very welcome!
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hume"
version = "0.7.1"
version = "0.7.2"
description = "A Python SDK for Hume AI"
readme = "README.md"
authors = []
Expand Down
Loading

0 comments on commit 935ed6a

Please sign in to comment.