From c0eaca8e523dbf609d493a07c72d21fa64e35ecf Mon Sep 17 00:00:00 2001 From: junkai-roe-ai <193960677+junkai-roe-ai@users.noreply.github.com> Date: Sun, 6 Sep 2026 00:29:36 +0000 Subject: [PATCH] Release v1.1.13 --- README.md | 2 +- openapi/openapi.yml | 4 +--- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2098080..b411845 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A Python SDK for the [Roe](https://www.roe-ai.com/) API. -> **v1.1.12** - SDK operation coverage is synchronized across Python, +> **v1.1.13** - SDK operation coverage is synchronized across Python, > TypeScript, and Go. See `SDK_EXAMPLES.md` for copy-ready examples and > use cases. diff --git a/openapi/openapi.yml b/openapi/openapi.yml index 9f43fe1..1160520 100644 --- a/openapi/openapi.yml +++ b/openapi/openapi.yml @@ -4811,7 +4811,7 @@ components: readOnly: true oneOf: - $ref: '#/components/schemas/SkillGenerationStateEnum' - - $ref: '#/components/schemas/NullEnum' + - type: 'null' required: - cache_failed_jobs - created_at @@ -5652,8 +5652,6 @@ components: type: string required: - message - NullEnum: - type: 'null' PaginatedBaseAgentList: type: object required: diff --git a/pyproject.toml b/pyproject.toml index 0944c7b..8b071ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "roe-ai" -version = "1.1.12" +version = "1.1.13" authors = [ { name = "Roe", email = "founders@roe-ai.com" }, ] diff --git a/uv.lock b/uv.lock index 2b8b90f..da4c2ce 100644 --- a/uv.lock +++ b/uv.lock @@ -454,7 +454,7 @@ wheels = [ [[package]] name = "roe-ai" -version = "1.1.12" +version = "1.1.13" source = { editable = "." } dependencies = [ { name = "attrs" },