chore(master): release 2.0.0#17
Merged
luke-speechify merged 1 commit intoJun 22, 2026
Merged
Conversation
Contributor
Author
|
🤖 Created releases: 🌻 |
luke-speechify
added a commit
that referenced
this pull request
Jun 22, 2026
release-please tagged 2.0.0 and updated .release-please-manifest.json in #17, but its python release-type didn't update [tool.poetry] version in pyproject.toml (likely tripped by the [project] dynamic = ["version"] pattern). Result: the publish job built and uploaded speechify_api-1.2.4 artifacts again instead of 2.0.0. This commit aligns the version sources with the existing 2.0.0 tag + manifest. The actual speechify-api 2.0.0 PyPI publish is being done manually with these contents (poetry build + poetry publish locally). Follow-up: fix release-please-config.json so the next bump finds and updates [tool.poetry] version automatically — either point version-file at pyproject.toml explicitly, or remove the [project] dynamic block in favour of a PEP 621 [project] version field that release-please can parse on its own.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
2.0.0 (2026-06-22)
⚠ BREAKING CHANGES
Speechify(token=...)is nowSpeechify(api_key=...). Thetts.namespace has been removed — call sites move fromclient.tts.audio.speech(...)toclient.audio.speech(...)and fromclient.tts.voices.Xtoclient.voices.X. Thelivekitextra-dependency has been removed; if you were importing it transitively throughspeechify-api, install it explicitly. Generator-line crossed4.x→5.x, so internal/private code paths have moved.Features
This PR was generated with Release Please. See documentation.