mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-09-11 12:31:28 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c544e743ee | ||
|
|
61c7dc71a5 |
@@ -5,7 +5,7 @@ name: Auto-merge Speakeasy PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [labeled, opened]
|
||||
types: [labeled]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -22,13 +22,7 @@ jobs:
|
||||
github.event.pull_request.user.login == 'github-actions[bot]' &&
|
||||
startsWith(github.event.pull_request.head.ref, 'speakeasy-sdk-regen-') &&
|
||||
contains(github.event.pull_request.title, '🐝 Update SDK') &&
|
||||
(
|
||||
(github.event.action == 'labeled' && contains(fromJSON('["patch", "minor", "major"]'), github.event.label.name)) ||
|
||||
(github.event.action == 'opened' &&
|
||||
(contains(github.event.pull_request.labels.*.name, 'patch') ||
|
||||
contains(github.event.pull_request.labels.*.name, 'minor') ||
|
||||
contains(github.event.pull_request.labels.*.name, 'major')))
|
||||
)
|
||||
contains(fromJSON('["patch", "minor", "major"]'), github.event.label.name)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Close superseded Speakeasy PRs
|
||||
|
||||
+2
-2
@@ -11,8 +11,8 @@ management:
|
||||
installationURL: https://github.com/OpenRouterTeam/python-sdk.git
|
||||
published: true
|
||||
persistentEdits:
|
||||
generation_id: abb906fe-f1e6-4836-ab0d-65a3aa53024c
|
||||
pristine_commit_hash: d8b83213f131c51b08d343960443188822f7e43d
|
||||
generation_id: 9f80097d-b2ce-45b1-8e4b-34af0bf2d89e
|
||||
pristine_commit_hash: 5243ab021a0b08a7b72ceba1aecfd435ab792359
|
||||
pristine_tree_hash: efb6e09e141797febaca6535c4612226426a8e8c
|
||||
features:
|
||||
python:
|
||||
|
||||
@@ -6,7 +6,7 @@ sources:
|
||||
sourceBlobDigest: sha256:e0cae9ca4d8bd6326bf2af1bc0b1444b9819a634698e848acf6831bcd7391c36
|
||||
tags:
|
||||
- latest
|
||||
- speakeasy-sdk-regen-1782146304
|
||||
- speakeasy-sdk-regen-1782140573
|
||||
- 1.0.0
|
||||
targets:
|
||||
open-router:
|
||||
@@ -15,7 +15,7 @@ targets:
|
||||
sourceRevisionDigest: sha256:e723fd6d93d1675f10180ae0294e31a5f58f3492260b2afb840c9d21afe73fa5
|
||||
sourceBlobDigest: sha256:e0cae9ca4d8bd6326bf2af1bc0b1444b9819a634698e848acf6831bcd7391c36
|
||||
codeSamplesNamespace: open-router-python-code-samples
|
||||
codeSamplesRevisionDigest: sha256:18d9a2a331754321fc8bb0067e344794777799ec325b28bdd67548c0d0f3bbe1
|
||||
codeSamplesRevisionDigest: sha256:aa5c49b9c407a6f784ebf730fb155389272098e14ee468d7de24dd01d98b5f73
|
||||
workflow:
|
||||
workflowVersion: 1.0.0
|
||||
speakeasyVersion: 1.680.0
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ Based on:
|
||||
### Releases
|
||||
- [PyPI v0.10.0] https://pypi.org/project/openrouter/0.10.0 - .
|
||||
|
||||
## 2026-06-22 16:46:58
|
||||
## 2026-06-22 15:02:31
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc
|
||||
|
||||
Reference in New Issue
Block a user