Skip to content
Snippets Groups Projects
Unverified Commit 9ab3840d authored by Logan's avatar Logan Committed by GitHub
Browse files

[test] update arize deps (#10685)

parent fc51b9fc
No related branches found
No related tags found
No related merge requests found
Showing
with 2015 additions and 1651 deletions
...@@ -39,7 +39,7 @@ jobs: ...@@ -39,7 +39,7 @@ jobs:
# v0 makes it easy to bust the cache if needed # v0 makes it easy to bust the cache if needed
# just increase the integer to start with a fresh cache # just increase the integer to start with a fresh cache
gha-cache-key: v0-py${{ matrix.python_version }} gha-cache-key: v0-py${{ matrix.python_version }}
named-caches-hash: ${{ hashFiles('**/pyproject.toml') }} named-caches-hash: v0-py${{ matrix.python_version }}
pants-python-version: ${{ matrix.python-version }} pants-python-version: ${{ matrix.python-version }}
pants-ci-config: pants.toml pants-ci-config: pants.toml
- name: Check BUILD files - name: Check BUILD files
......
...@@ -20,16 +20,20 @@ ignore_missing_imports = true ...@@ -20,16 +20,20 @@ ignore_missing_imports = true
python_version = "3.8" python_version = "3.8"
[tool.poetry] [tool.poetry]
authors = ["Your Name <you@example.com>"] authors = [
"Arize AI <phoenix-devs@arize.com>",
"OpenInference Authors <oss@arize.com>",
]
description = "llama-index callbacks arize-phoenix integration" description = "llama-index callbacks arize-phoenix integration"
license = "MIT" license = "MIT"
name = "llama-index-callbacks-arize-phoenix" name = "llama-index-callbacks-arize-phoenix"
readme = "README.md" readme = "README.md"
version = "0.1.1" version = "0.1.2"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<3.12" python = ">=3.8.1,<3.12"
arize-phoenix = "^2.5.0" arize-phoenix = ">=3.0.3"
openinference-instrumentation-llama-index = ">=1.0.0"
llama-index-core = "^0.10.1" llama-index-core = "^0.10.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
......
...@@ -24,7 +24,7 @@ description = "llama-index vector_stores azureaisearch integration" ...@@ -24,7 +24,7 @@ description = "llama-index vector_stores azureaisearch integration"
license = "MIT" license = "MIT"
name = "llama-index-vector-stores-azureaisearch" name = "llama-index-vector-stores-azureaisearch"
readme = "README.md" readme = "README.md"
version = "0.1.1" version = "0.1.2"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<3.12" python = ">=3.8.1,<3.12"
......
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
...@@ -2,6 +2,7 @@ python_sources() ...@@ -2,6 +2,7 @@ python_sources()
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
dependencies=[ dependencies=[
"!!llama-index-core:poetry", "!!llama-index-core:poetry",
"!!llama-index-core/pyproject.toml:poetry", "!!llama-index-core/pyproject.toml:poetry",
......
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
...@@ -6,4 +6,5 @@ python_test_utils( ...@@ -6,4 +6,5 @@ python_test_utils(
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
...@@ -6,4 +6,5 @@ python_test_utils( ...@@ -6,4 +6,5 @@ python_test_utils(
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
...@@ -2,4 +2,5 @@ python_sources() ...@@ -2,4 +2,5 @@ python_sources()
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
...@@ -2,4 +2,5 @@ python_sources() ...@@ -2,4 +2,5 @@ python_sources()
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
...@@ -6,4 +6,5 @@ python_test_utils( ...@@ -6,4 +6,5 @@ python_test_utils(
python_tests( python_tests(
name="tests", name="tests",
skip_tests=True,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment