Skip to content

Commit 12faaf2

Browse files
Update Python SDK changelog for v0.0.104 (#274)
Co-Authored-By: unknown <> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 3ae258c commit 12faaf2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

content/Changelog/sdk-py.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ import { Callout } from 'fumadocs-ui/components/callout';
77

88
This page documents the release history of the [Agentuity Python SDK](https://github.com/agentuity/sdk-py).
99

10+
## v0.0.104
11+
12+
<Callout type="info">
13+
Released: August 28, 2025
14+
</Callout>
15+
16+
**⚠️ Breaking Changes:**
17+
18+
- AgentContext constructor parameter renamed from `run_id` to `session_id` for better alignment with session references. The `runId` property remains available for backward compatibility but is deprecated.
19+
20+
**Changed:**
21+
22+
- Switch from OpenLIT to TraceLoop SDK for OpenTelemetry instrumentation to improve async context management
23+
24+
**Fixed:**
25+
26+
- Resolved "context attached/detached in a different context" warnings in async environments, particularly with LangChain instrumentation
27+
1028
## v0.0.103
1129

1230
<Callout type="info">

0 commit comments

Comments
 (0)