[PR #81] [MERGED] Add utility script to export openapi.json #99

Closed
opened 2026-02-16 02:16:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/81
Author: @adrianlyjak
Created: 9/4/2025
Status: Merged
Merged: 9/4/2025
Merged by: @adrianlyjak

Base: mainHead: adrian/export-openapi


📝 Commits (5)

📊 Changes

4 files changed (+587 additions, -18 deletions)

View changed files

📝 pyproject.toml (+9 -1)
📝 src/workflows/server/server.py (+32 -1)
📝 tests/server/test_openapi_schema.py (+1 -14)
📝 uv.lock (+545 -2)

📄 Description

Add functionality to export openapi.json, run uv run hatch run server:openapi


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/81 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/export-openapi` --- ### 📝 Commits (5) - [`ed6354e`](https://github.com/run-llama/workflows-py/commit/ed6354e3b11324f0add9603169e7730359c8e68c) Add utility script to export openapi.json - [`6b756a1`](https://github.com/run-llama/workflows-py/commit/6b756a1aec233e6e58617ae5571803941223b96f) Add actual version - [`197857f`](https://github.com/run-llama/workflows-py/commit/197857f5cb0858b66eb329e7930e0b0b1a4166ea) fix toml - [`d35bc04`](https://github.com/run-llama/workflows-py/commit/d35bc04872c3ba730e2c95df7261b4b434a4ed51) print output - [`284a085`](https://github.com/run-llama/workflows-py/commit/284a0857490ff9dc25cb456bf939502fc2362835) end of line fixer ### 📊 Changes **4 files changed** (+587 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+9 -1) 📝 `src/workflows/server/server.py` (+32 -1) 📝 `tests/server/test_openapi_schema.py` (+1 -14) 📝 `uv.lock` (+545 -2) </details> ### 📄 Description Add functionality to export openapi.json, run `uv run hatch run server:openapi` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:34 -05:00
yindo closed this issue 2026-02-16 02:16:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#99