arize-phoenix 19.11.0


pip install arize-phoenix

  Latest version

Released: Jul 30, 2026


Meta
Author: Arize AI
Requires Python: <3.15,>=3.10

Classifiers

Programming Language
  • Python
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

phoenix banner

Add Arize Phoenix MCP server to Cursor

Phoenix is an open-source AI observability platform designed for experimentation, evaluation, and troubleshooting. It provides:

  • Tracing - Trace your LLM application's runtime using OpenTelemetry-based instrumentation.
  • Evaluation - Leverage LLMs to benchmark your application's performance using response and retrieval evals.
  • Datasets - Create versioned datasets of examples for experimentation, evaluation, and fine-tuning.
  • Experiments - Track and evaluate changes to prompts, LLMs, and retrieval.
  • Playground- Optimize prompts, compare models, adjust parameters, and replay traced LLM calls.
  • Prompt Management- Manage and test prompt changes systematically using version control, tagging, and experimentation.
  • PXI (Phoenix Intelligence) - An AI engineering agent built into Phoenix for debugging traces, iterating on prompts, and navigating the product.
  • Remote MCP Server - Connect Claude Code, Cursor, and other MCP clients directly to your Phoenix instance's /mcp endpoint to query traces, datasets, experiments, and more.

Phoenix is vendor and language agnostic with out-of-the-box support for popular frameworks (OpenAI Agents SDK, Claude Agent SDK, LangGraph, Vercel AI SDK, Mastra, CrewAI, LlamaIndex, DSPy) and LLM providers (OpenAI, Anthropic, Google GenAI, Google ADK, AWS Bedrock, OpenRouter, LiteLLM, and more). For details on auto-instrumentation, check out the OpenInference project.

Phoenix runs practically anywhere, including your local machine, a containerized deployment, or in the cloud. See Environments for a walkthrough of each option, or jump straight into the Tracing Quickstart.

Table of Contents

Run Locally

Install Phoenix via pip or conda and have a fully functional Phoenix. For all installation and hosting options, see the install guide.

pip install arize-phoenix
phoenix serve

Or run it with no install using uvx:

uvx arize-phoenix serve

Trace Your Application

The fastest way to send traces is to let your coding agent (Claude Code, Codex, Cursor, and others) instrument your app. From your project directory, run:

npx @arizeai/phoenix-cli setup
# or, with Phoenix installed: px setup

Setup detects your framework and LLM provider, installs the right OpenInference instrumentation, and wires up trace export. Prefer to wire it up in code? See the tracing documentation.

Deploy

Phoenix container images are available via Docker Hub and can be deployed using Docker or Kubernetes via the Helm chart.

For Docker Compose, Kubernetes/Helm, and other deployment options, see the self-hosting documentation.

Deploy on Railway   Deploy to Render   Run on Google Cloud   Deploy to Azure   Deploy to AWS

[!NOTE] The Google Cloud button builds Phoenix from source in Cloud Shell rather than deploying the prebuilt Docker Hub image. The Azure template serves plain HTTP (Azure Container Instances does not terminate TLS) — front it with a TLS proxy such as an Application Gateway before production use.

Packages

The arize-phoenix package includes the entire Phoenix platform. However, if you have deployed the Phoenix platform, there are lightweight Python sub-packages and TypeScript packages that can be used in conjunction with the platform.

Python Subpackages

Package Version & Docs Description
arize-phoenix-otel PyPI Version Docs Provides a lightweight wrapper around OpenTelemetry primitives with Phoenix-aware defaults
arize-phoenix-client PyPI Version Docs Lightweight client for interacting with the Phoenix server via its OpenAPI REST interface
arize-phoenix-evals PyPI Version Docs Tooling to evaluate LLM applications including RAG relevance, answer relevance, and more

TypeScript Subpackages

Package Version & Docs Description
@arizeai/phoenix-otel NPM Version Docs Provides a lightweight wrapper around OpenTelemetry primitives with Phoenix-aware defaults
@arizeai/phoenix-client NPM Version Docs Client for the Arize Phoenix API
@arizeai/phoenix-evals NPM Version Docs TypeScript evaluation library for LLM applications (alpha release)
@arizeai/phoenix-mcp NPM Version Docs Standalone stdio MCP server for older Phoenix versions (maintenance mode — superseded by the remote MCP server built into Phoenix)
@arizeai/phoenix-cli NPM Version Docs CLI for fetching traces, datasets, and experiments for use with Claude Code, Cursor, and other coding agents

Tracing Integrations

Phoenix is built on top of OpenTelemetry and is vendor, language, and framework agnostic. For details about tracing integrations and example applications, see the OpenInference project and the integrations documentation.

Python Integrations

