From 6039f8c0bcdc98683a0ef5654b434b2aa23428d5 Mon Sep 17 00:00:00 2001 From: Matt Welsh Date: Sun, 17 Nov 2024 21:11:26 -0800 Subject: [PATCH] Fix poetry.lock. (#1028) --- apps/query-ui/poetry.lock | 4 ++-- apps/query-ui/pyproject.toml | 2 +- poetry.lock | 11 ++++------- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/apps/query-ui/poetry.lock b/apps/query-ui/poetry.lock index 9d4b8ac1a..302cb0da7 100644 --- a/apps/query-ui/poetry.lock +++ b/apps/query-ui/poetry.lock @@ -6378,7 +6378,7 @@ typing = ["mypy (>=1.4)", "rich", "twisted"] [[package]] name = "sycamore-ai" -version = "0.1.26" +version = "0.1.27" description = "Sycamore is an LLM-powered semantic data preparation system for building search applications." optional = false python-versions = ">=3.9,<3.13" @@ -7593,4 +7593,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" -content-hash = "933205d11dba1e7b2bd2f599b37f0b91d4bce280998c31a4e33b11c6f5c4d84a" +content-hash = "d8277c5fcc0fb5ea329e86e54530ada07d89d283e264e43f60079e9385df8617" diff --git a/apps/query-ui/pyproject.toml b/apps/query-ui/pyproject.toml index 20de6eff6..2cf091f1f 100644 --- a/apps/query-ui/pyproject.toml +++ b/apps/query-ui/pyproject.toml @@ -13,7 +13,7 @@ streamlit = "^1.36.0" streamlit-ace = "^0.1.1" marko = "^2.1.2" pytest = "7.4.0" -boto3 = "^1.35.58" +boto3 = "^1.28.70" [tool.poetry.group.dev.dependencies] black = "^24.4" diff --git a/poetry.lock b/poetry.lock index 1414ca844..f23844a60 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiobotocore" @@ -7545,8 +7545,10 @@ files = [] develop = true [package.dependencies] +boto3 = "^1.28.70" marko = "^2.1.2" pytest = "7.4.0" +ray = {version = "^2.36.0", extras = ["default"]} streamlit = "^1.36.0" streamlit-ace = "^0.1.1" sycamore-ai = {path = "../../lib/sycamore", develop = true, extras = ["local-inference", "opensearch"]} @@ -8419,11 +8421,6 @@ files = [ {file = "scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f60021ec1574e56632be2a36b946f8143bf4e5e6af4a06d85281adc22938e0dd"}, {file = "scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:394397841449853c2290a32050382edaec3da89e35b3e03d6cc966aebc6a8ae6"}, {file = "scikit_learn-1.5.2-cp312-cp312-win_amd64.whl", hash = "sha256:57cc1786cfd6bd118220a92ede80270132aa353647684efa385a74244a41e3b1"}, - {file = "scikit_learn-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e9a702e2de732bbb20d3bad29ebd77fc05a6b427dc49964300340e4c9328b3f5"}, - {file = "scikit_learn-1.5.2-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:b0768ad641981f5d3a198430a1d31c3e044ed2e8a6f22166b4d546a5116d7908"}, - {file = "scikit_learn-1.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:178ddd0a5cb0044464fc1bfc4cca5b1833bfc7bb022d70b05db8530da4bb3dd3"}, - {file = "scikit_learn-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f7284ade780084d94505632241bf78c44ab3b6f1e8ccab3d2af58e0e950f9c12"}, - {file = "scikit_learn-1.5.2-cp313-cp313-win_amd64.whl", hash = "sha256:b7b0f9a0b1040830d38c39b91b3a44e1b643f4b36e36567b80b7c6bd2202a27f"}, {file = "scikit_learn-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:757c7d514ddb00ae249832fe87100d9c73c6ea91423802872d9e74970a0e40b9"}, {file = "scikit_learn-1.5.2-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:52788f48b5d8bca5c0736c175fa6bdaab2ef00a8f536cda698db61bd89c551c1"}, {file = "scikit_learn-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:643964678f4b5fbdc95cbf8aec638acc7aa70f5f79ee2cdad1eec3df4ba6ead8"}, @@ -8992,7 +8989,7 @@ typing = ["mypy (>=1.4)", "rich", "twisted"] [[package]] name = "sycamore-ai" -version = "0.1.26" +version = "0.1.27" description = "Sycamore is an LLM-powered semantic data preparation system for building search applications." optional = false python-versions = ">=3.9,<3.13"