Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This file is generated by `scripts/export_compatibility.py` from `uv.lock`,
| Package | Version | Source | Golden-path role |
|---|---:|---|---|
| `create-hayate` | `0.13.2` | golden-app.toml | Scaffold source |
| `hayate` | `0.15.2` | uv.lock | Application core and runtime adapters |
| `hayate-openapi` | `0.8.1` | uv.lock | OpenAPI 3.1, Scalar, and zero-runtime TypeScript client |
| `hayate` | `0.15.3` | uv.lock | Application core and runtime adapters |
| `hayate-openapi` | `0.8.2` | uv.lock | OpenAPI 3.1, Scalar, and zero-runtime TypeScript client |
| `hayate-mcp` | `0.12.1` | uv.lock | MCP transport and tools runtime |
| `hayate-sql` | `0.1.1` | uv.lock | Checked SQL and database adapters |
| `hayate-sql` | `0.1.2` | uv.lock | Checked SQL and database adapters |
| `workers-py` | `1.15.0` | uv.lock | Cloudflare Python APIs |
| `workers-runtime-sdk` | `1.6.3` | uv.lock | Workers runtime packaging |
| `hayate-admin` | `0.2.0` | vendored reviewed commit (`aedd4c47cbbe7c7d26cdf39b6c65fa201996369d`) | Explicit operational administration |
Expand All @@ -28,4 +28,4 @@ This file is generated by `scripts/export_compatibility.py` from `uv.lock`,
| Default entrypoint | WorkerEntrypoint class |
| Optional global entrypoint | HTTP-only compatibility mode |

Lock SHA-256: `82fa8313483ca0412ba389e5ca610f47ea943a153c8ca5210cb881981d9a129e`
Lock SHA-256: `4502453286edffcee72b1025f7e2f1c81c596cd4bf6734b9c8c52cd4622b6b61`
8 changes: 4 additions & 4 deletions compatibility.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_by": "create-hayate 0.13.2",
"lock_sha256": "82fa8313483ca0412ba389e5ca610f47ea943a153c8ca5210cb881981d9a129e",
"lock_sha256": "4502453286edffcee72b1025f7e2f1c81c596cd4bf6734b9c8c52cd4622b6b61",
"mcp_revision": "2026-07-28",
"node": "24",
"packages": [
Expand All @@ -16,14 +16,14 @@
"package": "hayate",
"role": "Application core and runtime adapters",
"source": "uv.lock",
"version": "0.15.2"
"version": "0.15.3"
},
{
"commit": null,
"package": "hayate-openapi",
"role": "OpenAPI 3.1, Scalar, and zero-runtime TypeScript client",
"source": "uv.lock",
"version": "0.8.1"
"version": "0.8.2"
},
{
"commit": null,
Expand All @@ -37,7 +37,7 @@
"package": "hayate-sql",
"role": "Checked SQL and database adapters",
"source": "uv.lock",
"version": "0.1.1"
"version": "0.1.2"
},
{
"commit": null,
Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name = "golden-app"
version = "0.1.0"
requires-python = ">=3.13,<3.14"
dependencies = [
"hayate>=0.15.2,<0.16",
"hayate-sql>=0.1.1,<0.2",
"hayate>=0.15.3,<0.16; sys_platform != 'emscripten'",
# Bypass Pyodide's delayed package-index mirror for release-day verification.
"hayate @ https://files.pythonhosted.org/packages/55/00/eb7fb5e6fecca27667169dea5e321e04ccafdd763351ab6ac159354ec3d2/hayate-0.15.3-py3-none-any.whl#sha256=2192cf8b3ee40d3dbc34aba8d9a6457256ca6dd3d736c4db1f787b66c963aca5 ; sys_platform == 'emscripten'",
"hayate-sql>=0.1.2,<0.2",
"hayate-mcp>=0.12.1,<0.13",
"hayate-openapi>=0.8.1,<0.9",
"hayate-openapi>=0.8.2,<0.9",
"jinja2==3.1.6",
"rpds-py>=0.26; sys_platform != 'emscripten'",
]
Expand Down
54 changes: 39 additions & 15 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading