Skip to content

Commit 37abff8

Browse files
stainless-app[bot]deepthi-rao-scaleclaude
authored
chore: release main (#483)
Co-authored-by: Deepthi Rao <deepthi.rao@scale.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 5e65454 commit 37abff8

11 files changed

Lines changed: 31 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.22.1",
3-
"adk": "0.22.1"
2+
".": "0.22.2",
3+
"adk": "0.22.2"
44
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

1313
* **tracing:** emit OTel metrics for async span queue depth, batch drain, and SGP export success/failure (HTTP status labels). Disable SDK-side recording with ``AGENTEX_TRACING_METRICS=0``.
1414

15+
## 0.22.2 (2026-07-30)
16+
17+
Full Changelog: [agentex-client-v0.22.1...agentex-client-v0.22.2](https://github.com/scaleapi/scale-agentex-python/compare/agentex-client-v0.22.1...agentex-client-v0.22.2)
18+
19+
### Bug Fixes
20+
21+
* **tutorials:** add pytest-asyncio to async tutorial dev deps ([#481](https://github.com/scaleapi/scale-agentex-python/issues/481)) ([8ae3ee5](https://github.com/scaleapi/scale-agentex-python/commit/8ae3ee5b554f7b47e7c3b0dbd0e9c939009c91e1))
22+
1523
## 0.22.1 (2026-07-29)
1624

1725
Full Changelog: [agentex-client-v0.22.0...agentex-client-v0.22.1](https://github.com/scaleapi/scale-agentex-python/compare/agentex-client-v0.22.0...agentex-client-v0.22.1)

adk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.22.2 (2026-07-30)
4+
5+
Full Changelog: [agentex-sdk-v0.22.1...agentex-sdk-v0.22.2](https://github.com/scaleapi/scale-agentex-python/compare/agentex-sdk-v0.22.1...agentex-sdk-v0.22.2)
6+
7+
### Chores
8+
9+
* **agentex-sdk:** Synchronize agentex versions
10+
311
## 0.22.1 (2026-07-29)
412

513
Full Changelog: [agentex-sdk-v0.22.0...agentex-sdk-v0.22.1](https://github.com/scaleapi/scale-agentex-python/compare/agentex-sdk-v0.22.0...agentex-sdk-v0.22.1)

adk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# (agentex/{__init__.py, _*.py, types/, resources/}) ships from the slim
55
# sibling package `agentex-client` which is pinned as a runtime dep.
66
name = "agentex-sdk"
7-
version = "0.22.1"
7+
version = "0.22.2"
88
description = "Agent Development Kit (ADK) overlay for the Agentex API — FastACP server, Temporal workflows, LLM provider integrations, observability"
99
license = "Apache-2.0"
1010
authors = [

examples/tutorials/10_async/00_base/090_multi_agent_non_temporal/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ dependencies = [
1616
[project.optional-dependencies]
1717
dev = [
1818
"pytest",
19+
"pytest-asyncio",
20+
"httpx",
1921
"black",
2022
"isort",
2123
"flake8",

examples/tutorials/10_async/10_temporal/060_open_ai_agents_sdk_hello_world/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
[project.optional-dependencies]
1818
dev = [
1919
"pytest",
20+
"pytest-asyncio",
21+
"httpx",
2022
"black",
2123
"isort",
2224
"flake8",

examples/tutorials/10_async/10_temporal/070_open_ai_agents_sdk_tools/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
[project.optional-dependencies]
1818
dev = [
1919
"pytest",
20+
"pytest-asyncio",
21+
"httpx",
2022
"black",
2123
"isort",
2224
"flake8",

examples/tutorials/10_async/10_temporal/080_open_ai_agents_sdk_human_in_the_loop/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
[project.optional-dependencies]
1818
dev = [
1919
"pytest",
20+
"pytest-asyncio",
21+
"httpx",
2022
"black",
2123
"isort",
2224
"flake8",

examples/tutorials/10_async/10_temporal/090_claude_agents_sdk_mvp/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
[project.optional-dependencies]
1818
dev = [
1919
"pytest",
20+
"pytest-asyncio",
21+
"httpx",
2022
"black",
2123
"isort",
2224
"flake8",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# overlay (formerly `src/agentex/lib/*`) now lives in `adk/` and ships
44
# as the sibling `agentex-sdk` package — see `adk/pyproject.toml`.
55
name = "agentex-client"
6-
version = "0.22.1"
6+
version = "0.22.2"
77
description = "The official Python REST client for the Agentex API"
88
dynamic = ["readme"]
99
license = "Apache-2.0"

0 commit comments

Comments
 (0)