fix(release): finalize package metadata and gateway docs - #2505
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
instructor | 5ff8c87 | Commit Preview URL Branch Preview URL |
Aug 03 2026, 01:43 AM |
from_provider already forwards base_url to the OpenAI client. Document that the same pattern works with OpenAI-compatible multi-model gateways, using DaoXE (https://api.daoxe.com/v1) as one concrete example. Docs only — no runtime behavior changes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
jxnl
marked this pull request as ready for review
August 3, 2026 01:46
This was referenced Aug 3, 2026
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
instructor-aiorganization to567-labs/instructorbase_urlexample from docs(from_provider): note OpenAI-compatible multi-model gateway base_url #2504 while preserving contributor authorship1.15.5notesThe package metadata defect was found by inspecting the exact wheel produced by the non-publishing readiness run after #2503 merged.
Included / superseded
Both source commits remain separately attributed on this branch.
Validation
1.15.5: passeduv lock --check: passedProject-URL: repository, https://github.com/567-labs/instructorapi.daoxe.com/v1/modelsanddaoxe.com/v1/modelsendpoints both return the expected authenticated API responsegit diff --check: passedSkipped
Note
Low Risk
Metadata, release script, docs, and tests only—no library runtime or dependency changes.
Overview
Updates published package metadata so
project.urls.repositorypoints at567-labs/instructorinstead of the oldinstructor-aiorg, and records that fix in the 1.15.5 changelog.Release preparation now reads that URL from
pyproject.tomland fails fast with a repository URL mismatch if it still points at the wrong GitHub org, with a test covering the stale-URL case.Docs add a short
from_providerexample for OpenAI-compatible gateways usingbase_urland a gateway API key (DaoXE as the sample endpoint).Reviewed by Cursor Bugbot for commit 5ff8c87. Configure here.