Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Merged
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
10 changes: 9 additions & 1 deletion content/Changelog/sdk-py.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ import { Callout } from 'fumadocs-ui/components/callout';

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

## v0.0.105

<Callout type="info">
Released: August 28, 2025
</Callout>

<a id="changes"></a>**Changes:**
- **Fixed:** Fixed issue with session_id formatting in OpenTelemetry tracing to ensure proper string conversion

## v0.0.104

<Callout type="info">
Expand All @@ -24,7 +33,6 @@ This page documents the release history of the [Agentuity Python SDK](https://gi
**Fixed:**

- Resolved "context attached/detached in a different context" warnings in async environments, particularly with LangChain instrumentation

## v0.0.103

<Callout type="info">
Expand Down