Integration Package Version
OpenAI openinference-instrumentation-openai PyPI Version
OpenAI Agents openinference-instrumentation-openai-agents PyPI Version
LlamaIndex openinference-instrumentation-llama-index PyPI Version
DSPy openinference-instrumentation-dspy PyPI Version
AWS Bedrock openinference-instrumentation-bedrock PyPI Version
LangChain openinference-instrumentation-langchain PyPI Version
LangGraph openinference-instrumentation-langchain PyPI Version
MistralAI openinference-instrumentation-mistralai PyPI Version
Google GenAI openinference-instrumentation-google-genai PyPI Version
Google ADK openinference-instrumentation-google-adk PyPI Version
Guardrails openinference-instrumentation-guardrails PyPI Version
VertexAI openinference-instrumentation-vertexai PyPI Version
CrewAI openinference-instrumentation-crewai PyPI Version
Haystack openinference-instrumentation-haystack PyPI Version
LiteLLM openinference-instrumentation-litellm PyPI Version
OpenRouter openinference-instrumentation-openai PyPI Version
OrcaRouter openinference-instrumentation-openai PyPI Version
Groq openinference-instrumentation-groq PyPI Version
Instructor openinference-instrumentation-instructor PyPI Version
Anthropic openinference-instrumentation-anthropic PyPI Version
Smolagents openinference-instrumentation-smolagents PyPI Version
Agno openinference-instrumentation-agno PyPI Version
BeeAI openinference-instrumentation-beeai PyPI Version
Strands Agents openinference-instrumentation-strands-agents PyPI Version
Restate openinference-instrumentation-openai-agents PyPI Version
MCP openinference-instrumentation-mcp PyPI Version
Pydantic AI openinference-instrumentation-pydantic-ai PyPI Version
Autogen AgentChat openinference-instrumentation-autogen-agentchat PyPI Version
Portkey openinference-instrumentation-portkey PyPI Version
Agent Spec openinference-instrumentation-agentspec PyPI Version
Claude Agent SDK openinference-instrumentation-claude-agent-sdk PyPI Version

Span Processors

Normalize and convert data across other instrumentation libraries by adding span processors that unify data.

Package Description Version
openinference-instrumentation-openlit OpenInference Span Processor for OpenLIT traces. PyPI Version
openinference-instrumentation-openllmetry OpenInference Span Processor for OpenLLMetry (Traceloop) traces. PyPI Version

JavaScript Integrations

Integration Package Version
OpenAI @arizeai/openinference-instrumentation-openai NPM Version
OpenAI Agents @arizeai/openinference-instrumentation-openai-agents NPM Version
LangChain.js @arizeai/openinference-instrumentation-langchain NPM Version
TanStack AI @arizeai/openinference-tanstack-ai NPM Version
Vercel AI SDK @arizeai/openinference-vercel NPM Version
BeeAI @arizeai/openinference-instrumentation-beeai NPM Version
Claude Agent SDK @arizeai/openinference-instrumentation-claude-agent-sdk NPM Version
Mastra @mastra/arize NPM Version
MCP @arizeai/openinference-instrumentation-mcp NPM Version

Java Integrations

Integration Package Version
LangChain4j openinference-instrumentation-langchain4j Maven Central
SpringAI openinference-instrumentation-springAI Maven Central
Arconia for Spring AI io.arconia:arconia-openinference-semantic-conventions Maven Central

Go Integrations

Integration Package Version
OpenAI github.com/Arize-ai/openinference/go/openinference-instrumentation-openai-go Go Reference
Anthropic github.com/Arize-ai/openinference/go/openinference-instrumentation-anthropic-sdk-go Go Reference

Platforms

Platform Description Docs
BeeAI AI agent framework with built-in observability Integration Guide
Dify Open-source LLM app development platform Integration Guide
Envoy AI Gateway AI Gateway built on Envoy Proxy for AI workloads Integration Guide
LangFlow Visual framework for building multi-agent and RAG applications Integration Guide
LiteLLM Proxy Proxy server for LLMs Integration Guide
Flowise Visual framework for building LLM applications Integration Guide
Prompt Flow Microsoft's prompt flow orchestration tool Integration Guide
NVIDIA NeMo NVIDIA NeMo Agent Toolkit for enterprise agents Integration Guide
Graphite Multi-agent LLM workflow framework with visual builder Integration Guide

Sandboxes

Run Phoenix code evaluators in hosted sandbox providers for kernel-level isolation and runtime dependency installation.

Integration Description Docs
E2B Hosted micro-VM sandboxes for AI-generated code Integration Guide
Daytona Managed development sandboxes with snapshot startup Integration Guide
Vercel Sandbox Ephemeral compute on Vercel's infrastructure Integration Guide
Modal Serverless, Python-first container platform Integration Guide

For Humans and Coding Agents

Phoenix is built to be driven by people and by AI coding agents alike. Three surfaces let agents (Claude Code, Codex, Cursor, and others) work with your traces, datasets, and experiments:

  • CLInpx @arizeai/phoenix-cli fetches traces, datasets, and experiments and instruments your app (setup), so an agent can pull context and act on it from the terminal.
  • Skills.agents/skills/ packages workflows that teach agents how to debug, evaluate, and trace with Phoenix.
  • Remote MCP Server — connect any MCP client to your instance's /mcp endpoint to query Phoenix directly.

