diff --git a/.github/workflows/cli-compatibility.yml b/.github/workflows/cli-compatibility.yml index 1a7c7bfa1..6a1ab26f1 100644 --- a/.github/workflows/cli-compatibility.yml +++ b/.github/workflows/cli-compatibility.yml @@ -3,8 +3,7 @@ name: CLI Compatibility Tests on: push: branches: [ main ] - pull_request: - branches: [ main ] + workflow_dispatch: jobs: CLI-Compatibility: diff --git a/poetry.lock b/poetry.lock index d79418bec..775073cd8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. [[package]] name = "aiocache" @@ -7509,7 +7509,6 @@ files = [ {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567"}, - {file = "psycopg2_binary-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:27422aa5f11fbcd9b18da48373eb67081243662f9b46e6fd07c3eb46e4535142"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-macosx_12_0_x86_64.whl", hash = "sha256:eb09aa7f9cecb45027683bb55aebaaf45a0df8bf6de68801a6afdc7947bb09d4"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b73d6d7f0ccdad7bc43e6d34273f70d587ef62f824d7261c4ae9b8b1b6af90e8"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce5ab4bf46a211a8e924d307c1b1fcda82368586a19d0a24f8ae166f5c784864"}, @@ -11391,4 +11390,4 @@ vectordb = ["faiss-cpu", "numpy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "0111f02b2922a47c2cb0d4583d9c7ef9fb8e230ea0e0c7e0663718e26436ff45" +content-hash = "858951ad5f87f74d28e07036194b57c66c7afe65e0e364dc58c5f204e64753cc" diff --git a/pyproject.toml b/pyproject.toml index ed77eeb24..281b8e1fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "rich>=13.6.0,<15.0.0", "pydantic>=2.0.0, <3.0", "typer>=0.9.0,<0.20", - "click>=8.1.0,<=8.2.0", + "click<=8.2.0", "tenacity>=8.1.0,<10.0.0", "rstr>=3.2.2,<4.0.0", "typing-extensions>=4.8.0,<5.0.0", diff --git a/venv/lib64 b/venv/lib64 deleted file mode 120000 index 7951405f8..000000000 --- a/venv/lib64 +++ /dev/null @@ -1 +0,0 @@ -lib \ No newline at end of file