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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
lint:
timeout-minutes: 10
name: lint
runs-on: ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
steps:
- uses: runloopai/checkout@main
Expand All @@ -44,7 +44,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
steps:
- uses: runloopai/checkout@main

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
test:
timeout-minutes: 10
name: test
runs-on: ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: runloopai/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.23.3"
".": "1.24.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 119
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-99b4be5cc4cd6f2e1cfd71d5a9ec5409dd9293fe6084833da76f178010bfdcab.yml
openapi_spec_hash: 4760825b37e131da53c88bf893b60937
config_hash: 9f32651e6269089b5d6c33594b992232
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-0b7cd0c2fc193b18189cd7f44cf45ece7726b5d485fb72577f7d235266432ea0.yml
openapi_spec_hash: 78c340dbfb9d3d58b24ef318fc2a657b
config_hash: 218b8d25038e627faab98532392ee9a0
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 1.24.0 (2026-07-22)

Full Changelog: [v1.23.3...v1.24.0](https://github.com/runloopai/api-client-python/compare/v1.23.3...v1.24.0)

### Features

* add HTTP/2 load testing infrastructure ([#819](https://github.com/runloopai/api-client-python/issues/819)) ([4ef3c65](https://github.com/runloopai/api-client-python/commit/4ef3c65a2643a093f6589a45428ebd4f1a2bf79e))
* **api:** add codex broker mount protocol and axon attach enum value ([#10186](https://github.com/runloopai/api-client-python/issues/10186)) ([b3a0a91](https://github.com/runloopai/api-client-python/commit/b3a0a91b5463e47787cce33aa6ad803446e41ecd))
* **devbox:** rename scheduled -> queued ([#10217](https://github.com/runloopai/api-client-python/issues/10217)) ([f6cc5b7](https://github.com/runloopai/api-client-python/commit/f6cc5b714771564aaa7c5424b21fbd3c87286306))
* **loadtest:** add pool_check.py to verify shared sync connection pool ([#822](https://github.com/runloopai/api-client-python/issues/822)) ([0000c52](https://github.com/runloopai/api-client-python/commit/0000c52205bb8942942b8dec9f91972e89eebafb))
* **mux:** expose CIDR egress rules on the network policy API ([#10269](https://github.com/runloopai/api-client-python/issues/10269)) ([b77a065](https://github.com/runloopai/api-client-python/commit/b77a065422042d3a7717c02208e16b72fdddc5e3))
* **network:** add allow_runloop_mirrors egress flag to network policies ([#10350](https://github.com/runloopai/api-client-python/issues/10350)) ([c042398](https://github.com/runloopai/api-client-python/commit/c04239892931cd1b80d926af8664a461ea426aab))
* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([6a762cb](https://github.com/runloopai/api-client-python/commit/6a762cb53fbf1b6a2d113874227d0b68caa979dc))


### Bug Fixes

* **internal:** resolve build failures ([a5b61f3](https://github.com/runloopai/api-client-python/commit/a5b61f3b981d74f4707d132513d59beb4bdb33c2))
* **mux:** uniform id/name search across list endpoints, close cross-tenant IDOR ([#10267](https://github.com/runloopai/api-client-python/issues/10267)) ([4a40176](https://github.com/runloopai/api-client-python/commit/4a401768ae50e1047d4c6f80384c059112299463))

## 1.23.3 (2026-07-10)

Full Changelog: [v1.23.2...v1.23.3](https://github.com/runloopai/api-client-python/compare/v1.23.2...v1.23.3)
Expand Down
2 changes: 2 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,12 @@ Types:

```python
from runloop_api_client.types import (
AllowedCidr,
NetworkPolicyCreateParameters,
NetworkPolicyListView,
NetworkPolicyUpdateParameters,
NetworkPolicyView,
PortRule,
)
```

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 = "runloop_api_client"
version = "1.23.3"
version = "1.24.0"
description = "The official Python library for the runloop API"
dynamic = ["readme"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
cd "$(dirname "$0")/.."

echo "==> Running pyright"
uv run pyright
uv run pyright -p .

echo "==> Running mypy"
uv run mypy .
Expand Down
2 changes: 1 addition & 1 deletion src/runloop_api_client/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "runloop_api_client"
__version__ = "1.23.3" # x-release-please-version
__version__ = "1.24.0" # x-release-please-version
8 changes: 8 additions & 0 deletions src/runloop_api_client/resources/axons/axons.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def list(
include_total_count: bool | Omit = omit,
limit: int | Omit = omit,
name: str | Omit = omit,
search: str | Omit = omit,
starting_after: str | Omit = omit,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.
Expand All @@ -174,6 +175,8 @@ def list(

name: Filter by axon name (prefix match supported).

search: Search by axon ID or name.

starting_after: Load the next page of data starting after the item with the given ID.

extra_headers: Send extra headers
Expand All @@ -198,6 +201,7 @@ def list(
"include_total_count": include_total_count,
"limit": limit,
"name": name,
"search": search,
"starting_after": starting_after,
},
axon_list_params.AxonListParams,
Expand Down Expand Up @@ -424,6 +428,7 @@ def list(
include_total_count: bool | Omit = omit,
limit: int | Omit = omit,
name: str | Omit = omit,
search: str | Omit = omit,
starting_after: str | Omit = omit,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.
Expand All @@ -445,6 +450,8 @@ def list(

name: Filter by axon name (prefix match supported).

search: Search by axon ID or name.

starting_after: Load the next page of data starting after the item with the given ID.

extra_headers: Send extra headers
Expand All @@ -469,6 +476,7 @@ def list(
"include_total_count": include_total_count,
"limit": limit,
"name": name,
"search": search,
"starting_after": starting_after,
},
axon_list_params.AxonListParams,
Expand Down
8 changes: 8 additions & 0 deletions src/runloop_api_client/resources/benchmark_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def list(
include_total_count: bool | Omit = omit,
limit: int | Omit = omit,
name: str | Omit = omit,
search: str | Omit = omit,
starting_after: str | Omit = omit,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.
Expand All @@ -153,6 +154,8 @@ def list(

name: Filter by name

search: Search by benchmark job ID or name.

starting_after: Load the next page of data starting after the item with the given ID.

extra_headers: Send extra headers
Expand All @@ -175,6 +178,7 @@ def list(
"include_total_count": include_total_count,
"limit": limit,
"name": name,
"search": search,
"starting_after": starting_after,
},
benchmark_job_list_params.BenchmarkJobListParams,
Expand Down Expand Up @@ -294,6 +298,7 @@ async def list(
include_total_count: bool | Omit = omit,
limit: int | Omit = omit,
name: str | Omit = omit,
search: str | Omit = omit,
starting_after: str | Omit = omit,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.
Expand All @@ -313,6 +318,8 @@ async def list(

name: Filter by name

search: Search by benchmark job ID or name.

starting_after: Load the next page of data starting after the item with the given ID.

extra_headers: Send extra headers
Expand All @@ -335,6 +342,7 @@ async def list(
"include_total_count": include_total_count,
"limit": limit,
"name": name,
"search": search,
"starting_after": starting_after,
},
benchmark_job_list_params.BenchmarkJobListParams,
Expand Down
16 changes: 16 additions & 0 deletions src/runloop_api_client/resources/benchmark_runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def list(
include_total_count: bool | Omit = omit,
limit: int | Omit = omit,
name: str | Omit = omit,
search: str | Omit = omit,
starting_after: str | Omit = omit,
state: str | Omit = omit,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand All @@ -107,6 +108,8 @@ def list(

name: Filter by name

search: Search by benchmark run ID or name.

starting_after: Load the next page of data starting after the item with the given ID.

state: Filter by state
Expand All @@ -133,6 +136,7 @@ def list(
"include_total_count": include_total_count,
"limit": limit,
"name": name,
"search": search,
"starting_after": starting_after,
"state": state,
},
Expand Down Expand Up @@ -231,6 +235,7 @@ def list_scenario_runs(
*,
include_total_count: bool | Omit = omit,
limit: int | Omit = omit,
search: str | Omit = omit,
starting_after: str | Omit = omit,
state: Literal["running", "scoring", "scored", "completed", "canceled", "timeout", "failed"] | Omit = omit,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand All @@ -249,6 +254,8 @@ def list_scenario_runs(

limit: The limit of items to return. Default is 20. Max is 5000.

search: Search by scenario run ID or name.

starting_after: Load the next page of data starting after the item with the given ID.

state: Filter by Scenario Run state
Expand All @@ -275,6 +282,7 @@ def list_scenario_runs(
{
"include_total_count": include_total_count,
"limit": limit,
"search": search,
"starting_after": starting_after,
"state": state,
},
Expand Down Expand Up @@ -345,6 +353,7 @@ def list(
include_total_count: bool | Omit = omit,
limit: int | Omit = omit,
name: str | Omit = omit,
search: str | Omit = omit,
starting_after: str | Omit = omit,
state: str | Omit = omit,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand All @@ -367,6 +376,8 @@ def list(

name: Filter by name

search: Search by benchmark run ID or name.

starting_after: Load the next page of data starting after the item with the given ID.

state: Filter by state
Expand All @@ -393,6 +404,7 @@ def list(
"include_total_count": include_total_count,
"limit": limit,
"name": name,
"search": search,
"starting_after": starting_after,
"state": state,
},
Expand Down Expand Up @@ -491,6 +503,7 @@ def list_scenario_runs(
*,
include_total_count: bool | Omit = omit,
limit: int | Omit = omit,
search: str | Omit = omit,
starting_after: str | Omit = omit,
state: Literal["running", "scoring", "scored", "completed", "canceled", "timeout", "failed"] | Omit = omit,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand All @@ -509,6 +522,8 @@ def list_scenario_runs(

limit: The limit of items to return. Default is 20. Max is 5000.

search: Search by scenario run ID or name.

starting_after: Load the next page of data starting after the item with the given ID.

state: Filter by Scenario Run state
Expand All @@ -535,6 +550,7 @@ def list_scenario_runs(
{
"include_total_count": include_total_count,
"limit": limit,
"search": search,
"starting_after": starting_after,
"state": state,
},
Expand Down
Loading