Merged
Conversation
Contributor
nikita-seedlabs
commented
Mar 19, 2026
- combines the auth api yamls back together
- removes version bump python script
- fixes rust package version inconsistencies
There was a problem hiding this comment.
Pull request overview
This PR consolidates the Auth OpenAPI specs back into a single YAML, removes the legacy Python-based version bump workflow, and aligns Rust crate versions to the current SDK versioning used elsewhere in the repo.
Changes:
- Merge
auth-common.yamlcomponents (schemas + default error response) intoauth-api.yamland update refs accordingly. - Remove
scripts/version_bump.pyand drop theversion-bumpMakefile target. - Fix Rust version inconsistencies by bumping
rust/Cargo.tomland updatingrust/Cargo.lockto1.16.0.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
scripts/version_bump.py |
Deletes the legacy spec-hash/version bump Python script. |
Makefile |
Removes version-bump target; generate now only regenerates clients. |
resources/auth-common.yaml |
Removes the separate “auth common” spec file (now merged). |
resources/auth-api.yaml |
Adds DefaultError + LoginResponse and updates $refs to be self-contained. |
rust/Cargo.toml |
Bumps bluefin-pro version to 1.16.0 to match the workspace/dependency versions. |
rust/Cargo.lock |
Updates locked package versions for bluefin-pro and bluefin_api to 1.16.0. |
rust/gen/bluefin_api/.openapi-generator/FILES |
Updates generated-file manifest (drops .openapi-generator-ignore entry). |
.apigen-state |
Updates stored spec hashes / combined hash after auth spec consolidation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kevin-ip
approved these changes
Mar 19, 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.