Migrating to Arize Phoenix arize-phoenix-v14.11.0
Version arize-phoenix-v14.11.0 introduces 1 breaking change. This guide details how to update your code.
Released: 4/22/2026
1
Breaking Changes
1
Migration Steps
3
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
authlib.josejoserfcauthlibBreaking Changes
●Issue #1
The dependency for session management has changed: `authlib.jose` has been migrated to `joserfc`. This requires updating the `authlib` package to version `>=1.7.0` to ensure compatibility.
Migration Steps
- 1Ensure your `authlib` package is updated to version `>=1.7.0` due to the migration from `authlib.jose` to `joserfc`.
Release Summary
This release introduces new features for agent session evaluation and secrets management, alongside a critical dependency update migrating `authlib.jose` to `joserfc`.
Need More Details?
View the full release notes and all changes for Arize Phoenix arize-phoenix-v14.11.0.
View Full Changelog