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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A Python SDK for the [Roe](https://www.roe-ai.com/) API.

<!-- ROE-SDK:RELEASE-BANNER:START -->
> **v1.1.8** - SDK operation coverage is synchronized across Python,
> **v1.1.9** - SDK operation coverage is synchronized across Python,
> TypeScript, and Go. See `SDK_EXAMPLES.md` for copy-ready examples and
> use cases.
<!-- ROE-SDK:RELEASE-BANNER:END -->
Expand Down
1 change: 1 addition & 0 deletions SDK_EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ client = RoeClient()

result = client.agents.jobs.resend_webhook(
job_id="job_id", # required
webhook_id="webhook_id", # optional
)
```

Expand Down
5 changes: 5 additions & 0 deletions openapi/wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,11 @@ apis:
location: path
annotation: str
coerce: uuid
- name: webhook_id
location: body
annotation: str | None
default: null
pass_unset_when_none: true
- kind: body
method_name: cancel_all
docstring: ''
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "roe-ai"
version = "1.1.8"
version = "1.1.9"
authors = [
{ name = "Roe", email = "founders@roe-ai.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

Loading