diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index def6dfbc1..303a10f92 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -8,7 +8,6 @@ on: branches: - main - prod - - release-v1 paths-ignore: - 'docs/**' diff --git a/poetry.lock b/poetry.lock index 23c7b54ca..e7065e16e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "aiodns" @@ -8204,4 +8204,4 @@ pytorch = ["torch"] [metadata] lock-version = "2.1" python-versions = ">=3.9.0,<3.12" -content-hash = "d44d66b661fc8ddca8f5c66fca73056d9b186e53a5aad0730e5de8209868f8bc" +content-hash = "195ff83105e9b2b1e966e9a32f3837ad592cfa9381eca23e241115017d7196c6" diff --git a/pyproject.toml b/pyproject.toml index b84287a90..2a17659ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ datasets = "^2.10.0" evaluate = "*" h11 = ">=0.16.0" ipywidgets = "*" -kaleido = ">=0.2.1,!=0.2.1.post1" +kaleido = ">=0.2.1,!=0.2.1.post1,<1.0.0" langchain-openai = {version = ">=0.1.8", optional = true} langdetect = "*" llvmlite = {version = "*", python = ">=3.8,<=3.11"}