See the coding agents documentation for setup and usage.

Skill Description
phoenix-cli Debug LLM applications using the Phoenix CLI — fetch traces, analyze errors, review experiments, and query the GraphQL API
phoenix-evals Build and run evaluators for AI/LLM applications using Phoenix
phoenix-tracing OpenInference semantic conventions and instrumentation for tracing LLM applications

Security & Privacy

We take data security and privacy very seriously. For more details, see our Security and Privacy documentation.

Telemetry

By default, Phoenix collects basic web analytics (e.g., page views, UI interactions) to help us understand how Phoenix is used and improve the product. None of your trace data, evaluation results, or any sensitive information is ever collected.

You can opt-out of telemetry by setting the environment variable: PHOENIX_TELEMETRY_ENABLED=false

Community

Join our community to connect with thousands of AI builders.

Breaking Changes

See the migration guide for a list of breaking changes.

Copyright, Patent, and License

Copyright 2025 Arize AI, Inc. All Rights Reserved.

Portions of this code are patent protected by one or more U.S. Patents. See the IP_NOTICE.

This software is licensed under the terms of the Elastic License 2.0 (ELv2). See LICENSE.

19.11.0 Jul 30, 2026
19.10.0 Jul 28, 2026
19.9.0 Jul 28, 2026
19.8.0 Jul 27, 2026
19.6.0 Jul 24, 2026
19.5.0 Jul 24, 2026
19.4.0 Jul 22, 2026
19.3.0 Jul 20, 2026
19.2.0 Jul 19, 2026
19.1.0 Jul 18, 2026
18.1.0 Jul 17, 2026
18.0.0 Jul 14, 2026
17.30.0 Jul 14, 2026
17.29.0 Jul 13, 2026
17.28.0 Jul 13, 2026
17.27.0 Jul 12, 2026
17.26.0 Jul 11, 2026
17.25.0 Jul 11, 2026
17.24.0 Jul 10, 2026
17.23.0 Jul 09, 2026
17.22.0 Jul 09, 2026
17.21.0 Jul 08, 2026
17.20.0 Jul 07, 2026
17.19.0 Jul 06, 2026
17.18.0 Jul 04, 2026
17.17.0 Jul 04, 2026
17.16.0 Jul 04, 2026
17.15.0 Jul 01, 2026
17.14.0 Jun 30, 2026
17.13.0 Jun 30, 2026
17.12.0 Jun 25, 2026
17.11.0 Jun 24, 2026
17.10.0a83801467 Jun 23, 2026
17.9.0 Jun 19, 2026
17.8.1 Jun 17, 2026
17.8.0 Jun 17, 2026
17.7.0 Jun 16, 2026
17.6.0 Jun 15, 2026
17.5.0 Jun 12, 2026
17.4.0 Jun 11, 2026
17.3.0 Jun 10, 2026
17.2.0 Jun 03, 2026
17.1.0 Jun 02, 2026
17.0.0 Jun 02, 2026
16.6.0 Jun 02, 2026
16.5.0 Jun 01, 2026
16.4.0 Jun 01, 2026
16.3.0 May 27, 2026
16.2.0 May 26, 2026
16.1.0 May 26, 2026
16.0.0 May 21, 2026
15.12.0 May 21, 2026
15.11.1 May 19, 2026
15.11.0 May 19, 2026
15.10.1 May 19, 2026
15.10.0 May 15, 2026
15.9.0 May 14, 2026
15.8.0 May 13, 2026
15.7.0 May 13, 2026
15.4.0 May 05, 2026
15.3.0 May 05, 2026
15.2.0 May 03, 2026
15.1.0 Apr 30, 2026
15.0.0 Apr 29, 2026
14.17.0 Apr 29, 2026
14.16.0 Apr 28, 2026
14.15.0 Apr 26, 2026
14.14.0 Apr 24, 2026
14.13.0 Apr 24, 2026
14.12.0 Apr 24, 2026
14.11.0 Apr 22, 2026
14.10.0 Apr 21, 2026
14.9.1 Apr 21, 2026
14.9.0 Apr 20, 2026
14.8.0 Apr 16, 2026
14.7.0 Apr 16, 2026
14.6.0 Apr 15, 2026
14.5.0 Apr 14, 2026
14.4.0 Apr 14, 2026
14.3.1 Apr 14, 2026
14.3.0 Apr 14, 2026
14.2.1 Apr 10, 2026
14.2.0 Apr 10, 2026
14.1.1 Apr 08, 2026
14.1.0 Apr 08, 2026
14.0.0 Apr 07, 2026
13.23.0 Apr 02, 2026
13.22.2 Apr 01, 2026
13.22.1 Apr 01, 2026
13.22.0 Apr 01, 2026
13.21.0 Apr 01, 2026
13.20.0 Mar 30, 2026
13.19.2 Mar 28, 2026
13.19.1 Mar 27, 2026
13.19.0 Mar 26, 2026
13.18.2 Mar 24, 2026
13.18.1 Mar 24, 2026
13.18.0 Mar 24, 2026
13.17.0 Mar 23, 2026
13.16.0 Mar 22, 2026
13.15.0 Mar 13, 2026
13.14.0 Mar 11, 2026
13.13.0 Mar 10, 2026
13.12.0 Mar 09, 2026
13.11.0 Mar 08, 2026
13.10.0 Mar 08, 2026
13.9.0 Mar 07, 2026
13.8.0 Mar 04, 2026
13.7.0 Mar 02, 2026
13.6.0 Mar 02, 2026
13.5.0 Feb 27, 2026
13.4.0 Feb 27, 2026
13.3.0 Feb 20, 2026
13.2.0 Feb 19, 2026
13.1.1 Feb 18, 2026
13.1.0 Feb 18, 2026
13.0.3 Feb 14, 2026
13.0.2 Feb 13, 2026
12.35.0 Feb 09, 2026
12.33.1 Jan 30, 2026
12.33.0 Jan 28, 2026
12.32.0 Jan 27, 2026
12.31.2 Jan 22, 2026
12.31.1 Jan 22, 2026
12.31.0 Jan 21, 2026
12.30.0 Jan 15, 2026
12.29.0 Jan 12, 2026
12.28.1 Jan 07, 2026
12.28.0 Jan 06, 2026
12.27.0 Dec 26, 2025
12.26.0 Dec 22, 2025
12.25.1 Dec 16, 2025
12.25.0 Dec 12, 2025
12.24.0 Dec 11, 2025
12.23.0 Dec 10, 2025
12.22.0 Dec 09, 2025
12.21.0 Dec 09, 2025
12.20.0 Dec 06, 2025
12.19.0 Dec 01, 2025
12.18.0 Nov 25, 2025
12.17.0 Nov 24, 2025
12.16.0 Nov 19, 2025
12.15.1 Nov 18, 2025
12.15.0 Nov 14, 2025
12.14.2 Nov 13, 2025
12.14.1 Nov 13, 2025
12.14.0 Nov 13, 2025
12.13.1 Nov 12, 2025
12.13.0 Nov 12, 2025
12.12.0 Nov 07, 2025
12.11.1 Nov 07, 2025
12.11.0 Nov 07, 2025
12.10.0 Nov 05, 2025
12.9.0 Oct 29, 2025
12.8.0 Oct 27, 2025
12.7.1 Oct 24, 2025
12.7.0 Oct 24, 2025
12.6.1 Oct 14, 2025
12.6.0 Oct 13, 2025
12.5.0 Oct 10, 2025
12.4.0 Oct 08, 2025
12.3.0 Oct 06, 2025
12.2.0 Oct 03, 2025
12.0.0 Sep 29, 2025
11.38.0 Sep 29, 2025
11.37.0 Sep 24, 2025
11.36.0 Sep 23, 2025
11.35.0 Sep 22, 2025
11.34.0 Sep 16, 2025
11.33.0 Sep 15, 2025
11.32.1 Sep 04, 2025
11.32.0 Sep 04, 2025
11.31.0 Sep 03, 2025
11.30.0 Aug 28, 2025
11.29.0 Aug 27, 2025
11.28.0 Aug 26, 2025
11.27.0 Aug 25, 2025
11.26.0 Aug 22, 2025
11.25.0 Aug 22, 2025
11.24.1 Aug 15, 2025
11.24.0 Aug 15, 2025
11.23.2 Aug 15, 2025
11.23.1 Aug 15, 2025
11.23.0 Aug 14, 2025
11.22.1 Aug 14, 2025
11.22.0 Aug 12, 2025
11.21.1 Aug 11, 2025
11.21.0 Aug 07, 2025
11.20.0 Aug 07, 2025
11.19.0 Aug 05, 2025
11.18.0 Aug 02, 2025
11.17.0 Jul 30, 2025
11.16.1 Jul 30, 2025
11.16.0 Jul 30, 2025
11.15.0 Jul 29, 2025
11.14.0 Jul 29, 2025
11.13.2 Jul 26, 2025
11.13.1 Jul 25, 2025
11.13.0 Jul 25, 2025
11.12.0 Jul 25, 2025
11.11.0 Jul 24, 2025
11.10.1 Jul 22, 2025
11.10.0 Jul 22, 2025
11.9.0 Jul 21, 2025
11.8.0 Jul 17, 2025
11.7.0 Jul 14, 2025
11.6.2 Jul 10, 2025
11.6.1 Jul 10, 2025
11.6.0 Jul 09, 2025
11.5.0 Jul 08, 2025
11.4.0 Jul 03, 2025
11.3.0 Jul 02, 2025
11.2.2 Jul 02, 2025
11.2.1 Jul 01, 2025
11.2.0 Jun 30, 2025
11.1.1 Jun 27, 2025
11.1.0 Jun 27, 2025
11.0.0 Jun 25, 2025
10.15.0 Jun 22, 2025
10.14.0 Jun 20, 2025
10.13.2 Jun 17, 2025
10.13.1 Jun 17, 2025
10.13.0 Jun 17, 2025
10.12.0 Jun 13, 2025
10.11.0 Jun 12, 2025
10.10.0 Jun 09, 2025
10.9.2 Jun 09, 2025
10.9.1 Jun 07, 2025
10.9.0 Jun 07, 2025
10.8.0 Jun 06, 2025
10.7.1 Jun 05, 2025
10.7.0 Jun 04, 2025
10.6.2 Jun 03, 2025
10.6.1 Jun 03, 2025
10.6.0 Jun 03, 2025
10.5.0 May 31, 2025
10.4.0 May 30, 2025
10.3.1 May 30, 2025
10.3.0 May 30, 2025
10.2.2 May 29, 2025
10.2.1 May 29, 2025
10.2.0 May 29, 2025
10.1.0 May 28, 2025
10.0.4 May 22, 2025
10.0.3 May 22, 2025
10.0.2 May 22, 2025
10.0.1 May 21, 2025
10.0.0 May 21, 2025
9.6.1 May 21, 2025
9.6.0 May 20, 2025
9.5.0 May 17, 2025
9.4.0 May 15, 2025
9.3.0 May 13, 2025
9.2.0 May 13, 2025
9.1.0 May 13, 2025
9.0.1 May 11, 2025
9.0.0 May 09, 2025
8.32.1 May 08, 2025
8.32.0 May 06, 2025
8.31.0 May 01, 2025
8.30.0 Apr 30, 2025
8.29.0 Apr 28, 2025
8.28.1 Apr 28, 2025
8.28.0 Apr 28, 2025
8.27.1 Apr 25, 2025
8.27.0 Apr 24, 2025
8.26.3 Apr 18, 2025
8.26.2 Apr 17, 2025
8.26.1 Apr 16, 2025
8.26.0 Apr 16, 2025
8.25.0 Apr 15, 2025
8.24.2 Apr 10, 2025
8.24.1 Apr 09, 2025
8.24.0 Apr 09, 2025
8.23.0 Apr 09, 2025
8.22.1 Apr 04, 2025
8.22.0 Apr 03, 2025
8.21.0 Apr 02, 2025
8.20.0 Mar 28, 2025
8.19.1 Mar 25, 2025
8.19.0 Mar 25, 2025
8.18.0 Mar 22, 2025
8.17.1 Mar 21, 2025
8.17.0 Mar 21, 2025
8.16.0 Mar 20, 2025
8.15.0 Mar 19, 2025
8.14.1 Mar 18, 2025
8.14.0 Mar 18, 2025
8.13.2 Mar 17, 2025
8.13.1 Mar 14, 2025
8.13.0 Mar 14, 2025
8.12.1 Mar 08, 2025
8.12.0 Mar 08, 2025
8.11.0 Mar 07, 2025
8.10.0 Mar 06, 2025
8.9.0 Mar 06, 2025
8.8.0 Mar 01, 2025
8.7.0 Feb 28, 2025
8.6.1 Feb 27, 2025
8.6.0 Feb 27, 2025
8.5.0 Feb 27, 2025
8.4.1 Feb 26, 2025
8.4.0 Feb 26, 2025
8.3.0 Feb 24, 2025
8.2.2 Feb 24, 2025
8.2.1 Feb 22, 2025
8.2.0 Feb 21, 2025
8.1.0 Feb 20, 2025
8.0.1 Feb 20, 2025
8.0.0 Feb 19, 2025
7.12.3 Feb 19, 2025
7.12.2 Feb 13, 2025
7.12.1 Feb 13, 2025
7.12.0 Feb 05, 2025
7.11.0 Feb 05, 2025
7.10.3 Feb 04, 2025
7.10.2 Feb 04, 2025
7.10.1 Feb 04, 2025
7.10.0 Feb 04, 2025
7.9.4 Jan 31, 2025
7.9.3 Jan 30, 2025
7.9.2 Jan 23, 2025
7.9.1 Jan 23, 2025
7.9.0 Jan 21, 2025
7.8.1 Jan 18, 2025
7.8.0 Jan 17, 2025
7.7.2 Jan 15, 2025
7.7.1 Jan 14, 2025
7.7.0 Jan 14, 2025
7.6.0 Jan 09, 2025
7.5.2 Jan 07, 2025
7.5.1 Jan 04, 2025
7.5.0 Jan 03, 2025
7.4.0 Jan 03, 2025
7.3.2 Dec 24, 2024
7.3.1 Dec 23, 2024
7.3.0 Dec 21, 2024
7.2.0 Dec 18, 2024
7.1.1 Dec 11, 2024
7.1.0 Dec 11, 2024
7.0.1 Dec 09, 2024
7.0.0 Dec 09, 2024
6.2.0 Dec 09, 2024
6.1.0 Dec 03, 2024
6.0.0 Dec 02, 2024
5.12.0 Nov 25, 2024
5.11.0 Nov 22, 2024
5.10.0 Nov 20, 2024
5.9.1 Nov 19, 2024
5.9.0 Nov 19, 2024
5.8.0 Nov 11, 2024
5.7.0 Nov 06, 2024
5.6.0 Oct 29, 2024
5.5.2 Oct 21, 2024
5.5.1 Oct 19, 2024
5.5.0 Oct 19, 2024
5.4.0 Oct 18, 2024
5.3.1 Oct 17, 2024
5.3.0 Oct 17, 2024
5.2.2 Oct 09, 2024
5.2.1 Oct 08, 2024
5.2.0 Oct 05, 2024
5.1.6 Oct 04, 2024
5.1.5 Oct 03, 2024
5.1.4 Oct 02, 2024
5.1.3 Oct 01, 2024
5.1.2 Sep 30, 2024
5.1.1 Sep 30, 2024
5.1.0 Sep 27, 2024
5.0.0 Sep 26, 2024
4.36.0 Sep 20, 2024
4.35.2 Sep 20, 2024
4.35.1 Sep 17, 2024
4.35.0 Sep 17, 2024
4.34.0 Sep 17, 2024
4.33.2 Sep 12, 2024
4.33.1 Sep 05, 2024
4.33.0 Sep 04, 2024
4.32.0 Aug 29, 2024
4.31.0 Aug 27, 2024
4.30.2 Aug 27, 2024
4.30.1 Aug 27, 2024
4.30.0 Aug 26, 2024
4.29.0 Aug 26, 2024
4.28.1 Aug 23, 2024
4.27.0 Aug 22, 2024
4.26.0 Aug 21, 2024
4.25.0 Aug 21, 2024
4.24.0 Aug 15, 2024
4.23.0 Aug 13, 2024
4.22.1 Aug 12, 2024
4.22.0 Aug 09, 2024
4.21.0 Aug 08, 2024
4.20.2 Aug 07, 2024
4.20.1 Aug 06, 2024
4.20.0 Aug 06, 2024
4.19.0 Aug 02, 2024
4.18.0 Aug 02, 2024
4.17.0 Aug 02, 2024
4.16.1 Jul 31, 2024
4.16.0 Jul 30, 2024
4.15.0 Jul 26, 2024
4.14.1 Jul 23, 2024
4.12.1rc1 Jul 19, 2024
4.12.0 Jul 18, 2024
4.12.0rc1 Jul 18, 2024
4.11.0 Jul 18, 2024
4.10.2rc2 Jul 17, 2024
4.10.2rc1 Jul 17, 2024
4.10.2rc0 Jul 18, 2024
4.10.1 Jul 16, 2024
4.10.0 Jul 16, 2024
4.9.0 Jul 10, 2024
4.8.1 Jul 09, 2024
4.8.0 Jul 08, 2024
4.7.2 Jul 08, 2024
4.7.1 Jul 04, 2024
4.7.0 Jul 04, 2024
4.6.3 Jul 03, 2024
4.6.2 Jul 02, 2024
4.6.1 Jul 02, 2024
4.5.0 Jun 21, 2024
4.4.4rc6 Jul 01, 2024
4.4.4rc5 Jun 26, 2024
4.4.4rc4 Jun 23, 2024
4.4.4rc3 Jun 23, 2024
4.4.4rc2 Jun 23, 2024
4.4.4rc1 Jun 23, 2024
4.4.4rc0 Jun 21, 2024
4.4.3 Jun 17, 2024
4.4.2 Jun 13, 2024
4.4.1 Jun 11, 2024
4.4.0 Jun 10, 2024
4.3.1 Jun 10, 2024
4.3.0 Jun 07, 2024
4.2.4 May 28, 2024
4.2.3 May 23, 2024
4.2.2 May 23, 2024
4.2.1 May 23, 2024
4.2.0 May 23, 2024
4.1.3 May 22, 2024
4.1.2 May 20, 2024
4.1.1 May 17, 2024
4.1.0 May 17, 2024
4.0.3 May 14, 2024
4.0.2 May 11, 2024
4.0.1 May 09, 2024
4.0.0 May 09, 2024
3.25.0 May 06, 2024
3.24.0 Apr 22, 2024
3.23.0 Apr 19, 2024
3.22.0 Apr 16, 2024
3.21.0 Apr 12, 2024
3.20.0 Apr 11, 2024
3.19.4 Apr 04, 2024
3.19.3 Mar 30, 2024
3.19.3rc1 Apr 04, 2024
3.19.2 Mar 29, 2024
3.19.1 Mar 29, 2024
3.19.0 Mar 29, 2024
3.18.1 Mar 28, 2024
3.17.1 Mar 24, 2024
3.17.0 Mar 21, 2024
3.16.3 Mar 20, 2024
3.16.2 Mar 20, 2024
3.16.1 Mar 19, 2024
3.16.0 Mar 15, 2024
3.15.1 Mar 15, 2024
3.15.0 Mar 14, 2024
3.14.2 Mar 14, 2024
3.14.1 Mar 14, 2024
3.14.0 Mar 14, 2024
3.13.1 Mar 13, 2024
3.13.0 Mar 13, 2024
3.12.0 Mar 13, 2024
3.11.1 Mar 12, 2024
3.11.0 Mar 11, 2024
3.10.0 Mar 09, 2024
3.9.0 Mar 08, 2024
3.8.0 Mar 08, 2024
3.7.0 Mar 07, 2024
3.6.0 Mar 06, 2024
3.5.0 Mar 05, 2024
3.4.1 Feb 29, 2024
3.4.0 Feb 28, 2024
3.3.0 Feb 23, 2024
3.2.1 Feb 16, 2024
3.2.0 Feb 16, 2024
3.1.2 Feb 15, 2024
3.1.1 Feb 15, 2024
3.1.0 Feb 15, 2024
3.0.3 Feb 13, 2024
3.0.2 Feb 13, 2024
3.0.1 Feb 09, 2024
3.0.0 Feb 09, 2024
2.11.1 Feb 09, 2024
2.11.0 Feb 09, 2024
2.10.0 Feb 07, 2024
2.9.4 Feb 06, 2024
2.9.3 Feb 05, 2024
2.9.2 Feb 05, 2024
2.9.1 Feb 05, 2024
2.9.0 Feb 05, 2024
2.8.0 Feb 02, 2024
2.7.0 Jan 24, 2024
2.6.0 Jan 23, 2024
2.5.0 Jan 16, 2024
2.4.1 Jan 11, 2024
2.4.1rc9 Jan 13, 2024
2.4.1rc8 Jan 13, 2024
2.4.1rc7 Jan 13, 2024
2.4.1rc6 Jan 13, 2024
2.4.1rc5 Jan 13, 2024
2.4.1rc4 Jan 13, 2024
2.4.1rc3 Jan 13, 2024
2.4.1rc2 Jan 13, 2024
2.4.1rc1 Jan 13, 2024
2.4.1rc0 Jan 13, 2024
2.4.0 Jan 10, 2024
2.3.0 Jan 08, 2024
2.2.1 Dec 29, 2023
2.2.0rc0 Dec 28, 2023
2.1.0 Dec 21, 2023
2.0.0 Dec 20, 2023
1.9.1rc3 Dec 16, 2023
1.9.1rc2 Dec 14, 2023
1.9.1rc1 Dec 13, 2023
1.9.0 Dec 11, 2023
1.8.0 Dec 10, 2023
1.7.2rc3 Dec 10, 2023
1.7.2rc1 Dec 10, 2023
1.7.1 Dec 09, 2023
1.7.0 Dec 09, 2023
1.6.0 Dec 08, 2023
1.5.1 Dec 06, 2023
1.5.0 Dec 06, 2023
1.4.0 Nov 30, 2023
1.3.0 Nov 30, 2023
1.2.2rc8 Nov 21, 2023
1.2.2rc7 Nov 21, 2023
1.2.2rc6 Nov 21, 2023
1.2.2rc5 Nov 21, 2023
1.2.2rc4 Nov 21, 2023
1.2.2rc3 Nov 21, 2023
1.2.2rc2 Nov 21, 2023
1.2.2rc1 Nov 21, 2023
1.2.1 Nov 20, 2023
1.2.1rc2 Nov 18, 2023
1.2.1rc1 Nov 17, 2023
1.2.0 Nov 17, 2023
1.1.2rc7 Nov 17, 2023
1.1.2rc6 Nov 17, 2023
1.1.2rc5 Nov 17, 2023
1.1.2rc4 Nov 17, 2023
1.1.2rc3 Nov 17, 2023
1.1.2rc2 Nov 17, 2023
1.1.2rc1 Nov 17, 2023
1.1.1 Nov 16, 2023
1.1.0 Nov 14, 2023
1.0.0 Nov 10, 2023
0.1.1 Nov 09, 2023
0.1.0 Nov 08, 2023
0.0.51 Oct 31, 2023
0.0.50 Oct 28, 2023
0.0.50rc2 Oct 19, 2023
0.0.50rc1 Oct 19, 2023
0.0.50rc0 Oct 19, 2023
0.0.49 Oct 16, 2023
0.0.48 Oct 14, 2023
0.0.47 Oct 13, 2023
0.0.46 Oct 13, 2023
0.0.45 Oct 13, 2023
0.0.44 Oct 06, 2023
0.0.44rc5 Oct 03, 2023
0.0.44rc4 Oct 03, 2023
0.0.44rc3 Oct 03, 2023
0.0.44rc2 Oct 03, 2023
0.0.44rc1 Oct 03, 2023
0.0.43 Oct 02, 2023
0.0.42 Sep 29, 2023
0.0.41 Sep 27, 2023
0.0.40 Sep 26, 2023
0.0.39 Sep 26, 2023
0.0.38 Sep 24, 2023
0.0.37 Sep 18, 2023
0.0.36 Sep 18, 2023
0.0.35 Sep 16, 2023
0.0.34 Sep 16, 2023
0.0.34rc0 Sep 16, 2023
0.0.33 Sep 15, 2023
0.0.33rc9 Sep 13, 2023
0.0.33rc8 Sep 12, 2023
0.0.33rc7 Sep 09, 2023
0.0.33rc6 Sep 07, 2023
0.0.33rc5 Sep 07, 2023
0.0.33rc4 Aug 26, 2023
0.0.33rc3 Aug 25, 2023
0.0.33rc2 Aug 24, 2023
0.0.33rc1 Aug 24, 2023
0.0.32 Aug 04, 2023
0.0.32rc1 Aug 04, 2023
0.0.31 Aug 04, 2023
0.0.31rc2 Aug 03, 2023
0.0.31rc1 Aug 03, 2023
0.0.30 Jul 26, 2023
0.0.29rc8 Jul 25, 2023
0.0.29rc7 Jul 24, 2023
0.0.29rc6 Jul 24, 2023
0.0.29rc5 Jul 24, 2023
0.0.29rc4 Jul 19, 2023
0.0.29rc3 Jul 19, 2023
0.0.29rc2 Jul 19, 2023
0.0.29rc1 Jul 18, 2023
0.0.28 Jul 11, 2023
0.0.27 Jun 30, 2023
0.0.26 Jun 28, 2023
0.0.25 Jun 26, 2023
0.0.24 Jun 14, 2023
0.0.24rc2 Jun 14, 2023
0.0.24rc1 Jun 13, 2023
0.0.24rc0 Jun 12, 2023
0.0.23 Jun 02, 2023
0.0.23rc1 May 31, 2023
0.0.23rc0 May 31, 2023
0.0.22 May 25, 2023
0.0.21 May 25, 2023
0.0.20 May 24, 2023
0.0.20rc0 May 24, 2023
0.0.19 May 10, 2023
0.0.19rc3 May 10, 2023
0.0.19rc2 May 10, 2023
0.0.19rc1 May 10, 2023
0.0.18 Apr 27, 2023
0.0.18rc1 May 10, 2023
0.0.17 Apr 24, 2023
0.0.16 Apr 21, 2023
0.0.15 Apr 20, 2023
0.0.15rc0 Apr 20, 2023
0.0.14 Apr 20, 2023
0.0.14rc1 Apr 19, 2023
0.0.14rc0 Apr 19, 2023
0.0.13 Apr 14, 2023
0.0.12 Apr 12, 2023
0.0.11 Apr 11, 2023
0.0.11rc3 Apr 11, 2023
0.0.11rc2 Apr 08, 2023
0.0.11rc1 Apr 08, 2023
0.0.10 Apr 08, 2023
0.0.10rc2 Apr 06, 2023
0.0.10rc1 Apr 06, 2023
0.0.10rc0 Apr 06, 2023
0.0.9 Apr 05, 2023
0.0.8 Mar 31, 2023
0.0.7 Mar 29, 2023
0.0.6 Mar 29, 2023
0.0.5 Mar 25, 2023
0.0.4 Mar 25, 2023
0.0.3 Mar 23, 2023
0.0.2rc6 Mar 16, 2023
0.0.2rc5 Mar 16, 2023
0.0.2rc4 Mar 14, 2023
0.0.2rc3 Mar 08, 2023
0.0.2rc2 Feb 28, 2023
0.0.2rc1 Feb 28, 2023
0.0.2rc0 Feb 17, 2023
0.0.1rc1 Jan 19, 2023
0.0.1rc0 Jan 18, 2023

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
aioitertools
aiosqlite (>=0.22.1)
alembic (<2,>=1.3.0)
arize-phoenix-client (>=2.13.0)
arize-phoenix-evals (>=3.3.0)
arize-phoenix-otel (>=0.16.1)
authlib (>=1.7.0)
bashkit (!=0.14.2,>=0.10.0)
cachetools
email-validator
fastapi (>=0.137.0)
fastmcp-slim[server,client] (<4,>=3.4.2)
grpc-interceptor
grpcio
httpx[http2]
jinja2
jmespath
joserfc
jsonpath-ng
jsonschema
ldap3
numpy
openinference-instrumentation-openai (>=0.1.41)
openinference-instrumentation (>=0.1.44)
openinference-semantic-conventions (>=0.1.26)
opentelemetry-exporter-otlp
opentelemetry-proto (>=1.12.0)
opentelemetry-sdk
orjson
pandas (>=1.0)
prometheus-client
psutil
pyarrow
pydantic-ai-slim[bedrock,anthropic,ui,openai,mcp,google] (<3,>=2.0.0)
pydantic-monty (==0.0.19)
pydantic (>=2.1.0)
pystache
python-dateutil
python-multipart
pyyaml
scikit-learn
scipy
sqlalchemy[asyncio] (<3,>=2.0.46)
sqlean-py (<3.50,>=3.45.1)
sqlean-py and (>=3.45.1)
sqlean-py and (>=3.50)
starlette (>=0.37.0)
strawberry-graphql (==0.320.4)
tqdm
typing-extensions (>=4.6)
uvicorn
wrapt (<3,>=1.17.2)