feat: add Fern-generated Python SDK alongside TypeScript - #710
Open
bhaveshpatel640 wants to merge 18 commits into
Open
feat: add Fern-generated Python SDK alongside TypeScript#710bhaveshpatel640 wants to merge 18 commits into
bhaveshpatel640 wants to merge 18 commits into
Conversation
bhaveshpatel640
requested review from
chiragjn,
debajyoti-truefoundry,
heerambavi1998,
sr07asthana and
thesujai
as code owners
September 11, 2026 11:01
🦋 Changeset detectedLatest commit: 381513d The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
bhaveshpatel640
force-pushed
the
AGE-2005
branch
2 times, most recently
from
September 11, 2026 11:26
ce76ac2 to
02361b1
Compare
bhaveshpatel640
force-pushed
the
AGE-2005
branch
from
September 11, 2026 14:34
44da950 to
c5b23cb
Compare
bhaveshpatel640
added this pull request to stack #719
September 11, 2026 15:09
bhaveshpatel640
force-pushed
the
AGE-2005
branch
from
September 11, 2026 16:05
fdf0143 to
0cb933c
Compare
bhaveshpatel640
force-pushed
the
AGE-2005
branch
from
September 11, 2026 17:09
cd8e608 to
139461b
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit fa6973c. Configure here.
bhaveshpatel640
force-pushed
the
AGE-2005
branch
5 times, most recently
from
September 12, 2026 10:58
00f269b to
050f449
Compare
chiragjn
approved these changes
Sep 12, 2026
bhaveshpatel640
force-pushed
the
AGE-2005
branch
from
September 12, 2026 16:03
3859e45 to
73fdf72
Compare
bhaveshpatel640
force-pushed
the
AGE-2005
branch
from
September 12, 2026 19:41
062e862 to
7289ebe
Compare
bhaveshpatel640
force-pushed
the
AGE-2005
branch
from
September 12, 2026 20:49
c272bc2 to
60bd147
Compare
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.

Summary
Add Fern-generated Python SDK (
packages/trueforge-python-sdk) next to the TypeScript SDK, and wire CI to regenerate/commit itCloses AGE-2005
Changes
python-sdkgroup (local-file-system) +pnpm sdk:generate/ Generate SDK workflowpyproject.toml(0.1.0-rc.1) +.fernignoreHow was this tested?
fern generate --group python-sdklocally;optional_auth/ version stamp checkedChecklist
pnpm build,pnpm test,pnpm typecheck,pnpm lint:ci, andpnpm format:checkpass locallypackages/trueforge-sdk,packages/trueforge-python-sdk,.github/fern/openapi/openapi.json,docs/openapi.json) — fork PRs must commitpnpm sdk:generateoutput (CI cannot push to forks).env.exampleupdated if configuration or behavior changedNote
Medium Risk
Adds a large generated surface and changes the SDK automation path; runtime server behavior is unchanged, but CI misconfiguration could drift OpenAPI or SDK commits.
Overview
Introduces a Fern-generated Python API client at
python/trueforge_sdk(sync/asyncTrueForge, streaming, optional auth), generated from the same OpenAPI spec as the TypeScript SDK.CI and tooling now treat both outputs as one pipeline: Fern
python-sdkgroup ingenerators.yml, Generate SDK workflow commitspython/trueforge_sdkwith OpenAPI/TS artifacts (Python excluded from Changesets for now), and contributor docs/checklists forbid hand-editing either SDK tree..prettierignoreskips the Python package.This PR also includes the initial committed generator output (plus a patch changeset for
@truefoundry/trueforge-sdkOpenAPI regen) and minor readme copy from “TypeScript client” to “API client.”Reviewed by Cursor Bugbot for commit 381513d. Bugbot is set up for automated code reviews on this repo. Configure here.