From b7ad134323498f433da706e4d847bbf82850f2b7 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 18 Sep 2024 13:24:41 -0700 Subject: [PATCH 1/3] core: remove [project] tag from pyproject --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 6645d85bdf271..d4a9944afe2ea 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -33,7 +33,7 @@ install-py-deps: python3 -m venv .venv $(PYTHON) -m pip install --upgrade pip $(PYTHON) -m pip install --upgrade uv - $(PYTHON) -m uv pip install --pre -r vercel_requirements.txt + $(PYTHON) -m uv pip install --pre -vv -r vercel_requirements.txt $(PYTHON) -m uv pip install --pre --editable $(PARTNER_DEPS_LIST) generate-files: From 18d64d82711a864eb7c14dff96e5de84bef9f42b Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 18 Sep 2024 13:25:33 -0700 Subject: [PATCH 2/3] x --- libs/core/poetry.lock | 417 ++++++++++++++++++++------------------- libs/core/pyproject.toml | 3 - 2 files changed, 210 insertions(+), 210 deletions(-) diff --git a/libs/core/poetry.lock b/libs/core/poetry.lock index 79f414b1bcb23..e601967b97887 100644 --- a/libs/core/poetry.lock +++ b/libs/core/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -648,15 +648,18 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "idna" -version = "3.8" +version = "3.10" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.6" files = [ - {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"}, - {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"}, + {file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"}, + {file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"}, ] +[package.extras] +all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"] + [[package]] name = "importlib-metadata" version = "8.5.0" @@ -932,13 +935,13 @@ notebook = "*" [[package]] name = "jupyter-client" -version = "8.6.2" +version = "8.6.3" description = "Jupyter protocol implementation and client libraries" optional = false python-versions = ">=3.8" files = [ - {file = "jupyter_client-8.6.2-py3-none-any.whl", hash = "sha256:50cbc5c66fd1b8f65ecb66bc490ab73217993632809b6e505687de18e9dea39f"}, - {file = "jupyter_client-8.6.2.tar.gz", hash = "sha256:2bda14d55ee5ba58552a8c53ae43d215ad9868853489213f37da060ced54d8df"}, + {file = "jupyter_client-8.6.3-py3-none-any.whl", hash = "sha256:e8a19cc986cc45905ac3362915f410f3af85424b4c0905e94fa5f2cb08e8f23f"}, + {file = "jupyter_client-8.6.3.tar.gz", hash = "sha256:35b3a0947c4a6e9d589eb97d7d4cd5e90f910ee73101611f01283732bd6d9419"}, ] [package.dependencies] @@ -1212,13 +1215,13 @@ url = "../text-splitters" [[package]] name = "langsmith" -version = "0.1.120" +version = "0.1.122" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langsmith-0.1.120-py3-none-any.whl", hash = "sha256:54d2785e301646c0988e0a69ebe4d976488c87b41928b358cb153b6ddd8db62b"}, - {file = "langsmith-0.1.120.tar.gz", hash = "sha256:25499ca187b41bd89d784b272b97a8d76f60e0e21bdf20336e8a2aa6a9b23ac9"}, + {file = "langsmith-0.1.122-py3-none-any.whl", hash = "sha256:9c9cde442d7321e8557f5c45c14b1b643b8aa28acc3f844d3a0021a9571aad7c"}, + {file = "langsmith-0.1.122.tar.gz", hash = "sha256:56dff727ca529fe8df300e6e4759dc920efe10ab8cd602b4d6b51e33599214e6"}, ] [package.dependencies] @@ -1689,13 +1692,13 @@ ptyprocess = ">=0.5" [[package]] name = "platformdirs" -version = "4.3.2" +version = "4.3.6" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." optional = false python-versions = ">=3.8" files = [ - {file = "platformdirs-4.3.2-py3-none-any.whl", hash = "sha256:eb1c8582560b34ed4ba105009a4badf7f6f85768b30126f351328507b2beb617"}, - {file = "platformdirs-4.3.2.tar.gz", hash = "sha256:9e5e27a08aa095dd127b9f2e764d74254f482fef22b0970773bfba79d091ab8c"}, + {file = "platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb"}, + {file = "platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907"}, ] [package.extras] @@ -1813,18 +1816,18 @@ files = [ [[package]] name = "pydantic" -version = "2.9.1" +version = "2.9.2" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.9.1-py3-none-any.whl", hash = "sha256:7aff4db5fdf3cf573d4b3c30926a510a10e19a0774d38fc4967f78beb6deb612"}, - {file = "pydantic-2.9.1.tar.gz", hash = "sha256:1363c7d975c7036df0db2b4a61f2e062fbc0aa5ab5f2772e0ffc7191a4f4bce2"}, + {file = "pydantic-2.9.2-py3-none-any.whl", hash = "sha256:f048cec7b26778210e28a0459867920654d48e5e62db0958433636cde4254f12"}, + {file = "pydantic-2.9.2.tar.gz", hash = "sha256:d155cef71265d1e9807ed1c32b4c8deec042a44a50a4188b25ac67ecd81a9c0f"}, ] [package.dependencies] annotated-types = ">=0.6.0" -pydantic-core = "2.23.3" +pydantic-core = "2.23.4" typing-extensions = [ {version = ">=4.6.1", markers = "python_version < \"3.13\""}, {version = ">=4.12.2", markers = "python_version >= \"3.13\""}, @@ -1836,100 +1839,100 @@ timezone = ["tzdata"] [[package]] name = "pydantic-core" -version = "2.23.3" +version = "2.23.4" description = "Core functionality for Pydantic validation and serialization" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic_core-2.23.3-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:7f10a5d1b9281392f1bf507d16ac720e78285dfd635b05737c3911637601bae6"}, - {file = "pydantic_core-2.23.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3c09a7885dd33ee8c65266e5aa7fb7e2f23d49d8043f089989726391dd7350c5"}, - {file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6470b5a1ec4d1c2e9afe928c6cb37eb33381cab99292a708b8cb9aa89e62429b"}, - {file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9172d2088e27d9a185ea0a6c8cebe227a9139fd90295221d7d495944d2367700"}, - {file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:86fc6c762ca7ac8fbbdff80d61b2c59fb6b7d144aa46e2d54d9e1b7b0e780e01"}, - {file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f0cb80fd5c2df4898693aa841425ea1727b1b6d2167448253077d2a49003e0ed"}, - {file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:03667cec5daf43ac4995cefa8aaf58f99de036204a37b889c24a80927b629cec"}, - {file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:047531242f8e9c2db733599f1c612925de095e93c9cc0e599e96cf536aaf56ba"}, - {file = "pydantic_core-2.23.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:5499798317fff7f25dbef9347f4451b91ac2a4330c6669821c8202fd354c7bee"}, - {file = "pydantic_core-2.23.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:bbb5e45eab7624440516ee3722a3044b83fff4c0372efe183fd6ba678ff681fe"}, - {file = "pydantic_core-2.23.3-cp310-none-win32.whl", hash = "sha256:8b5b3ed73abb147704a6e9f556d8c5cb078f8c095be4588e669d315e0d11893b"}, - {file = "pydantic_core-2.23.3-cp310-none-win_amd64.whl", hash = "sha256:2b603cde285322758a0279995b5796d64b63060bfbe214b50a3ca23b5cee3e83"}, - {file = "pydantic_core-2.23.3-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:c889fd87e1f1bbeb877c2ee56b63bb297de4636661cc9bbfcf4b34e5e925bc27"}, - {file = "pydantic_core-2.23.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ea85bda3189fb27503af4c45273735bcde3dd31c1ab17d11f37b04877859ef45"}, - {file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a7f7f72f721223f33d3dc98a791666ebc6a91fa023ce63733709f4894a7dc611"}, - {file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2b2b55b0448e9da68f56b696f313949cda1039e8ec7b5d294285335b53104b61"}, - {file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c24574c7e92e2c56379706b9a3f07c1e0c7f2f87a41b6ee86653100c4ce343e5"}, - {file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f2b05e6ccbee333a8f4b8f4d7c244fdb7a979e90977ad9c51ea31261e2085ce0"}, - {file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e2c409ce1c219c091e47cb03feb3c4ed8c2b8e004efc940da0166aaee8f9d6c8"}, - {file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d965e8b325f443ed3196db890d85dfebbb09f7384486a77461347f4adb1fa7f8"}, - {file = "pydantic_core-2.23.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:f56af3a420fb1ffaf43ece3ea09c2d27c444e7c40dcb7c6e7cf57aae764f2b48"}, - {file = "pydantic_core-2.23.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5b01a078dd4f9a52494370af21aa52964e0a96d4862ac64ff7cea06e0f12d2c5"}, - {file = "pydantic_core-2.23.3-cp311-none-win32.whl", hash = "sha256:560e32f0df04ac69b3dd818f71339983f6d1f70eb99d4d1f8e9705fb6c34a5c1"}, - {file = "pydantic_core-2.23.3-cp311-none-win_amd64.whl", hash = "sha256:c744fa100fdea0d000d8bcddee95213d2de2e95b9c12be083370b2072333a0fa"}, - {file = "pydantic_core-2.23.3-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:e0ec50663feedf64d21bad0809f5857bac1ce91deded203efc4a84b31b2e4305"}, - {file = "pydantic_core-2.23.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:db6e6afcb95edbe6b357786684b71008499836e91f2a4a1e55b840955b341dbb"}, - {file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:98ccd69edcf49f0875d86942f4418a4e83eb3047f20eb897bffa62a5d419c8fa"}, - {file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a678c1ac5c5ec5685af0133262103defb427114e62eafeda12f1357a12140162"}, - {file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:01491d8b4d8db9f3391d93b0df60701e644ff0894352947f31fff3e52bd5c801"}, - {file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fcf31facf2796a2d3b7fe338fe8640aa0166e4e55b4cb108dbfd1058049bf4cb"}, - {file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7200fd561fb3be06827340da066df4311d0b6b8eb0c2116a110be5245dceb326"}, - {file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:dc1636770a809dee2bd44dd74b89cc80eb41172bcad8af75dd0bc182c2666d4c"}, - {file = "pydantic_core-2.23.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:67a5def279309f2e23014b608c4150b0c2d323bd7bccd27ff07b001c12c2415c"}, - {file = "pydantic_core-2.23.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:748bdf985014c6dd3e1e4cc3db90f1c3ecc7246ff5a3cd4ddab20c768b2f1dab"}, - {file = "pydantic_core-2.23.3-cp312-none-win32.whl", hash = "sha256:255ec6dcb899c115f1e2a64bc9ebc24cc0e3ab097775755244f77360d1f3c06c"}, - {file = "pydantic_core-2.23.3-cp312-none-win_amd64.whl", hash = "sha256:40b8441be16c1e940abebed83cd006ddb9e3737a279e339dbd6d31578b802f7b"}, - {file = "pydantic_core-2.23.3-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:6daaf5b1ba1369a22c8b050b643250e3e5efc6a78366d323294aee54953a4d5f"}, - {file = "pydantic_core-2.23.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:d015e63b985a78a3d4ccffd3bdf22b7c20b3bbd4b8227809b3e8e75bc37f9cb2"}, - {file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a3fc572d9b5b5cfe13f8e8a6e26271d5d13f80173724b738557a8c7f3a8a3791"}, - {file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f6bd91345b5163ee7448bee201ed7dd601ca24f43f439109b0212e296eb5b423"}, - {file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fc379c73fd66606628b866f661e8785088afe2adaba78e6bbe80796baf708a63"}, - {file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fbdce4b47592f9e296e19ac31667daed8753c8367ebb34b9a9bd89dacaa299c9"}, - {file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fc3cf31edf405a161a0adad83246568647c54404739b614b1ff43dad2b02e6d5"}, - {file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8e22b477bf90db71c156f89a55bfe4d25177b81fce4aa09294d9e805eec13855"}, - {file = "pydantic_core-2.23.3-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:0a0137ddf462575d9bce863c4c95bac3493ba8e22f8c28ca94634b4a1d3e2bb4"}, - {file = "pydantic_core-2.23.3-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:203171e48946c3164fe7691fc349c79241ff8f28306abd4cad5f4f75ed80bc8d"}, - {file = "pydantic_core-2.23.3-cp313-none-win32.whl", hash = "sha256:76bdab0de4acb3f119c2a4bff740e0c7dc2e6de7692774620f7452ce11ca76c8"}, - {file = "pydantic_core-2.23.3-cp313-none-win_amd64.whl", hash = "sha256:37ba321ac2a46100c578a92e9a6aa33afe9ec99ffa084424291d84e456f490c1"}, - {file = "pydantic_core-2.23.3-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:d063c6b9fed7d992bcbebfc9133f4c24b7a7f215d6b102f3e082b1117cddb72c"}, - {file = "pydantic_core-2.23.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6cb968da9a0746a0cf521b2b5ef25fc5a0bee9b9a1a8214e0a1cfaea5be7e8a4"}, - {file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:edbefe079a520c5984e30e1f1f29325054b59534729c25b874a16a5048028d16"}, - {file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:cbaaf2ef20d282659093913da9d402108203f7cb5955020bd8d1ae5a2325d1c4"}, - {file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fb539d7e5dc4aac345846f290cf504d2fd3c1be26ac4e8b5e4c2b688069ff4cf"}, - {file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7e6f33503c5495059148cc486867e1d24ca35df5fc064686e631e314d959ad5b"}, - {file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:04b07490bc2f6f2717b10c3969e1b830f5720b632f8ae2f3b8b1542394c47a8e"}, - {file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:03795b9e8a5d7fda05f3873efc3f59105e2dcff14231680296b87b80bb327295"}, - {file = "pydantic_core-2.23.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:c483dab0f14b8d3f0df0c6c18d70b21b086f74c87ab03c59250dbf6d3c89baba"}, - {file = "pydantic_core-2.23.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8b2682038e255e94baf2c473dca914a7460069171ff5cdd4080be18ab8a7fd6e"}, - {file = "pydantic_core-2.23.3-cp38-none-win32.whl", hash = "sha256:f4a57db8966b3a1d1a350012839c6a0099f0898c56512dfade8a1fe5fb278710"}, - {file = "pydantic_core-2.23.3-cp38-none-win_amd64.whl", hash = "sha256:13dd45ba2561603681a2676ca56006d6dee94493f03d5cadc055d2055615c3ea"}, - {file = "pydantic_core-2.23.3-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:82da2f4703894134a9f000e24965df73cc103e31e8c31906cc1ee89fde72cbd8"}, - {file = "pydantic_core-2.23.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:dd9be0a42de08f4b58a3cc73a123f124f65c24698b95a54c1543065baca8cf0e"}, - {file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:89b731f25c80830c76fdb13705c68fef6a2b6dc494402987c7ea9584fe189f5d"}, - {file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c6de1ec30c4bb94f3a69c9f5f2182baeda5b809f806676675e9ef6b8dc936f28"}, - {file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bb68b41c3fa64587412b104294b9cbb027509dc2f6958446c502638d481525ef"}, - {file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1c3980f2843de5184656aab58698011b42763ccba11c4a8c35936c8dd6c7068c"}, - {file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94f85614f2cba13f62c3c6481716e4adeae48e1eaa7e8bac379b9d177d93947a"}, - {file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:510b7fb0a86dc8f10a8bb43bd2f97beb63cffad1203071dc434dac26453955cd"}, - {file = "pydantic_core-2.23.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:1eba2f7ce3e30ee2170410e2171867ea73dbd692433b81a93758ab2de6c64835"}, - {file = "pydantic_core-2.23.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:4b259fd8409ab84b4041b7b3f24dcc41e4696f180b775961ca8142b5b21d0e70"}, - {file = "pydantic_core-2.23.3-cp39-none-win32.whl", hash = "sha256:40d9bd259538dba2f40963286009bf7caf18b5112b19d2b55b09c14dde6db6a7"}, - {file = "pydantic_core-2.23.3-cp39-none-win_amd64.whl", hash = "sha256:5a8cd3074a98ee70173a8633ad3c10e00dcb991ecec57263aacb4095c5efb958"}, - {file = "pydantic_core-2.23.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:f399e8657c67313476a121a6944311fab377085ca7f490648c9af97fc732732d"}, - {file = "pydantic_core-2.23.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:6b5547d098c76e1694ba85f05b595720d7c60d342f24d5aad32c3049131fa5c4"}, - {file = "pydantic_core-2.23.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0dda0290a6f608504882d9f7650975b4651ff91c85673341789a476b1159f211"}, - {file = "pydantic_core-2.23.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:65b6e5da855e9c55a0c67f4db8a492bf13d8d3316a59999cfbaf98cc6e401961"}, - {file = "pydantic_core-2.23.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:09e926397f392059ce0afdcac920df29d9c833256354d0c55f1584b0b70cf07e"}, - {file = "pydantic_core-2.23.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:87cfa0ed6b8c5bd6ae8b66de941cece179281239d482f363814d2b986b79cedc"}, - {file = "pydantic_core-2.23.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:e61328920154b6a44d98cabcb709f10e8b74276bc709c9a513a8c37a18786cc4"}, - {file = "pydantic_core-2.23.3-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:ce3317d155628301d649fe5e16a99528d5680af4ec7aa70b90b8dacd2d725c9b"}, - {file = "pydantic_core-2.23.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:e89513f014c6be0d17b00a9a7c81b1c426f4eb9224b15433f3d98c1a071f8433"}, - {file = "pydantic_core-2.23.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:4f62c1c953d7ee375df5eb2e44ad50ce2f5aff931723b398b8bc6f0ac159791a"}, - {file = "pydantic_core-2.23.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2718443bc671c7ac331de4eef9b673063b10af32a0bb385019ad61dcf2cc8f6c"}, - {file = "pydantic_core-2.23.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0d90e08b2727c5d01af1b5ef4121d2f0c99fbee692c762f4d9d0409c9da6541"}, - {file = "pydantic_core-2.23.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2b676583fc459c64146debea14ba3af54e540b61762dfc0613dc4e98c3f66eeb"}, - {file = "pydantic_core-2.23.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:50e4661f3337977740fdbfbae084ae5693e505ca2b3130a6d4eb0f2281dc43b8"}, - {file = "pydantic_core-2.23.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:68f4cf373f0de6abfe599a38307f4417c1c867ca381c03df27c873a9069cda25"}, - {file = "pydantic_core-2.23.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:59d52cf01854cb26c46958552a21acb10dd78a52aa34c86f284e66b209db8cab"}, - {file = "pydantic_core-2.23.3.tar.gz", hash = "sha256:3cb0f65d8b4121c1b015c60104a685feb929a29d7cf204387c7f2688c7974690"}, + {file = "pydantic_core-2.23.4-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:b10bd51f823d891193d4717448fab065733958bdb6a6b351967bd349d48d5c9b"}, + {file = "pydantic_core-2.23.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:4fc714bdbfb534f94034efaa6eadd74e5b93c8fa6315565a222f7b6f42ca1166"}, + {file = "pydantic_core-2.23.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63e46b3169866bd62849936de036f901a9356e36376079b05efa83caeaa02ceb"}, + {file = "pydantic_core-2.23.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ed1a53de42fbe34853ba90513cea21673481cd81ed1be739f7f2efb931b24916"}, + {file = "pydantic_core-2.23.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cfdd16ab5e59fc31b5e906d1a3f666571abc367598e3e02c83403acabc092e07"}, + {file = "pydantic_core-2.23.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:255a8ef062cbf6674450e668482456abac99a5583bbafb73f9ad469540a3a232"}, + {file = "pydantic_core-2.23.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a7cd62e831afe623fbb7aabbb4fe583212115b3ef38a9f6b71869ba644624a2"}, + {file = "pydantic_core-2.23.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f09e2ff1f17c2b51f2bc76d1cc33da96298f0a036a137f5440ab3ec5360b624f"}, + {file = "pydantic_core-2.23.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e38e63e6f3d1cec5a27e0afe90a085af8b6806ee208b33030e65b6516353f1a3"}, + {file = "pydantic_core-2.23.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:0dbd8dbed2085ed23b5c04afa29d8fd2771674223135dc9bc937f3c09284d071"}, + {file = "pydantic_core-2.23.4-cp310-none-win32.whl", hash = "sha256:6531b7ca5f951d663c339002e91aaebda765ec7d61b7d1e3991051906ddde119"}, + {file = "pydantic_core-2.23.4-cp310-none-win_amd64.whl", hash = "sha256:7c9129eb40958b3d4500fa2467e6a83356b3b61bfff1b414c7361d9220f9ae8f"}, + {file = "pydantic_core-2.23.4-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:77733e3892bb0a7fa797826361ce8a9184d25c8dffaec60b7ffe928153680ba8"}, + {file = "pydantic_core-2.23.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1b84d168f6c48fabd1f2027a3d1bdfe62f92cade1fb273a5d68e621da0e44e6d"}, + {file = "pydantic_core-2.23.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:df49e7a0861a8c36d089c1ed57d308623d60416dab2647a4a17fe050ba85de0e"}, + {file = "pydantic_core-2.23.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ff02b6d461a6de369f07ec15e465a88895f3223eb75073ffea56b84d9331f607"}, + {file = "pydantic_core-2.23.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:996a38a83508c54c78a5f41456b0103c30508fed9abcad0a59b876d7398f25fd"}, + {file = "pydantic_core-2.23.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d97683ddee4723ae8c95d1eddac7c192e8c552da0c73a925a89fa8649bf13eea"}, + {file = "pydantic_core-2.23.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:216f9b2d7713eb98cb83c80b9c794de1f6b7e3145eef40400c62e86cee5f4e1e"}, + {file = "pydantic_core-2.23.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6f783e0ec4803c787bcea93e13e9932edab72068f68ecffdf86a99fd5918878b"}, + {file = "pydantic_core-2.23.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:d0776dea117cf5272382634bd2a5c1b6eb16767c223c6a5317cd3e2a757c61a0"}, + {file = "pydantic_core-2.23.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:d5f7a395a8cf1621939692dba2a6b6a830efa6b3cee787d82c7de1ad2930de64"}, + {file = "pydantic_core-2.23.4-cp311-none-win32.whl", hash = "sha256:74b9127ffea03643e998e0c5ad9bd3811d3dac8c676e47db17b0ee7c3c3bf35f"}, + {file = "pydantic_core-2.23.4-cp311-none-win_amd64.whl", hash = "sha256:98d134c954828488b153d88ba1f34e14259284f256180ce659e8d83e9c05eaa3"}, + {file = "pydantic_core-2.23.4-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:f3e0da4ebaef65158d4dfd7d3678aad692f7666877df0002b8a522cdf088f231"}, + {file = "pydantic_core-2.23.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f69a8e0b033b747bb3e36a44e7732f0c99f7edd5cea723d45bc0d6e95377ffee"}, + {file = "pydantic_core-2.23.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:723314c1d51722ab28bfcd5240d858512ffd3116449c557a1336cbe3919beb87"}, + {file = "pydantic_core-2.23.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:bb2802e667b7051a1bebbfe93684841cc9351004e2badbd6411bf357ab8d5ac8"}, + {file = "pydantic_core-2.23.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d18ca8148bebe1b0a382a27a8ee60350091a6ddaf475fa05ef50dc35b5df6327"}, + {file = "pydantic_core-2.23.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:33e3d65a85a2a4a0dc3b092b938a4062b1a05f3a9abde65ea93b233bca0e03f2"}, + {file = "pydantic_core-2.23.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:128585782e5bfa515c590ccee4b727fb76925dd04a98864182b22e89a4e6ed36"}, + {file = "pydantic_core-2.23.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:68665f4c17edcceecc112dfed5dbe6f92261fb9d6054b47d01bf6371a6196126"}, + {file = "pydantic_core-2.23.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:20152074317d9bed6b7a95ade3b7d6054845d70584216160860425f4fbd5ee9e"}, + {file = "pydantic_core-2.23.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:9261d3ce84fa1d38ed649c3638feefeae23d32ba9182963e465d58d62203bd24"}, + {file = "pydantic_core-2.23.4-cp312-none-win32.whl", hash = "sha256:4ba762ed58e8d68657fc1281e9bb72e1c3e79cc5d464be146e260c541ec12d84"}, + {file = "pydantic_core-2.23.4-cp312-none-win_amd64.whl", hash = "sha256:97df63000f4fea395b2824da80e169731088656d1818a11b95f3b173747b6cd9"}, + {file = "pydantic_core-2.23.4-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:7530e201d10d7d14abce4fb54cfe5b94a0aefc87da539d0346a484ead376c3cc"}, + {file = "pydantic_core-2.23.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:df933278128ea1cd77772673c73954e53a1c95a4fdf41eef97c2b779271bd0bd"}, + {file = "pydantic_core-2.23.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cb3da3fd1b6a5d0279a01877713dbda118a2a4fc6f0d821a57da2e464793f05"}, + {file = "pydantic_core-2.23.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:42c6dcb030aefb668a2b7009c85b27f90e51e6a3b4d5c9bc4c57631292015b0d"}, + {file = "pydantic_core-2.23.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:696dd8d674d6ce621ab9d45b205df149399e4bb9aa34102c970b721554828510"}, + {file = "pydantic_core-2.23.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2971bb5ffe72cc0f555c13e19b23c85b654dd2a8f7ab493c262071377bfce9f6"}, + {file = "pydantic_core-2.23.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8394d940e5d400d04cad4f75c0598665cbb81aecefaca82ca85bd28264af7f9b"}, + {file = "pydantic_core-2.23.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0dff76e0602ca7d4cdaacc1ac4c005e0ce0dcfe095d5b5259163a80d3a10d327"}, + {file = "pydantic_core-2.23.4-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:7d32706badfe136888bdea71c0def994644e09fff0bfe47441deaed8e96fdbc6"}, + {file = "pydantic_core-2.23.4-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:ed541d70698978a20eb63d8c5d72f2cc6d7079d9d90f6b50bad07826f1320f5f"}, + {file = "pydantic_core-2.23.4-cp313-none-win32.whl", hash = "sha256:3d5639516376dce1940ea36edf408c554475369f5da2abd45d44621cb616f769"}, + {file = "pydantic_core-2.23.4-cp313-none-win_amd64.whl", hash = "sha256:5a1504ad17ba4210df3a045132a7baeeba5a200e930f57512ee02909fc5c4cb5"}, + {file = "pydantic_core-2.23.4-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:d4488a93b071c04dc20f5cecc3631fc78b9789dd72483ba15d423b5b3689b555"}, + {file = "pydantic_core-2.23.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:81965a16b675b35e1d09dd14df53f190f9129c0202356ed44ab2728b1c905658"}, + {file = "pydantic_core-2.23.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4ffa2ebd4c8530079140dd2d7f794a9d9a73cbb8e9d59ffe24c63436efa8f271"}, + {file = "pydantic_core-2.23.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:61817945f2fe7d166e75fbfb28004034b48e44878177fc54d81688e7b85a3665"}, + {file = "pydantic_core-2.23.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:29d2c342c4bc01b88402d60189f3df065fb0dda3654744d5a165a5288a657368"}, + {file = "pydantic_core-2.23.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5e11661ce0fd30a6790e8bcdf263b9ec5988e95e63cf901972107efc49218b13"}, + {file = "pydantic_core-2.23.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9d18368b137c6295db49ce7218b1a9ba15c5bc254c96d7c9f9e924a9bc7825ad"}, + {file = "pydantic_core-2.23.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ec4e55f79b1c4ffb2eecd8a0cfba9955a2588497d96851f4c8f99aa4a1d39b12"}, + {file = "pydantic_core-2.23.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:374a5e5049eda9e0a44c696c7ade3ff355f06b1fe0bb945ea3cac2bc336478a2"}, + {file = "pydantic_core-2.23.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:5c364564d17da23db1106787675fc7af45f2f7b58b4173bfdd105564e132e6fb"}, + {file = "pydantic_core-2.23.4-cp38-none-win32.whl", hash = "sha256:d7a80d21d613eec45e3d41eb22f8f94ddc758a6c4720842dc74c0581f54993d6"}, + {file = "pydantic_core-2.23.4-cp38-none-win_amd64.whl", hash = "sha256:5f5ff8d839f4566a474a969508fe1c5e59c31c80d9e140566f9a37bba7b8d556"}, + {file = "pydantic_core-2.23.4-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:a4fa4fc04dff799089689f4fd502ce7d59de529fc2f40a2c8836886c03e0175a"}, + {file = "pydantic_core-2.23.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0a7df63886be5e270da67e0966cf4afbae86069501d35c8c1b3b6c168f42cb36"}, + {file = "pydantic_core-2.23.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dcedcd19a557e182628afa1d553c3895a9f825b936415d0dbd3cd0bbcfd29b4b"}, + {file = "pydantic_core-2.23.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5f54b118ce5de9ac21c363d9b3caa6c800341e8c47a508787e5868c6b79c9323"}, + {file = "pydantic_core-2.23.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:86d2f57d3e1379a9525c5ab067b27dbb8a0642fb5d454e17a9ac434f9ce523e3"}, + {file = "pydantic_core-2.23.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:de6d1d1b9e5101508cb37ab0d972357cac5235f5c6533d1071964c47139257df"}, + {file = "pydantic_core-2.23.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1278e0d324f6908e872730c9102b0112477a7f7cf88b308e4fc36ce1bdb6d58c"}, + {file = "pydantic_core-2.23.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9a6b5099eeec78827553827f4c6b8615978bb4b6a88e5d9b93eddf8bb6790f55"}, + {file = "pydantic_core-2.23.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:e55541f756f9b3ee346b840103f32779c695a19826a4c442b7954550a0972040"}, + {file = "pydantic_core-2.23.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a5c7ba8ffb6d6f8f2ab08743be203654bb1aaa8c9dcb09f82ddd34eadb695605"}, + {file = "pydantic_core-2.23.4-cp39-none-win32.whl", hash = "sha256:37b0fe330e4a58d3c58b24d91d1eb102aeec675a3db4c292ec3928ecd892a9a6"}, + {file = "pydantic_core-2.23.4-cp39-none-win_amd64.whl", hash = "sha256:1498bec4c05c9c787bde9125cfdcc63a41004ff167f495063191b863399b1a29"}, + {file = "pydantic_core-2.23.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:f455ee30a9d61d3e1a15abd5068827773d6e4dc513e795f380cdd59932c782d5"}, + {file = "pydantic_core-2.23.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:1e90d2e3bd2c3863d48525d297cd143fe541be8bbf6f579504b9712cb6b643ec"}, + {file = "pydantic_core-2.23.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2e203fdf807ac7e12ab59ca2bfcabb38c7cf0b33c41efeb00f8e5da1d86af480"}, + {file = "pydantic_core-2.23.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e08277a400de01bc72436a0ccd02bdf596631411f592ad985dcee21445bd0068"}, + {file = "pydantic_core-2.23.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f220b0eea5965dec25480b6333c788fb72ce5f9129e8759ef876a1d805d00801"}, + {file = "pydantic_core-2.23.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:d06b0c8da4f16d1d1e352134427cb194a0a6e19ad5db9161bf32b2113409e728"}, + {file = "pydantic_core-2.23.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:ba1a0996f6c2773bd83e63f18914c1de3c9dd26d55f4ac302a7efe93fb8e7433"}, + {file = "pydantic_core-2.23.4-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:9a5bce9d23aac8f0cf0836ecfc033896aa8443b501c58d0602dbfd5bd5b37753"}, + {file = "pydantic_core-2.23.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:78ddaaa81421a29574a682b3179d4cf9e6d405a09b99d93ddcf7e5239c742e21"}, + {file = "pydantic_core-2.23.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:883a91b5dd7d26492ff2f04f40fbb652de40fcc0afe07e8129e8ae779c2110eb"}, + {file = "pydantic_core-2.23.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:88ad334a15b32a791ea935af224b9de1bf99bcd62fabf745d5f3442199d86d59"}, + {file = "pydantic_core-2.23.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:233710f069d251feb12a56da21e14cca67994eab08362207785cf8c598e74577"}, + {file = "pydantic_core-2.23.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:19442362866a753485ba5e4be408964644dd6a09123d9416c54cd49171f50744"}, + {file = "pydantic_core-2.23.4-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:624e278a7d29b6445e4e813af92af37820fafb6dcc55c012c834f9e26f9aaaef"}, + {file = "pydantic_core-2.23.4-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:f5ef8f42bec47f21d07668a043f077d507e5bf4e668d5c6dfe6aaba89de1a5b8"}, + {file = "pydantic_core-2.23.4-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:aea443fffa9fbe3af1a9ba721a87f926fe548d32cab71d188a6ede77d0ff244e"}, + {file = "pydantic_core-2.23.4.tar.gz", hash = "sha256:2584f7cf844ac4d970fba483a717dbe10c1c1c96a969bf65d61ffe94df1b2863"}, ] [package.dependencies] @@ -2553,104 +2556,104 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( [[package]] name = "simsimd" -version = "5.2.1" +version = "5.4.0" description = "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm" optional = false python-versions = "*" files = [ - {file = "simsimd-5.2.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:c077d30656507812eb502b13da21d383f209729980e6f33775c005e54c834080"}, - {file = "simsimd-5.2.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8a6489fd3251295e40ea646aef9bfd68488eef67f29f10acda185eca65cda48a"}, - {file = "simsimd-5.2.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:881401ab4aac969cfb1ba0301590fdf40cc53149dc0baa0556823b032a9213b6"}, - {file = "simsimd-5.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8f15689b58a79cd21d5975a4ce166d9fb01b59b8b509e76ef9f0eb77453cdaec"}, - {file = "simsimd-5.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2d249db978814a25a4c802c1eb24e82deca078d311da9952edd0e7cf28b8cb75"}, - {file = "simsimd-5.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:25cf244831e79ef4157fabf7e1390b7187f509850f3926fc7c49d16c0aa1a1f0"}, - {file = "simsimd-5.2.1-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:d7a146bc9271cef4a1543e9cdcabab0b0f5b8bccc3ef3d2277d5126ab285adca"}, - {file = "simsimd-5.2.1-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:8ce059db56c798f0647cd50fecac8f20f5ad609ad77ce644fc91373487dd3c37"}, - {file = "simsimd-5.2.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:face4052008d5c4b12dc6fc09d5ce0f39b81e6114c38b714695d52f4877e9953"}, - {file = "simsimd-5.2.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:cbc9774af40625033a5e6be90768154d1aef18f539b456e7691dc3576a31bcd5"}, - {file = "simsimd-5.2.1-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:6396ea925ae3fcaa6374684bff5049b87e76ad1888cf2e53d25767039144a360"}, - {file = "simsimd-5.2.1-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:9c802c21ca47072b7135ad5393af3231c6c15f27ee18fb7c9809f5251b5c478c"}, - {file = "simsimd-5.2.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:99f8e80d5758d1dba871d29adf9301e4d2d721902a8084e961247841fc4306a3"}, - {file = "simsimd-5.2.1-cp310-cp310-win32.whl", hash = "sha256:305ca88529a178dc2293337aa38ba733ad85f5e31e0c35111dabd77c45691718"}, - {file = "simsimd-5.2.1-cp310-cp310-win_amd64.whl", hash = "sha256:305499b42baf559d0ddaaf5a8c14810ed9f11d248c19a16418ab88a6c7fb1c05"}, - {file = "simsimd-5.2.1-cp310-cp310-win_arm64.whl", hash = "sha256:a405c8bdaec9b9cd634a25e153994705fb22f4e2f674e0b3a1e349dd514d3b1e"}, - {file = "simsimd-5.2.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:9f342914fd54b90939a053d6ec6dde0b47131d39c2b2c3bfcf10acb9feac62be"}, - {file = "simsimd-5.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:44287add557bb4e78d249e3b076a37272c8ff62df379f4f837bf7d66534eae5d"}, - {file = "simsimd-5.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3cece60f867d54b15342aa421d561f26860fe70b93e0f13b9499718de3bf791b"}, - {file = "simsimd-5.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f02d7520b5f794ed1d8b1177214f263a06e334750fc6b4d8ba7bccfc0ea30d1d"}, - {file = "simsimd-5.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e3a288d5eac00a15df181354822f5714278d3b4123a5d8f1dcfc62fd1d2ffa9d"}, - {file = "simsimd-5.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c16dfc66f54b2ab95f74e3b1d886351ad65a69ab75041e069355b89f18e3ea36"}, - {file = "simsimd-5.2.1-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:78080b55b213117648038a657ad1437f465065077e79762ce04990b7cc4645dd"}, - {file = "simsimd-5.2.1-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:b7fb76b585194f040807aa40928515610d19ef0fb7d8bbb316dde17a05597b77"}, - {file = "simsimd-5.2.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:a9f042fe6b8102b9e301c862aa655b1181cc73ebf589448ee2525c8c7023fd59"}, - {file = "simsimd-5.2.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:b5935ec1e4c62945972139f6ba6ca955e27d7781870fd89aab95c38e1614603c"}, - {file = "simsimd-5.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:07d77442a796b88ec984c2180f9c81ca912b11686f3e730a9648ff18644a136a"}, - {file = "simsimd-5.2.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:e95dcbcd2931f51a449b664252746b1eba0dfc04715d14e9d79116000e13db3a"}, - {file = "simsimd-5.2.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:059c4b357d99757c8661d54141f4004fbb0ebbccf985cb39a1b630304af5fedf"}, - {file = "simsimd-5.2.1-cp311-cp311-win32.whl", hash = "sha256:0cf31a6fa6a62efd12d477f493411c1af1c64a7d61509ceebac593a83d1d4209"}, - {file = "simsimd-5.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:45d174f65ffe89020b01321a7f37404da8460c4800617fa5902ccc99b696ec9a"}, - {file = "simsimd-5.2.1-cp311-cp311-win_arm64.whl", hash = "sha256:6dc78085e112c0e36e6eeca546074cf8c56b2d80fba757bef8bebc444e61b72b"}, - {file = "simsimd-5.2.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:4936f92a6f25bf1b8cfd4069e850821e6ffe17addd997893d945994139cf1ec0"}, - {file = "simsimd-5.2.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:e16167789eb54c81ffdd0c1e185dd61df9a2fec6044067a047698b0af67865c0"}, - {file = "simsimd-5.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b04ba0570d9e258fd059a5f3964039e2fe6298d57363a9a9bb4ae0c000cd65a7"}, - {file = "simsimd-5.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5d4228bc8be42f9c9b6d59399303e9682f2edc9f2cc1550a3658ba8a9f0519a7"}, - {file = "simsimd-5.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9c3a80fdb3582d08f2da3d53daec73ea872fdac303529910aef71a774c1568bf"}, - {file = "simsimd-5.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5fbbc0068ef3daa85195508b25aa73562b07c3097fea1243aa2864e21dfd178d"}, - {file = "simsimd-5.2.1-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:3fe52c6b94f6777b0eca796a5751dbd4e55bae947d1906a00b31dd32f1a085f7"}, - {file = "simsimd-5.2.1-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:cdeda38843f4544e3cdc5687332ccd030ec9a3e10a47a7a63a9652ddc60f20ba"}, - {file = "simsimd-5.2.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8234b6a9308d5025a594413ca93b1e9dc4f9f9e2d4020af32529ed302570dacd"}, - {file = "simsimd-5.2.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:687725313925297aa36effac39013b1e31ed4d01764b5322bdc9eb0e73c51b6a"}, - {file = "simsimd-5.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:bb9aadd29b0def9d6d0811bd2e9fde1643e755aaf8d4010892c0e00f0e586477"}, - {file = "simsimd-5.2.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:1df8520eac767584677367c598bd3c90abe0fa9ff49924eb289fea5b6fb6b2b3"}, - {file = "simsimd-5.2.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f802b5435b9014fd2882641d45e279ff418c9bed83322957a99796fc6a9fae3d"}, - {file = "simsimd-5.2.1-cp312-cp312-win32.whl", hash = "sha256:271a5bb5daf3db37b4ca71c419ecc6c5c0d3a801cf4773907ae338aa34f18a1a"}, - {file = "simsimd-5.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:5d2a3ec2c3b90bd036823f16184d3fbfabc2a8fa9ba120f29cc3361ab3c68be8"}, - {file = "simsimd-5.2.1-cp312-cp312-win_arm64.whl", hash = "sha256:cf63293357013aa8d135d8f30443ce248223a53faf30e1e6d1464e559afd0b30"}, - {file = "simsimd-5.2.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:f95a7b56803e2ce952aa2476b7ed4ed5b8fe0f2c40daf14d6100bcd923282b99"}, - {file = "simsimd-5.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:01af17b95e1736f006177b3a84b6d25ec6068a2e0af97eed33f87c9d23684d0a"}, - {file = "simsimd-5.2.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bfef17e3a12f2c379d428bc4785637472b6a379e7122d3d227bbd5d9c20454ee"}, - {file = "simsimd-5.2.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ef288a2f89fe4b00c65f16895519da78c443d2e75080a8067b9d83196e911592"}, - {file = "simsimd-5.2.1-cp37-cp37m-manylinux_2_28_aarch64.whl", hash = "sha256:82fe3f4a70e79eb7a17cfac8b129fe0e0ea63408513091618703b85a6c90db00"}, - {file = "simsimd-5.2.1-cp37-cp37m-manylinux_2_28_x86_64.whl", hash = "sha256:035487a05b923541c3c524af56472f4121f14cb9a6761ae0d0d9101da077fe7a"}, - {file = "simsimd-5.2.1-cp37-cp37m-musllinux_1_2_aarch64.whl", hash = "sha256:0b1fe4154cb9622a3640b81d05d07276c785ada6ac59512160624f4f2225b8cc"}, - {file = "simsimd-5.2.1-cp37-cp37m-musllinux_1_2_i686.whl", hash = "sha256:b55bc8fd307f7cb8fa2bd76ae0bdd4a196b7e92ae592d08bc151991357aa636e"}, - {file = "simsimd-5.2.1-cp37-cp37m-musllinux_1_2_ppc64le.whl", hash = "sha256:d8e5075a8798b7641fd394dd7fbda5c7be349f5616780076d8a5cf826f29fc5f"}, - {file = "simsimd-5.2.1-cp37-cp37m-musllinux_1_2_s390x.whl", hash = "sha256:c310dda98e8cc56fc856f369fe6a925bbde72ca33c735808037cc7300edad5c9"}, - {file = "simsimd-5.2.1-cp37-cp37m-musllinux_1_2_x86_64.whl", hash = "sha256:81c052de76ccc31df39ee6a2929495fa386fcc2f8bd96512de50f10365c1434a"}, - {file = "simsimd-5.2.1-cp37-cp37m-win32.whl", hash = "sha256:b2dd417556d22be66a1f8bb8fe2a8222655c97382d2736802100ec2b658bf179"}, - {file = "simsimd-5.2.1-cp37-cp37m-win_amd64.whl", hash = "sha256:309a6a29e8213d7af603cdd0a30e7500f3ef3f5caafa17d1cb131f9a45faafb6"}, - {file = "simsimd-5.2.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:1500bf3e6728c98e01efd4e8b03ac27d5451a92c8cd00cd2c80314e0fef37f12"}, - {file = "simsimd-5.2.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e2124f8928be3e63e253d349e0063d2e2e9c2959143425f383f7302d46e3588c"}, - {file = "simsimd-5.2.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:614828d03eca528cf0aebaa7aec24e774256f806c1feb4353bdeedaad8eb8b12"}, - {file = "simsimd-5.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4a983fef4c490c547babff1b99dbcc7ffac604157b5948b84532bbaf27e5359e"}, - {file = "simsimd-5.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:70eb039199b9c360ac7f081a1cccc34a1ef849653ea3dabe0c2a51cf014ae36e"}, - {file = "simsimd-5.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e77360121c0d3522d937c43a93ed5bc359ab05826c6b1443980536bf31966b90"}, - {file = "simsimd-5.2.1-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:72e7d2c04d8b66642558eaa09e36bbdcb2c818ad0b8116f318122635c0512493"}, - {file = "simsimd-5.2.1-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:510aa97c25ddae310a3ea6e818f161c5a9a178624a75f4d1c62d1898dba9537d"}, - {file = "simsimd-5.2.1-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:cf9d37d1dbd26e6e2c30d4410d007ecdb4a588ef316a50e257ada67fc1d7512b"}, - {file = "simsimd-5.2.1-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:9426ee74d6898f8cbd4ef6735216428c445367c2042a1573da9e0b327cbc0d7e"}, - {file = "simsimd-5.2.1-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:ce298323cf4b35cf652a11a45889df277a1e4ef58bc298baf6cccec938de4827"}, - {file = "simsimd-5.2.1-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:beb76cdb6a5442be351a4dcbaf35bc51e6e815e37b7cda3c27886c9de0112ed8"}, - {file = "simsimd-5.2.1-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:d9ba0b406a658053b9e4cc989881e055dbe419bfd0ef626a2f2d2d48ff9db879"}, - {file = "simsimd-5.2.1-cp38-cp38-win32.whl", hash = "sha256:7d465e56848ff733725dbc6e2f4c79ee7073f695006013c9d0aff6daa6a750cf"}, - {file = "simsimd-5.2.1-cp38-cp38-win_amd64.whl", hash = "sha256:c0f37b3c5963792925795f22ab90405df243e2738ec5b857ec5114a29facab38"}, - {file = "simsimd-5.2.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:095b143ff85fe57beec75783d48878a2c821fa249dd26c5f98521ecf6edfc77c"}, - {file = "simsimd-5.2.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b576df0679f5d92299f7b33ff28342cae154d46f3bfb0171253ad4cdcf8fc07a"}, - {file = "simsimd-5.2.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9ba17ad2fdf6543f5b4091b4d94413d60760e44b1ebbff9c661d44c6ce642296"}, - {file = "simsimd-5.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:53cbb3b5202a06a5ffaef5d2a006b0a4f345f630951b9b2b9abada3cc279a532"}, - {file = "simsimd-5.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5fb49bb7cab159a625f9c2c1b0a236ce2d0c0bb217a63e36d46d6122c44d1b2f"}, - {file = "simsimd-5.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c8056abac0fd86e7d864bc59e75bd750e796e67aa55cb9a2f58b3f8ec3a71c6b"}, - {file = "simsimd-5.2.1-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:d02be0a65bbe5ead9fdfefd18f0babb27b4856ad02d3ff4b8b0126223288588a"}, - {file = "simsimd-5.2.1-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:2f1afeeedb6639628a94dcc4f7d01d670f43f4b10909c96876837c311b8f11d7"}, - {file = "simsimd-5.2.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:6f9ed03113216707f74381324b57105afad8fbd12323f474830c0929750631d1"}, - {file = "simsimd-5.2.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:818f3bd2893be61a5484a981ec262162ef480f06bfffd9686ddeab4b59d75d3f"}, - {file = "simsimd-5.2.1-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:c2cab5afce104f35cdb1b82c20b3c29e04f19d3ac73961316e6f065b7ef072e9"}, - {file = "simsimd-5.2.1-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:d20a5c7343e86daeb869ea5e2c9d5ca8c358bc7370288176ef04157fea5bad27"}, - {file = "simsimd-5.2.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:b23ffe97bb938803bf367f2de25ca971033be00774fbbf09426147a89fcc5dc4"}, - {file = "simsimd-5.2.1-cp39-cp39-win32.whl", hash = "sha256:8e942cc946b813937ae99ca3ea3d20ec68aaddc173904c298d65eee75d7d08a3"}, - {file = "simsimd-5.2.1-cp39-cp39-win_amd64.whl", hash = "sha256:8d290c7361d9c8a87f6408d4ff7799c7df8278ac28d41e9ed68d252040854ca4"}, - {file = "simsimd-5.2.1-cp39-cp39-win_arm64.whl", hash = "sha256:6159540ba7ed5b9e8e34d340943e31f7791b2c49436d299969014be9869da350"}, - {file = "simsimd-5.2.1.tar.gz", hash = "sha256:716f607e06c9570288db42f2bb9661dadd79188874dba1c7df71d8efec4ecbb8"}, + {file = "simsimd-5.4.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7d84a2ba3a2fe74b4b61864b18a10b9ddf622e3a7a7103ff7c60e8a5c36db3b9"}, + {file = "simsimd-5.4.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:3451913e2023a47046e4a8704846b5546b34a370e6257c32a95a24c7f4b1ca0c"}, + {file = "simsimd-5.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:811efb229bb24d5d12c178f66dec3289b95ade15e50e6bbf76d7680b6784cb7b"}, + {file = "simsimd-5.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:59cca77ce74322f128601fb7f918543aa91539589920b3d6c20fef4d0159ba54"}, + {file = "simsimd-5.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:381177bbecc0ef38b3e2c0bdb0e21dd1ef7f761e3f8aa6cb409175c65c2b2a78"}, + {file = "simsimd-5.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d2a1fbd0301b4c70198894ea22f33faf1fdcd6451c2c0d4731b91a0b7f1da94f"}, + {file = "simsimd-5.4.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:f2de3a754cbaa54ca31733ec2cee315ea882de5c0b9ca81c546fbb7cea938e5f"}, + {file = "simsimd-5.4.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:265edadadbe6e5cb97a4ff6e39aea4b854a30f422943d736b4c0e38cafcdf2bb"}, + {file = "simsimd-5.4.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:8a94f4af0d2817ea119d8ad41c2fa323cee48891074fa68269bce228c3115933"}, + {file = "simsimd-5.4.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:e2e36553a5a14b9df7459ab1a87f5b62c88ba12fd256b3fc805c74f7279949da"}, + {file = "simsimd-5.4.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:d882ede74c583a4ef28d5c52f1cc3e66b848c5f469f580670b0ff749c51334ed"}, + {file = "simsimd-5.4.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:fcb72d95f297a3173bb85bf1263c05b28b14d9aa36c8f3a703b3e588ccc94515"}, + {file = "simsimd-5.4.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:7f788152a8795e941c7287b42945411bfc9bb9d1ff6d8160d7f26b5b7ed21a6d"}, + {file = "simsimd-5.4.0-cp310-cp310-win32.whl", hash = "sha256:a5f3afb4ed29a66857ecbabbf85fa83c0184c8f4e2f636b22b91997b2074563b"}, + {file = "simsimd-5.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:b71d61366a6b21b943142ee374623632264df1fc96cd602257dbcaa9be01fa54"}, + {file = "simsimd-5.4.0-cp310-cp310-win_arm64.whl", hash = "sha256:8ce62c6b56a753b359aac68846cc31af38ecb563ffa5447a65bf8ce69e745e39"}, + {file = "simsimd-5.4.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:69b90d28fc5c072e36fd60e8a6e5f9a2390b87c65482d531e57ebba57be963ef"}, + {file = "simsimd-5.4.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:572ad953dad07678d6d2631a5d2ed2ef007b7ecf0834e598c44e722baebe81fb"}, + {file = "simsimd-5.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:56fccfb313cb8be74499b53403a91e3d4c3f21a1bb03386f5fef641b4dbabe4d"}, + {file = "simsimd-5.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7df18ed911471a4d5def1e9410ed28b87a6557f09fb60dfc5ca5788bf537c1bc"}, + {file = "simsimd-5.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1b0e4f10a766c44483d9ac1acc356f9d40c0cff50a354b72db713be67cedb033"}, + {file = "simsimd-5.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1153bca49bb7ff3558ef2016e4f353a5842565a54a581e123d4cc7bed8d13270"}, + {file = "simsimd-5.4.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:79b426ec7b7a2e10047303a3c71eeee54616809f39351301b777b7280f7e92c8"}, + {file = "simsimd-5.4.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:128b4c6c9dddb89569491eaa414e5703687c46e9b07185bb66fc9d0911f52ccc"}, + {file = "simsimd-5.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:4424f6e1ef6e59c50e8e6794bb9d553fd3de8fdfd8b9c5b36f3c7223d1579e60"}, + {file = "simsimd-5.4.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:7b4e863e3ecd3d1e8f726cc73fd678c825a4984d4cdb68b13f2da74a076e5a42"}, + {file = "simsimd-5.4.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:466f73e2268d7870eb1f1f19d4657e4ee32918305ee239bf7bf1647f5e7a3e70"}, + {file = "simsimd-5.4.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:af495f83f6df7054b96ea19ff322978ef90724f84452b7f04621605c353803d9"}, + {file = "simsimd-5.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:58f30cda6c4f182e1de0f5f1dd404ed9d6ec85675dd28be88255a17d44a0a950"}, + {file = "simsimd-5.4.0-cp311-cp311-win32.whl", hash = "sha256:299e93a210b669ad8c1d8d33aebd2c56974521b970cea305980d51d55e5157f8"}, + {file = "simsimd-5.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:e11987697c80d445166e9a9022f296c3756fb7d21a4c0b1ded1966531e441a51"}, + {file = "simsimd-5.4.0-cp311-cp311-win_arm64.whl", hash = "sha256:3da2e1507483cb3ffcc7fd92f2d80f13dbb1b7ec329d24188f4a96c523f2da03"}, + {file = "simsimd-5.4.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:16ca30ca26a04bd3f337be2c448303a0eee3c84bb729d7203fbec33e71650b5e"}, + {file = "simsimd-5.4.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c22b919e98e7c369c3e800e0a3bae13bdf07e536819544131090a76dc91960bd"}, + {file = "simsimd-5.4.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:02159f69d7bcc450872b25a7a3ab8a8883847dbd583edb440159686ea4796037"}, + {file = "simsimd-5.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5118bc35c6a1572423b9125e7e175b71395ef8b4f470d8e0d15c527f6ea86a4f"}, + {file = "simsimd-5.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c78945292243df2aeff5692c5bd3b9219b8bf365e3e4f4382e79d08325184ee2"}, + {file = "simsimd-5.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:96a3fc4060e2490ba173ec0991f908495f8e785e6f825e666c3ece3f4d8463cc"}, + {file = "simsimd-5.4.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:fbf4292b71f44fc286b891f210eb6e57bd663ebd1d0db02e044b8430be9cb9ab"}, + {file = "simsimd-5.4.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:74372cbd71bce1ce6d7d6f685e2d35d940e333ddc68c1336765efbdbbba15fc1"}, + {file = "simsimd-5.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e87c9fc4ade536e5a38df6e5cf54391fa56138ac17d5415889f0cf2c50f2b53a"}, + {file = "simsimd-5.4.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:1e18d67ac9bdd0103dbe8e2f0914267cb5d56ef56595e309df4bcc9033214653"}, + {file = "simsimd-5.4.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:9838f4f69fb065dcdef2d5a1b9624ee790726cf5b089ecee9b790574b15b479a"}, + {file = "simsimd-5.4.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:57371f0901de1f44fc20135c9c885eb46d51b41bac0e6c4db86b569783497c39"}, + {file = "simsimd-5.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:4cece2796a5d4444fdb03b9a44138fc94437739841c4db9cb569e25cc43eba08"}, + {file = "simsimd-5.4.0-cp312-cp312-win32.whl", hash = "sha256:2ba1a9c05c1a4fa2a8da31961a5af3968962d3f0dacd0e068b961436e9083435"}, + {file = "simsimd-5.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:d251e53ae36c9a36ba30be94e4be8c3a67c82f5d2c69431730782bdc2eafd6bc"}, + {file = "simsimd-5.4.0-cp312-cp312-win_arm64.whl", hash = "sha256:b9a4ca92b5f260514473a245bda284c1a6331125b7a831aae8b7d4690713b6bd"}, + {file = "simsimd-5.4.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:891af03cf33ac257e792e7b721a959a6fc16a74e8e8daf1c12d105ba82bfa59e"}, + {file = "simsimd-5.4.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:89a1e48b3cfbf9ac4c400a064a036be255384023b1df289b3db65607e9234bfd"}, + {file = "simsimd-5.4.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4bdb9b0c949bb8e79be333db821680a17343c16a281f9d8702661dc1d2a45390"}, + {file = "simsimd-5.4.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:662061a7b97c84e744a4d1bdf24980d9d6e619edb3be48edb77303add38a66b5"}, + {file = "simsimd-5.4.0-cp37-cp37m-manylinux_2_28_aarch64.whl", hash = "sha256:72a07c87167222d960dfa335572d3773b6d37c78de0d91ddaabb2802337c4fa4"}, + {file = "simsimd-5.4.0-cp37-cp37m-manylinux_2_28_x86_64.whl", hash = "sha256:f1dca2d129981427d49617b4f0a153ccb74084c80b853ef88ea4d58ddfd3c52d"}, + {file = "simsimd-5.4.0-cp37-cp37m-musllinux_1_2_aarch64.whl", hash = "sha256:3dff5a393fc3a588e7e07aafbf58cb7faf56fe63a5a61e693810962f1b7d5511"}, + {file = "simsimd-5.4.0-cp37-cp37m-musllinux_1_2_i686.whl", hash = "sha256:891475170a33aad9292a18a91c48f003864064aa3a9ddd543de2a7249cf90d15"}, + {file = "simsimd-5.4.0-cp37-cp37m-musllinux_1_2_ppc64le.whl", hash = "sha256:e0046960a7d7aea9c847c2146296a3d37a3321ff68ce73b73deb79de5388a2be"}, + {file = "simsimd-5.4.0-cp37-cp37m-musllinux_1_2_s390x.whl", hash = "sha256:98a11aaaa308daa69e8b07ce4e22c04ea0c09a6775dc44c822f08f239841eb18"}, + {file = "simsimd-5.4.0-cp37-cp37m-musllinux_1_2_x86_64.whl", hash = "sha256:8c163d9e7911c09446845117fc3e7453887e52de6dbda03dd2229f025709b637"}, + {file = "simsimd-5.4.0-cp37-cp37m-win32.whl", hash = "sha256:7bf254fc153e5c5b2b2699d5e74b4881953ac392f8e1b96e7d3fb2c9780e4b2d"}, + {file = "simsimd-5.4.0-cp37-cp37m-win_amd64.whl", hash = "sha256:ecea921c086ba330a5c6be85858fbaaa1a5982300bd56e62d73f5504ab1ffa6a"}, + {file = "simsimd-5.4.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:f6b2a170ace6a1c21a1ac059d42e5a3bf6ac34a6174bd737225243d4bbf2e36b"}, + {file = "simsimd-5.4.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d8cdca80cc416517a1bc1e9420f9d666415431e429b9fa147f0ed7fcd7c4688f"}, + {file = "simsimd-5.4.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:8d1e02d319abea7d40a931107de58e17d0dbe9ea594b7a91eda08a63a7618c01"}, + {file = "simsimd-5.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f4f6c7225618a953189e2ce334cb4680f0dc28afebb4b4081c8db655c4c59e7e"}, + {file = "simsimd-5.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4533ad5bcb38ac4690a7b2ab5ed7923775492080088c0fdb24efff68abfae7f7"}, + {file = "simsimd-5.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ee87c8a755873994d5a012b0cf4be507ff694f95816570a4ac440e38f363eb3f"}, + {file = "simsimd-5.4.0-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:6981f81f0e14e6bb8ac80206785cfd9ded5656fe2b9403a08e2b68e10d7b68fc"}, + {file = "simsimd-5.4.0-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:9bde07bdf5fad52533fc42d141c701496de3f3956bba2958cd6314a05c0a3a7d"}, + {file = "simsimd-5.4.0-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:76efbf137f6bcc687713134dade4f5934aa9e4ff781e9c7cd59bbfb068e5b4ca"}, + {file = "simsimd-5.4.0-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:161e7e44dd03a9b2d2d5974c1d16820ff794beb535cefad01d960e733ce0a56f"}, + {file = "simsimd-5.4.0-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:8992cab7ec889f4f2174ba6e681839eac6d5f3892e54760d1d01eeb0d5c559f0"}, + {file = "simsimd-5.4.0-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:d0a4f4a4ad8413e4ddcf315ffdac0df90ad1f5600b42c6e24a138f8582b4ca1f"}, + {file = "simsimd-5.4.0-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:eabf16367e00c9252612469d80c76cba76b3f27cb24326646518941984f0e0f9"}, + {file = "simsimd-5.4.0-cp38-cp38-win32.whl", hash = "sha256:095327fe8fc9053dbe221f71a6b23ed6bb61b1a6da6a8ddcea14ea2440a1a839"}, + {file = "simsimd-5.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:2da284a032104eb4d4648f3bd0f5b5d13fdd1df6e601341de7343d2fbdf128dc"}, + {file = "simsimd-5.4.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:de631751b490124a7b83e9bc9317feb5f01ed98e1ea8f2851d2347f39b7ec758"}, + {file = "simsimd-5.4.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e6d4a1f07d3e3423ac26c55c23835d47ea82c683d83da40973ad87ca700ecc35"}, + {file = "simsimd-5.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:cb4d4aac978d4f9e7b33c60e8cb17d9d4272b4a90ff3bd1fb7f536bedf61e4ca"}, + {file = "simsimd-5.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f15acc0628f39048cafe6ccd881f1a17e61e5c9c59138b57461ba331859a0520"}, + {file = "simsimd-5.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:08ccc4b80d927531802d16cac9ed9ca6acd43f4e1e36bfb5e72faa4fc27c9f28"}, + {file = "simsimd-5.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e438d5965622c4a6c8193179a6058f07b71c8b772d79e073add36f8d8ab94689"}, + {file = "simsimd-5.4.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:17a679cd47544a5a93f6f268018e993f4cb960f6bea430f1ba1381c5bb2d7d8f"}, + {file = "simsimd-5.4.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:30f273e925c51cfca339760245db41140247ad067d7ab1482741fd0cc5a22264"}, + {file = "simsimd-5.4.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:cbd9d5b6852095e70da983627e63140dd338add546c88695d1eb51f5bcc20354"}, + {file = "simsimd-5.4.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:ae42e727af28ed72ee82dbb9b5d079f7adfeb283244de9499faf79c54bc8fd37"}, + {file = "simsimd-5.4.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:9550e63dd9c6ba012bf6dfcb985d000a8366ff8c4c85920eb61853a09911fe9a"}, + {file = "simsimd-5.4.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:9d3589240e6766df6cc440c44048731b414a3289fb6109425736e54e3de059aa"}, + {file = "simsimd-5.4.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:97c3ccf8adaf9333fc4fd666bea9f83266c6ec9a958605116cda66e7f659dd07"}, + {file = "simsimd-5.4.0-cp39-cp39-win32.whl", hash = "sha256:6ad59a74d400a6d0b612daca39740dc8e147b0e3295993a4a3e48080267e24b7"}, + {file = "simsimd-5.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:8a852f546f48a050e66219663aa1e0c4d12884696cda1345616790829a5c4608"}, + {file = "simsimd-5.4.0-cp39-cp39-win_arm64.whl", hash = "sha256:11c0a982f785ab8ddf093580f50e959296d1876f084be6d82abcca5fc4b1201a"}, + {file = "simsimd-5.4.0.tar.gz", hash = "sha256:79526af85374c4a700df51306338a0978ba6d002f8c998734370e83490e30ab5"}, ] [[package]] @@ -2857,24 +2860,24 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20240808" +version = "6.0.12.20240917" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" files = [ - {file = "types-PyYAML-6.0.12.20240808.tar.gz", hash = "sha256:b8f76ddbd7f65440a8bda5526a9607e4c7a322dc2f8e1a8c405644f9a6f4b9af"}, - {file = "types_PyYAML-6.0.12.20240808-py3-none-any.whl", hash = "sha256:deda34c5c655265fc517b546c902aa6eed2ef8d3e921e4765fe606fe2afe8d35"}, + {file = "types-PyYAML-6.0.12.20240917.tar.gz", hash = "sha256:d1405a86f9576682234ef83bcb4e6fff7c9305c8b1fbad5e0bcd4f7dbdc9c587"}, + {file = "types_PyYAML-6.0.12.20240917-py3-none-any.whl", hash = "sha256:392b267f1c0fe6022952462bf5d6523f31e37f6cea49b14cee7ad634b6301570"}, ] [[package]] name = "types-requests" -version = "2.32.0.20240907" +version = "2.32.0.20240914" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.32.0.20240907.tar.gz", hash = "sha256:ff33935f061b5e81ec87997e91050f7b4af4f82027a7a7a9d9aaea04a963fdf8"}, - {file = "types_requests-2.32.0.20240907-py3-none-any.whl", hash = "sha256:1d1e79faeaf9d42def77f3c304893dea17a97cae98168ac69f3cb465516ee8da"}, + {file = "types-requests-2.32.0.20240914.tar.gz", hash = "sha256:2850e178db3919d9bf809e434eef65ba49d0e7e33ac92d588f4a5e295fffd405"}, + {file = "types_requests-2.32.0.20240914-py3-none-any.whl", hash = "sha256:59c2f673eb55f32a99b2894faf6020e1a9f4a402ad0f192bfee0b64469054310"}, ] [package.dependencies] diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 3fd81376ac707..96abaa5db89cc 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -2,9 +2,6 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" -[project] -requires-python = ">=3.9,<4.0" - [tool.poetry] name = "langchain-core" version = "0.3.1" From c25bcf0c4b75413745202bc27fd07e482efb9e65 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 18 Sep 2024 13:26:03 -0700 Subject: [PATCH 3/3] x --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index d4a9944afe2ea..6645d85bdf271 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -33,7 +33,7 @@ install-py-deps: python3 -m venv .venv $(PYTHON) -m pip install --upgrade pip $(PYTHON) -m pip install --upgrade uv - $(PYTHON) -m uv pip install --pre -vv -r vercel_requirements.txt + $(PYTHON) -m uv pip install --pre -r vercel_requirements.txt $(PYTHON) -m uv pip install --pre --editable $(PARTNER_DEPS_LIST) generate-files: