Skip to content

feat: add support for arize-phoenix v15.x.x - #56

Merged
zurfjereluhmie merged 3 commits into
mainfrom
dependabot/uv/python-deps-5c82b85ff2
May 11, 2026
Merged

feat: add support for arize-phoenix v15.x.x#56
zurfjereluhmie merged 3 commits into
mainfrom
dependabot/uv/python-deps-5c82b85ff2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-deps group with 6 updates:

Package From To
arize-phoenix 14.15.0 15.2.0
langgraph 1.1.9 1.1.10
hypothesis 6.152.3 6.152.4
ty 0.0.32 0.0.34
langchain 1.2.15 1.2.17
openai 2.32.0 2.33.0

Updates arize-phoenix from 14.15.0 to 15.2.0

Release notes

Sourced from arize-phoenix's releases.

arize-phoenix: v15.2.0

15.2.0 (2026-05-03)

Features

Bug Fixes

  • agents: drop user-supplied connection params from /chat (SSRF) (#12974) (775b270)
  • cost: update built-in model token prices (#12960) (746247c)
  • replace crypto.randomUUID with a context-safe fallback (#12987) (#12988) (62b6ace)
  • ui: remove redundant Ask PXI button from trace details drawer (#12957) (863e9ca)

Documentation

  • add network security guide for self-hosted deployments (#12968) (aed96fd)

arize-phoenix: v15.1.0

15.1.0 (2026-04-30)

Features

  • api: query annotations by identifier on GET endpoints (#12952) (e2a1de9)
  • cli: add named auth profile management (#12529) (ab62d3d)
  • cli: add session annotations and notes (#12925) (4e20267)
  • phoenix-client: add TS trace annotations + clarify note semantics + skills audit (#12923) (2993b04)

Bug Fixes

  • playground: accept unwrapped AWS Bedrock tool schemas (#12937) (b450f10)
  • ui: remove unused sticky positioning on Drawer dialog header (#12954) (d6a5f90), closes #12953

Documentation

  • Add Phoenix release notes for 04-24-2026 through 04-28-2026 (#12914) (ceeb89b)
  • add phoenix-release-please skill and note no v15 migration (#12932) (4bd2b43)
  • skills: add open-coding and axial-coding references to phoenix-cli skill (#12869) (0972f3d)

arize-phoenix: v15.0.0

15.0.0 (2026-04-29)

... (truncated)

Changelog

Sourced from arize-phoenix's changelog.

15.2.0 (2026-05-03)

Features

Bug Fixes

  • agents: drop user-supplied connection params from /chat (SSRF) (#12974) (775b270)
  • cost: update built-in model token prices (#12960) (746247c)
  • replace crypto.randomUUID with a context-safe fallback (#12987) (#12988) (62b6ace)
  • ui: remove redundant Ask PXI button from trace details drawer (#12957) (863e9ca)

Documentation

  • add network security guide for self-hosted deployments (#12968) (aed96fd)

15.1.0 (2026-04-30)

Features

  • api: query annotations by identifier on GET endpoints (#12952) (e2a1de9)
  • cli: add named auth profile management (#12529) (ab62d3d)
  • cli: add session annotations and notes (#12925) (4e20267)
  • phoenix-client: add TS trace annotations + clarify note semantics + skills audit (#12923) (2993b04)

Bug Fixes

  • playground: accept unwrapped AWS Bedrock tool schemas (#12937) (b450f10)
  • ui: remove unused sticky positioning on Drawer dialog header (#12954) (d6a5f90), closes #12953

Documentation

  • Add Phoenix release notes for 04-24-2026 through 04-28-2026 (#12914) (ceeb89b)
  • add phoenix-release-please skill and note no v15 migration (#12932) (4bd2b43)
  • skills: add open-coding and axial-coding references to phoenix-cli skill (#12869) (0972f3d)

15.0.0 (2026-04-29)

⚠ BREAKING CHANGES

... (truncated)

Commits

Updates langgraph from 1.1.9 to 1.1.10

Release notes

Sourced from langgraph's releases.

langgraph==1.1.10

Changes since 1.1.9

  • release(prebuilt): 1.0.12, langgraph 1.1.10 (#7623)
  • Revert "chore: node-level timeouts" (#7627)
  • release(checkpoint): 4.0.3 (#7625)
  • chore(deps): bump nbconvert from 7.17.0 to 7.17.1 in /libs/langgraph (#7573)
  • chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /libs/langgraph (#7574)
  • chore: node-level timeouts (#7599)
  • release(prebuilt): 1.0.11 (#7610)
  • feat(prebuilt): allow ToolNode tools to return list[Command | ToolMessage] (#7596)
Commits
  • cb328b5 release(prebuilt): 1.0.12, langgraph 1.1.10 (#7623)
  • d177a0d Revert "chore: node-level timeouts" (#7627)
  • 372d54d release(checkpoint): 4.0.3 (#7625)
  • f4aee54 fix(prebuilt): hydrate ToolNode state from channels via pregel helpers (#7594)
  • 85cd64e fix(checkpoint): revive lc=2 JSON blobs for safe types without allowlist (#7582)
  • 53a9806 chore(deps): bump nbconvert from 7.17.0 to 7.17.1 in /libs/langgraph (#7573)
  • 219fbbe chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /libs/langgraph (#7574)
  • aeff954 chore: node-level timeouts (#7599)
  • 1a248cb release(prebuilt): 1.0.11 (#7610)
  • 45246f6 feat(prebuilt): allow ToolNode tools to return list[Command | ToolMessage] (#...
  • Additional commits viewable in compare view

Updates hypothesis from 6.152.3 to 6.152.4

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.152.4

This patch fixes a rare internal error during "Phase.explain" introduced in version 6.149.0 for certain strategies (issue #4708).

The canonical version of these notes (with links) is on readthedocs.

Commits
  • 84f92dc Bump hypothesis-python version to 6.152.4 and update changelog
  • c6814df Merge pull request #4717 from HypothesisWorks/DRMacIver/issue4708
  • 82e9446 Address PR review feedback
  • c77d7e7 Merge pull request #4719 from Liam-DeVoe/fix-mobile-word-wrapping
  • 4d6a7f0 fix footnote overflow on mobile
  • 4b554b0 Fix AssertionError in Shrinker.explain() for unstable span labels
  • See full diff in compare view

Updates ty from 0.0.32 to 0.0.34

Release notes

Sourced from ty's releases.

0.0.34

Release Notes

Released on 2026-05-01.

Bug fixes

  • Avoid panic in recursive protocol signature comparisons (#24665)
  • Avoid panics for syntax error targets in invalid unpacking assignments (#24663)
  • Fix unbounded type growth in nested-typevar substitutions (#24803)
  • Prevent string annotation tokens from leaking across notebook cells (#24919)
  • Support reference finding in stringified annotations (#24956)

LSP server

  • Add hover support for PEP 695 type aliases (#24926)
  • Offer string literal completion suggestions based on expected type (#24555)
  • Support Go-to Definition, Go-To Declaration, and Find References for TypedDict and NamedTuple initializers (#24897)
  • Support Annotated metadata in semantic tokens (#24890)

Core type checking

  • Add support for functools.partial (#24582)
  • Fix ParamSpec defaults and alias variance (#24479)
  • Fix TypeIs assignability with gradual types (#24928)
  • Infer dict(**TypedDict) in TypedDict context (#24709)
  • Support infer_variance for legacy TypeVar (#24930)
  • Support variance keywords in ParamSpec (#24927)
  • Sync vendored typeshed stubs (#24952). Typeshed diff
  • Unpack Union of TypedDict in various sites (#24958)

Diagnostics

  • Add missing error context node for protocol to protocol assignability (#24905)
  • Show a diagnostic for unsupported inferred Python version (#24581)

Performance

  • Lazily build TypeVar accumulations (#24782)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.34

Released on 2026-05-01.

Bug fixes

  • Avoid panic in recursive protocol signature comparisons (#24665)
  • Avoid panics for syntax error targets in invalid unpacking assignments (#24663)
  • Fix unbounded type growth in nested-typevar substitutions (#24803)
  • Prevent string annotation tokens from leaking across notebook cells (#24919)
  • Support reference finding in stringified annotations (#24956)

LSP server

  • Add hover support for PEP 695 type aliases (#24926)
  • Offer string literal completion suggestions based on expected type (#24555)
  • Support Go-to Definition, Go-To Declaration, and Find References for TypedDict and NamedTuple initializers (#24897)
  • Support Annotated metadata in semantic tokens (#24890)

Core type checking

  • Add support for functools.partial (#24582)
  • Fix ParamSpec defaults and alias variance (#24479)
  • Fix TypeIs assignability with gradual types (#24928)
  • Infer dict(**TypedDict) in TypedDict context (#24709)
  • Support infer_variance for legacy TypeVar (#24930)
  • Support variance keywords in ParamSpec (#24927)
  • Sync vendored typeshed stubs (#24952). Typeshed diff
  • Unpack Union of TypedDict in various sites (#24958)

Diagnostics

  • Add missing error context node for protocol to protocol assignability (#24905)
  • Show a diagnostic for unsupported inferred Python version (#24581)

Performance

  • Lazily build TypeVar accumulations (#24782)

Contributors

... (truncated)

Commits

Updates langchain from 1.2.15 to 1.2.17

Release notes

Sourced from langchain's releases.

langchain-core==1.2.17

Changes since langchain-core==1.2.16

release(core): 1.2.17 (#35527) fix(core): extract usage metadata from serialized tracer message outputs (#35526) chore: bump the langchain-deps group across 3 directories with 7 updates (#35513) chore: bump the langchain-deps group across 3 directories with 14 updates (#35441)

langchain==1.2.17

Changes since langchain==1.2.16

release(langchain): 1.2.17 (#37110) feat(langchain): add respond decision to HITL middleware (#37095)

langchain-core==1.2.16

Changes since langchain-core==1.2.15

release(core): 1.2.16 (#35439) fix(core): treat empty tool chunk ids as missing in merge (#35414)

langchain==1.2.16

Changes since langchain==1.2.15

release(langchain): 1.2.16 (#37085) chore(docs): update x handle references (#37081) release(anthropic): 1.4.2 (#37061) perf(langchain): stop inlining agent state into tool-dispatch Sends (#36960) docs(langchain): correct import paths in agent middleware docstrings (#36987) hotfix: bump min core versions (#36996) release(openai): 1.2.1 (#36995) feat(core): add content-block-centric streaming (v2) (#36834) fix(fireworks): honor max_retries (#36973) release(openai): 1.2.0 (#36961) docs(langchain): correct import path in ModelCallLimitMiddleware docstring (#36895) feat(langchain): ls_agent_type tag on create_agent calls (#36774) release(core): release 1.3.0 (#36851) chore: bump langsmith from 0.6.3 to 0.7.31 in /libs/langchain_v1 (#36800) chore(deps): bump pytest to 9.0.3 (#36801) chore: bump pytest from 9.0.2 to 9.0.3 in /libs/langchain_v1 (#36717) chore: bump pillow from 12.1.1 to 12.2.0 in /libs/langchain_v1 (#36710) test(langchain): test cache hit/miss on lru (#36659) perf(langchain): add lru cache when resolving types (#36649) perf(langchain): add another init test with middleware (#36644) chore(core): reduce streaming metadata / perf (#36588) perf(langchain): add benchmark command (#36641) chore: bump cryptography from 46.0.6 to 46.0.7 in /libs/langchain_v1 (#36619) docs(langchain): add missing baseten and litellm to init_chat_model (#36562) release(core): 1.2.26 (#36511)

Commits
  • b339f65 release(langchain): 1.2.17 (#37110)
  • 04e7a55 fix(fireworks): translate canonical multimodal content blocks for chat comple...
  • a1f336f fix(core): preserve structured inputs on tool runs in tracers (#37108)
  • ba56ac6 feat(langchain): add respond decision to HITL middleware (#37095)
  • b6b836a chore: bump notebook from 7.4.5 to 7.5.6 in /libs/langchain (#37104)
  • 3d96874 chore: bump notebook from 7.4.7 to 7.5.6 in /libs/text-splitters (#37105)
  • 5ac6224 chore: bump aiohttp from 3.13.4 to 3.13.5 in /libs/partners/fireworks (#37106)
  • 90caeef chore: bump requests from 2.33.0 to 2.33.1 in /libs/partners/fireworks (#37107)
  • 38553c3 release(perplexity): 1.2.0 (#37091)
  • 28f5448 feat(perplexity): add PerplexityEmbeddings (#37082)
  • Additional commits viewable in compare view

Updates openai from 2.32.0 to 2.33.0

Release notes

Sourced from openai's releases.

v2.33.0

2.33.0 (2026-04-28)

Full Changelog: v2.32.0...v2.33.0

Features

Bug Fixes

  • api: correct prompt_cache_retention enum value from in-memory to in_memory (#1822) (f9d2d13)

Chores

  • ci: remove release-doctor workflow (00b2091)
Changelog

Sourced from openai's changelog.

2.33.0 (2026-04-28)

Full Changelog: v2.32.0...v2.33.0

Features

Bug Fixes

  • api: correct prompt_cache_retention enum value from in-memory to in_memory (#1822) (f9d2d13)

Chores

  • ci: remove release-doctor workflow (00b2091)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [arize-phoenix](https://github.com/Arize-ai/phoenix) | `14.15.0` | `15.2.0` |
| [langgraph](https://github.com/langchain-ai/langgraph) | `1.1.9` | `1.1.10` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.152.3` | `6.152.4` |
| [ty](https://github.com/astral-sh/ty) | `0.0.32` | `0.0.34` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.2.15` | `1.2.17` |
| [openai](https://github.com/openai/openai-python) | `2.32.0` | `2.33.0` |


Updates `arize-phoenix` from 14.15.0 to 15.2.0
- [Release notes](https://github.com/Arize-ai/phoenix/releases)
- [Changelog](https://github.com/Arize-ai/phoenix/blob/main/CHANGELOG.md)
- [Commits](Arize-ai/phoenix@arize-phoenix-v14.15.0...arize-phoenix-v15.2.0)

Updates `langgraph` from 1.1.9 to 1.1.10
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@1.1.9...1.1.10)

Updates `hypothesis` from 6.152.3 to 6.152.4
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.3...hypothesis-python-6.152.4)

Updates `ty` from 0.0.32 to 0.0.34
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.32...0.0.34)

Updates `langchain` from 1.2.15 to 1.2.17
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.2.15...langchain==1.2.17)

Updates `openai` from 2.32.0 to 2.33.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.32.0...v2.33.0)

---
updated-dependencies:
- dependency-name: arize-phoenix
  dependency-version: 15.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: langgraph
  dependency-version: 1.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: hypothesis
  dependency-version: 6.152.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: ty
  dependency-version: 0.0.34
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: langchain
  dependency-version: 1.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: openai
  dependency-version: 2.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 11, 2026
@zurfjereluhmie
zurfjereluhmie force-pushed the dependabot/uv/python-deps-5c82b85ff2 branch from d22c7bb to 350a8a2 Compare May 11, 2026 07:13
@zurfjereluhmie zurfjereluhmie changed the title chore(deps-dev): bump the python-deps group with 6 updates feat: add support for arize-phoenix v15.x.x May 11, 2026
@zurfjereluhmie
zurfjereluhmie merged commit 095f653 into main May 11, 2026
12 checks passed
@zurfjereluhmie
zurfjereluhmie deleted the dependabot/uv/python-deps-5c82b85ff2 branch May 11, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant