v1.95.1

pydantic/pydantic-aiv1.95.1May 13, 2026by DouweM

AI Summary

Fixes OpenTelemetry imports to support Temporal workflows and un-deprecates Agent instrumentation.

Key Highlights

  • Fix OpenTelemetry imports to be eager
  • Un-deprecate Agent.instrument setter and InstrumentedModel

New Features

  • OpenTelemetry import fix
  • Instrumentation restoration

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### 🐛 Bug Fixes
* fix: make `current_otel_traceparent` imports eager (unbreak agent runs in Temporal workflows) by @DouweM in https://github.com/pydantic/pydantic-ai/pull/5422
* fix: un-deprecate `Agent.instrument` setter and `InstrumentedModel` by @DouweM in https://github.com/pydantic/pydantic-ai/pull/5427

**Full Changelog**: https://github.com/pydantic/pydantic-ai/compare/v1.95.0...v1.95.1