Skip to content

chore(master): release 1.2.4#12

Open
github-actions[bot] wants to merge 10 commits into
masterfrom
release-please--branches--master--components--speechify-api
Open

chore(master): release 1.2.4#12
github-actions[bot] wants to merge 10 commits into
masterfrom
release-please--branches--master--components--speechify-api

Conversation

@github-actions

Copy link
Copy Markdown

🤖 I have created a release beep boop

1.2.4 (2026-06-17)

Bug Fixes

  • packaging: make the SDK installable from source [DRG-31] (ebcf99d)
  • packaging: make the SDK installable from source [DRG-31] (011172d)
  • update API URL in context7.json (62e6ca8)

This PR was generated with Release Please. See documentation.

luke-speechify and others added 10 commits June 12, 2026 20:46
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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant