Commit 095f653
feat: add support for arize-phoenix v15.x.x (#56)
* chore(deps-dev): bump the python-deps group with 6 updates
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>
* test: fix test_append_adds_examples to reflect Phoenix versioning semantics
* test: fix test_append_adds_examples to reflect Phoenix versioning semantics
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zurfjereluhmie <zurfluh.jeremie@gmail.com>1 parent 4431134 commit 095f653
4 files changed
Lines changed: 122 additions & 116 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | | - | |
78 | | - | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
82 | 89 | | |
83 | | - | |
| 90 | + | |
84 | 91 | | |
85 | 92 | | |
86 | 93 | | |
| |||
0 commit comments