chore(master): release 1.2.4#12
Open
github-actions[bot] wants to merge 10 commits into
Open
Conversation
Added context7.json to the ignore list.
chore: add context7.json and update .fernignore
fix: update API URL in context7.json
- Add .github/workflows/release-please.yml combining compile + test +
release-please + publish into a single workflow.
- Add release-please-config.json (manifest mode, release-type python,
include-v-in-tag false to match existing tag style, extra-files for
client_wrapper.py).
- Add .release-please-manifest.json seeded with 1.2.3.
- Add an x-release-please-version marker comment to the X-Fern-SDK-Version
header in src/speechify/core/client_wrapper.py so the generic updater
can bump it on every release.
- Update .fernignore:
- keep .github/workflows/ci.yml so Fern does not recreate it after deletion
- add new release-please files and CHANGELOG.md
- add src/speechify/core/client_wrapper.py so the marker survives Fern
regeneration
- Delete .github/workflows/ci.yml.
ci: replace ci.yml with release-please workflow
The generated pyproject carried a partial PEP-621 `[project]` table
(name only, no version/dependencies) alongside the real `[tool.poetry]`
config. PEP-621 build frontends (uv, pip git installs) validate
`[project]` and fail ("project.version neither set nor in dynamic"), so
`pip install git+...` / uv source installs were broken (PyPI wheels were
unaffected). Drop the vestigial `[project]`/`[project.urls]` tables and
move the URLs under `[tool.poetry.urls]` so poetry-core fully owns the
metadata. `uv build` now produces sdist + wheel.
NOTE: hand-patch of a generated file; the durable fix is upstream in the
Fern python generator's pyproject emission.
fix(packaging): make the SDK installable from source [DRG-31]
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
1.2.4 (2026-06-17)
Bug Fixes
This PR was generated with Release Please. See documentation.