Files
finrod/uv.lock
João Pedro Battistella Nadas 777c80a0e1 initial commit: FastAPI translator proxying to Ollama on radagast
- app.py: /api/models filtered to gemma+aya, /api/translate streams
  NDJSON from Ollama with stream:true, /healthz for k8s probes
- static/index.html: dark-mode UI, three dropdowns (source/target/model),
  live token streaming with spinner+pulse+timer indicators
- Dockerfile: two-stage uv build, slim Python 3.13 runtime
- .gitea/workflows/build.yml: multi-arch (amd64+arm64) build, push to
  Scaleway registry on push to main
- build.sh: manual fallback if Gitea Actions isn't available
2026-06-09 15:13:48 +02:00

627 lines
101 KiB
TOML

version = 1
revision = 3
requires-python = ">=3.11"
[[package]]
name = "annotated-doc"
version = "0.0.4"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/annotated-doc/annotated_doc-0.0.4.tar.gz", hash = "sha256:fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/annotated-doc/annotated_doc-0.0.4-py3-none-any.whl", hash = "sha256:571ac1dc6991c450b25a9c2d84a3705e2ae7a53467b5d111c24fa8baabbed320" },
]
[[package]]
name = "annotated-types"
version = "0.7.0"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/annotated-types/annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/annotated-types/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53" },
]
[[package]]
name = "anyio"
version = "4.13.0"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "idna" },
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/anyio/anyio-4.13.0.tar.gz", hash = "sha256:334b70e641fd2221c1505b3890c69882fe4a2df910cba14d97019b90b24439dc" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/anyio/anyio-4.13.0-py3-none-any.whl", hash = "sha256:08b310f9e24a9594186fd75b4f73f4a4152069e3853f1ed8bfbf58369f4ad708" },
]
[[package]]
name = "certifi"
version = "2026.5.20"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/certifi/certifi-2026.5.20.tar.gz", hash = "sha256:69dea482ab64caa7b9f6aba1c6bf48bb6a5448d1c0f1b17ab42ad8c763a5344d" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/certifi/certifi-2026.5.20-py3-none-any.whl", hash = "sha256:3c52e209ba0a4ad7aebe60436a4ab349c39e1e602e8c134221e546902ad25897" },
]
[[package]]
name = "click"
version = "8.4.1"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32'" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/click/click-8.4.1.tar.gz", hash = "sha256:918b5633eddf6b41c32d4f454bf0de810065c74e3f7dbf8ee5452f8be88d3e96" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/click/click-8.4.1-py3-none-any.whl", hash = "sha256:482be17c6991b8c19c5429a1e995d9b0efdbb63172824c41f99965dc0ade8ec2" },
]
[[package]]
name = "colorama"
version = "0.4.6"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/colorama/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/colorama/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" },
]
[[package]]
name = "fastapi"
version = "0.136.3"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "annotated-doc" },
{ name = "pydantic" },
{ name = "starlette" },
{ name = "typing-extensions" },
{ name = "typing-inspection" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/fastapi/fastapi-0.136.3.tar.gz", hash = "sha256:e487fae93ad408e6f47641ee4dfe389864fd7bec92e547ea8498fc13f43e83ab" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/fastapi/fastapi-0.136.3-py3-none-any.whl", hash = "sha256:3d2a69bdf04b7e9f3afa292c3bc7a98816bbfafa10bc9b45f3f3700d2f761620" },
]
[[package]]
name = "finrod"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "fastapi" },
{ name = "httpx" },
{ name = "uvicorn", extra = ["standard"] },
]
[package.metadata]
requires-dist = [
{ name = "fastapi", specifier = ">=0.115" },
{ name = "httpx", specifier = ">=0.27" },
{ name = "uvicorn", extras = ["standard"], specifier = ">=0.32" },
]
[[package]]
name = "h11"
version = "0.16.0"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/h11/h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/h11/h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86" },
]
[[package]]
name = "httpcore"
version = "1.0.9"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "certifi" },
{ name = "h11" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httpcore/httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httpcore/httpcore-1.0.9-py3-none-any.whl", hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55" },
]
[[package]]
name = "httptools"
version = "0.8.0"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0.tar.gz", hash = "sha256:6b2a32f18d97e16e90827d7a819ffa8dbd8cc245fc4e1fa9d1095b54ef4bd999" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ed377e64805bdba4943c82717333f8f8603a13b09aff9cead2717c6c817fb168" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9518c406d7b310f05adb1a37f80acabac40504a575d7c0da6d3e365c695ac20d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:57278e6fa0424c42a8a3e454828ab4f0aff27b40cddf9679579b98c6dce6a376" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bbb8caadb2b742d293169d2b458b5c001ef70e3158704aa3d3ef9597624c5d1d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:52dd695b865fe96d9d2b16b64a895f3f57bf3cb064e8383cd3b5713a069e8085" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:20b4aac66ff65f7db06a375808b78f42a94970aa22e826b3cb2b43eb09174124" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp311-cp311-win_amd64.whl", hash = "sha256:a1b4c8e7a489a0d750d91894e9a8cdc295838f1924c0ca903ae993456fddec07" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:880490234c10f70a9830743097e8958d6e4b9f5a0ffc24515023afeef984054d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5931891fb7b441b8a3853cf1b85c82c903defce084dd5f6771ca46e31bf862c5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:b15fc622b0f869d19207c4089a501d9bcc63ca5e071ffdd2f03f922df882dcb2" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:425f83884fd6343828d8c565f046cb72b6d19063f6924093e11bcd8e1548cd09" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:ef7c3c97f4311c7be57e2986629df89d49cb434dbff78eafcd48c2bff986b15a" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a1afd7c9fbff0d9f5d489c4ce2768bd09c84a46ddefc7161e6aa82ae35c85745" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp312-cp312-win_amd64.whl", hash = "sha256:cd96f29b4bab1d42fa6e3d008711c75e0f79e94e06827330160e3a304227f150" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:614ceea8ea606848bece2338ac03b3ce5324bcb4be8dc7d377ed708012fa4db8" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2d689918c15a013c65ef52d9fd495d766893ab831a2c8d89f2ac5940a5df847c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:eb3028cca2fc0a6d720e52ef61d8ebb62fcbfeb1de56874546d858d3f25a26b7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:88bdd940f2b5d487b4d032c6afa5489a7dc4694410d43de3c38c4fb3af0dc45d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:6a43c9dd399758ccc0531acb0a3c4a6c299ee893ee9400e9c893b7bdcfae0681" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:0770728beb05094c809b98e814edff5fef69d26ad7d21185f2f6d5884a0ba683" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp313-cp313-win_amd64.whl", hash = "sha256:7685df791fad561384bfb139e77fde27a1ffd93134e016f95a0db424ffbf77b1" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:de242a49b5d18e0a8776e654e9f6bf6d89f3875a5c35b425a0e7ce940feb3fd6" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:159e9ab5f701ccd42e555a12f1ad8ff69702910fc1c996cf2bb66e5fcb7a231b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:c4a9f1707e4823d54dfec6c33fa3697d302aed536ed352a7ebb5a061ddb869d0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d76ad7b951387e3632c8716a9bb03ac5b45c5f16119aa409db0459520887944e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:a3b7387147361c3fd47a0bde763c5c91b5b4cd4dc9989b8ece84ff436c99843b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:f256d6ce930c52ca1cb2a960b7da03548c454e7d28b06059ad41bfe789036ce0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314-win_amd64.whl", hash = "sha256:19d1ee275bb59ba2643ba9a3a1e51cc0c788caf2b8df506368e03f56fdd08527" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:de1ed58a974e75d56560acc7e7fed01a454994429456f65209789992e41f2568" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:e93c227b595c6926c1acee96891dd9da4be338cfbe82e5cd3bb9d8dd7dc4ac0b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:2a021c3a8e65cc125390d72f59b968afca3bdcaff25bd67965e0a055a14946ca" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:48774d39cbb70e2b1f71f88852a3087ae1d3a1eb80482bb48c13067ab080c14f" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:88eead8ec8680a9f146c655bc88445a325bd7921cfd8194c7337e9467282427d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:2c032fa028f46871ec7e1fc59fc15e8023eab3e6bbe6ece786a1611719a5d081" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httptools/httptools-0.8.0-cp314-cp314t-win_amd64.whl", hash = "sha256:384c17174464c8e873398b7af24f0b1f44d992c820328413951a625323155d77" },
]
[[package]]
name = "httpx"
version = "0.28.1"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "anyio" },
{ name = "certifi" },
{ name = "httpcore" },
{ name = "idna" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httpx/httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/httpx/httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad" },
]
[[package]]
name = "idna"
version = "3.18"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/idna/idna-3.18.tar.gz", hash = "sha256:ffb385a7e039654cef1ab9ef32c6fafe283c0c0467bba1d9029738ce4a14a848" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/idna/idna-3.18-py3-none-any.whl", hash = "sha256:7f952cbe720b688055e3f87de14f5c3e5fdaa8bc3928985c4077ca689de849a2" },
]
[[package]]
name = "pydantic"
version = "2.13.4"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "annotated-types" },
{ name = "pydantic-core" },
{ name = "typing-extensions" },
{ name = "typing-inspection" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic/pydantic-2.13.4.tar.gz", hash = "sha256:c40756b57adaa8b1efeeced5c196f3f3b7c435f90e84ea7f443901bec8099ef6" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic/pydantic-2.13.4-py3-none-any.whl", hash = "sha256:45a282cde31d808236fd7ea9d919b128653c8b38b393d1c4ab335c62924d9aba" },
]
[[package]]
name = "pydantic-core"
version = "2.46.4"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "typing-extensions" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4.tar.gz", hash = "sha256:62f875393d7f270851f20523dd2e29f082bcc82292d66db2b64ea71f64b6e1c1" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:0e96592440881c74a213e5ad528e2b24d3d4f940de2766bed9010ab1d9e51594" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e0d65b8c354be7fb5f720c3caa8bc940bc2d20ce749c8e06135f07f8ed95dd7c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7bfb192b3f4b9e8a89b6277b6ce787564f62cfd272055f6e685726b111dc7826" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9037063db01f09b09e237c282b6792bd4da634b5402c4e7f0c61effed7701a04" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fc010ab034c8c7452522748bf937df58020d256ccae0874463d1f4d01758af8e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8c5dac79fa1614d1e06ca695109c6105923bd9c7d1d6c918d4e637b7e6b32fd3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f9fa868638bf362d3d138ea55829cefb3d5f4b0d7f142234382a15e2485dbec4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-manylinux_2_31_riscv64.whl", hash = "sha256:17299feefe090f2caa5b8e37222bb5f663e4935a8bfa6931d4102e5df1a9f398" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4c63ebc82684aa89d9a3bcbd13d515b3be44250dc68dd3bd81526c1cb31286c3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:aaa2a54443eff1950ba5ddc6b6ccda0d9c84a364276a62f969bdf2a390650848" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:18e5ceec2ab67e6d5f1a9085e5a24c9c4e2ac4545730bfe668680bca05e555f3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:a0f62d0a58f4e7da165457e995725421e0064f2255d8eccebc49f41bbc23b109" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-win32.whl", hash = "sha256:041bde0a48fd37cf71cab1c9d56d3e8625a3793fef1f7dd232b3ff37e978ecda" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-win_amd64.whl", hash = "sha256:6f2eeda33a839975441c86a4119e1383c50b47faf0cbb5176985565c6bb02c33" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp311-cp311-win_arm64.whl", hash = "sha256:14f4c5d6db102bd796a627bbb3a17b4cf4574b9ae861d8b7c9a9661c6dd3362d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:3245406455a5d98187ec35530fd772b1d799b26667980872c8d4614991e2c4a2" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:962ccbab7b642487b1d8b7df90ef677e03134cf1fd8880bf698649b22a69371f" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8233f2947cf85404441fd7e0085f53b10c93e0ee78611099b5c7237e36aacbf7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3a233125ac121aa3ffba9a2b59edfc4a985a76092dc8279586ab4b71390875e7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5b712b53160b79a5850310b912a5ef8e57e56947c8ad690c227f5c9d7e561712" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9401557acd873c3a7f3eb9383edef8ac4968f9510e340f4808d427e75667e7b4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:926c9541b14b12b1681dca8a0b75feb510b06c6341b70a8e500c2fdcff837cce" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-manylinux_2_31_riscv64.whl", hash = "sha256:56cb4851bcaf3d117eddcef4fe66afd750a50274b0da8e22be256d10e5611987" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c68fcd102d71ea85c5b2dfac3f4f8476eff42a9e078fd5faefff6d145063536b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:b2f69dec1725e79a012d920df1707de5caf7ed5e08f3be4435e25803efc47458" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:8d0820e8192167f80d88d64038e609c31452eeca865b4e1d9950a27a4609b00b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:fbdb89b3e1c94a30cc5edfce477c6e6a5dc4d8f84665b455c27582f211a1c72c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-win32.whl", hash = "sha256:9aa768456404a8bf48a4406685ac2bec8e72b62c69313734fa3b73cf33b3a894" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-win_amd64.whl", hash = "sha256:e9c26f834c65f5752f3f06cb08cb86a913ceb7274d0db6e267808a708b46bc89" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp312-cp312-win_arm64.whl", hash = "sha256:4fc73cb559bdb54b1134a706a2802a4cddd27a0633f5abb7e53056268751ac6a" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:5d5902252db0d3cedf8d4a1bc68f70eeb430f7e4c7104c8c476753519b423008" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:c94f0688e7b8d0a67abf40e57a7eaaecd17cc9586706a31b76c031f63df052b4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f027324c56cd5406ca49c124b0db10e56c69064fec039acc571c29020cc87c76" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e739fee756ba1010f8bcccb534252e85a35fe45ae92c295a06059ce58b74ccd3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9d56801be94b86a9da183e5f3766e6310752b99ff647e38b09a9500d88e46e76" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2412e734dcb48da14d4e4006b82b46b74f2518b8a26ee7e58c6844a6cd6d03c4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9551187363ffc0de2a00b2e47c25aeaeb1020b69b668762966df15fc5659dd5a" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-manylinux_2_31_riscv64.whl", hash = "sha256:0186750b482eefa11d7f435892b09c5c606193ef3375bcf94aa00ae6bfb66262" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5855698a4856556d86e8e6cd8434bc3ac0314ee8e12089ae0e143f64c6256e4e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:cbaf13819775b7f769bf4a1f066cb6df7a28d4480081a589828ef190226881cd" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:633147d34cf4550417f12e2b1a0383973bdf5cdfde212cb09e9a581cf10820be" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:82cf5301172168103724d49a1444d3378cb20cdee30b116a1bd6031236298a5d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-win32.whl", hash = "sha256:9fa8ae11da9e2b3126c6426f147e0fba88d96d65921799bb30c6abd1cb2c97fb" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-win_amd64.whl", hash = "sha256:6b3ace8194b0e5204818c92802dcdca7fc6d88aabbb799d7c795540d9cd6d292" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp313-cp313-win_arm64.whl", hash = "sha256:184c081504d17f1c1066e430e117142b2c77d9448a97f7b65c6ac9fd9aee238d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:428e04521a40150c85216fc8b85e8d39fece235a9cf5e383761238c7fa9b96fb" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:23ace664830ee0bfe014a0c7bc248b1f7f25ed7ad103852c317624a1083af462" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ce5c1d2a8b27468f433ca974829c44060b8097eedc39933e3c206a90ee49c4a9" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7283d57845ecf5a163403eb0702dfc220cc4fbdd18919cb5ccea4f95ee1cdab4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8daafc69c93ee8a0204506a3b6b30f586ef54028f52aeeeb5c4cfc5184fd5914" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd2213145bcc2ba85884d0ac63d222fece9209678f77b9b4d76f054c561adb28" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7a5f930472650a82629163023e630d160863fce524c616f4e5186e5de9d9a49b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:c1b3f518abeca3aa13c712fd202306e145abf59a18b094a6bafb2d2bbf59192c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1a7dd0b3ee80d90150e3495a3a13ac34dbcbfd4f012996a6a1d8900e91b5c0fb" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:3fb702cd90b0446a3a1c5e470bfa0dd23c0233b676a9099ddcc964fa6ca13898" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:b8458003118a712e66286df6a707db01c52c0f52f7db8e4a38f0da1d3b94fc4e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:372429a130e469c9cd698925ce5fc50940b7a1336b0d82038e63d5bbc4edc519" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-win32.whl", hash = "sha256:85bb3611ff1802f3ee7fdd7dbff26b56f343fb432d57a4728fdd49b6ef35e2f4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-win_amd64.whl", hash = "sha256:811ff8e9c313ab425368bcbb36e5c4ebd7108c2bbf4e4089cfbb0b01eff63fac" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314-win_arm64.whl", hash = "sha256:bfec22eab3c8cc2ceec0248aec886624116dc079afa027ecc8ad4a7e62010f8a" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:af8244b2bef6aaad6d92cda81372de7f8c8d36c9f0c3ea36e827c60e7d9467a0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:5a4330cdbc57162e4b3aa303f588ba752257694c9c9be3e7ebb11b4aca659b5d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:29c61fc04a3d840155ff08e475a04809278972fe6aef51e2720554e96367e34b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c50f2528cf200c5eed56faf3f4e22fcd5f38c157a8b78576e6ba3168ec35f000" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0cbe8b01f948de4286c74cdd6c667aceb38f5c1e26f0693b3983d9d74887c65e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:617d7e2ca7dcb8c5cf6bcb8c59b8832c94b36196bbf1cbd1bfb56ed341905edd" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7027560ee92211647d0d34e3f7cd6f50da56399d26a9c8ad0da286d3869a53f3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:f99626688942fb746e545232e7726926f3be91b5975f8b55327665fafda991c7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fc3e9034a63de20e15e8ade85358bc6efc614008cab72898b4b4952bea0509ff" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:97e7cf2be5c77b7d1a9713a05605d49460d02c6078d38d8bef3cbe323c548424" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:3bf92c5d0e00fefaab325a4d27828fe6b6e2a21848686b5b60d2d9eeb09d76c6" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:3ecbc122d18468d06ca279dc26a8c2e2d5acb10943bb35e36ae92096dc3b5565" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-win32.whl", hash = "sha256:e846ae7835bf0703ae43f534ab79a867146dadd59dc9ca5c8b53d5c8f7c9ef02" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-win_amd64.whl", hash = "sha256:2108ba5c1c1eca18030634489dc544844144ee36357f2f9f780b93e7ddbb44b5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-cp314-cp314t-win_arm64.whl", hash = "sha256:4fcbe087dbc2068af7eda3aa87634eba216dbda64d1ae73c8684b621d33f6596" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-graalpy311-graalpy242_311_native-macosx_10_12_x86_64.whl", hash = "sha256:14d4edf427bdcf950a8a02d7cb44a08614388dd6e1bdcbf4f67504fa7887da9c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-graalpy311-graalpy242_311_native-macosx_11_0_arm64.whl", hash = "sha256:0ce40cd7b21210e99342afafbd4d0f76d784eb5b1d60f3bdc566be4983c6c73b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-graalpy311-graalpy242_311_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:90884113d8b48f760e9587002789ddd741e76ab9f89518cd1e43b1f1a52ec44b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-graalpy311-graalpy242_311_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66ce7632c22d837c95301830e111ad0128a32b8207533b60896a96c4915192ea" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-graalpy312-graalpy250_312_native-macosx_10_12_x86_64.whl", hash = "sha256:1d8ba486450b14f3b1d63bc521d410ec7565e52f887b9fb671791886436a42f7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-graalpy312-graalpy250_312_native-macosx_11_0_arm64.whl", hash = "sha256:3009f12e4e90b7f88b4f9adb1b0c4a3d58fe7820f3238c190047209d148026df" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-graalpy312-graalpy250_312_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ad785e92e6dc634c21555edc8bd6b64957ab844541bcb96a1366c202951ae526" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-graalpy312-graalpy250_312_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:00c603d540afdd6b80eb39f078f33ebd46211f02f33e34a32d9f053bba711de0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:0c563b08bca408dc7f65f700633d8442fffb2421fc47b8101377e9fd65051ff0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:db06ffe51636ffe9ca531fe9023dd64bdd794be8754cb5df57c5498ae5b518a7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:133878133d271ade3d41d1bfb2a45ec38dbdbda40bc065921c6b04e4630127e2" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9bc519fbf2b7578398853d815009ae5e4d4603d12f4e3f91da8c06852d3da3e9" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:c7a7bd4e39e8e4c12c39cd480356842b6a8a06e41b23a55a5e3e191718838ddf" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:d396ec2b979760aaf3218e76c24e65bd0aca24983298653b3a9d7a45f9e47b30" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:86e1a4418c6cd97d60c95c71164158eaf7324fae7b0923264016baa993eba6fc" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pydantic-core/pydantic_core-2.46.4-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:d51026d73fcfd93610abc7b27789c26b313920fcfb20e27462d74a7f8b06e983" },
]
[[package]]
name = "python-dotenv"
version = "1.2.2"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/python-dotenv/python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/python-dotenv/python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a" },
]
[[package]]
name = "pyyaml"
version = "6.0.3"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3.tar.gz", hash = "sha256:d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:44edc647873928551a01e7a563d7452ccdebee747728c1080d881d68af7b997e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:652cb6edd41e718550aad172851962662ff2681490a8a711af6a4d288dd96824" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:10892704fc220243f5305762e276552a0395f7beb4dbf9b14ec8fd43b57f126c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:850774a7879607d3a6f50d36d04f00ee69e7fc816450e5f7e58d7f17f1ae5c00" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b8bb0864c5a28024fac8a632c443c87c5aa6f215c0b126c449ae1a150412f31d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1d37d57ad971609cf3c53ba6a7e365e40660e3be0e5175fa9f2365a379d6095a" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:37503bfbfc9d2c40b344d06b2199cf0e96e97957ab1c1b546fd4f87e53e5d3e4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp311-cp311-win32.whl", hash = "sha256:8098f252adfa6c80ab48096053f512f2321f0b998f98150cea9bd23d83e1467b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:9f3bfb4965eb874431221a3ff3fdcddc7e74e3b07799e0e84ca4a0f867d449bf" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7f047e29dcae44602496db43be01ad42fc6f1cc0d8cd6c83d342306c32270196" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fc09d0aa354569bc501d4e787133afc08552722d3ab34836a80547331bb5d4a0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9149cad251584d5fb4981be1ecde53a1ca46c891a79788c0df828d2f166bda28" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5fdec68f91a0c6739b380c83b951e2c72ac0197ace422360e6d5a959d8d97b2c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ba1cc08a7ccde2d2ec775841541641e4548226580ab850948cbfda66a1befcdc" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8dc52c23056b9ddd46818a57b78404882310fb473d63f17b07d5c40421e47f8e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:41715c910c881bc081f1e8872880d3c650acf13dfa8214bad49ed4cede7c34ea" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp312-cp312-win32.whl", hash = "sha256:96b533f0e99f6579b3d4d4995707cf36df9100d67e0c8303a0c55b27b5f99bc5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:5fcd34e47f6e0b794d17de1b4ff496c00986e1c83f7ab2fb8fcfe9616ff7477b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:64386e5e707d03a7e172c0701abfb7e10f0fb753ee1d773128192742712a98fd" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8da9669d359f02c0b91ccc01cac4a67f16afec0dac22c2ad09f46bee0697eba8" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2283a07e2c21a2aa78d9c4442724ec1eb15f5e42a723b99cb3d822d48f5f7ad1" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ee2922902c45ae8ccada2c5b501ab86c36525b883eff4255313a253a3160861c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a33284e20b78bd4a18c8c2282d549d10bc8408a2a7ff57653c0cf0b9be0afce5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0f29edc409a6392443abf94b9cf89ce99889a1dd5376d94316ae5145dfedd5d6" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f7057c9a337546edc7973c0d3ba84ddcdf0daa14533c2065749c9075001090e6" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:eda16858a3cab07b80edaf74336ece1f986ba330fdb8ee0d6c0d68fe82bc96be" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp313-cp313-win32.whl", hash = "sha256:d0eae10f8159e8fdad514efdc92d74fd8d682c933a6dd088030f3834bc8e6b26" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:79005a0d97d5ddabfeeea4cf676af11e647e41d81c9a7722a193022accdb6b7c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:5498cd1645aa724a7c71c8f378eb29ebe23da2fc0d7a08071d89469bf1d2defb" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8d1fab6bb153a416f9aeb4b8763bc0f22a5586065f86f7664fc23339fc1c1fac" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:34d5fcd24b8445fadc33f9cf348c1047101756fd760b4dacb5c3e99755703310" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:501a031947e3a9025ed4405a168e6ef5ae3126c59f90ce0cd6f2bfc477be31b7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b3bc83488de33889877a0f2543ade9f70c67d66d9ebb4ac959502e12de895788" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c458b6d084f9b935061bc36216e8a69a7e293a2f1e68bf956dcd9e6cbcd143f5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7c6610def4f163542a622a73fb39f534f8c101d690126992300bf3207eab9764" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5190d403f121660ce8d1d2c1bb2ef1bd05b5f68533fc5c2ea899bd15f4399b35" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:4a2e8cebe2ff6ab7d1050ecd59c25d4c8bd7e6f400f5f82b96557ac0abafd0ac" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:93dda82c9c22deb0a405ea4dc5f2d0cda384168e466364dec6255b293923b2f3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:02893d100e99e03eda1c8fd5c441d8c60103fd175728e23e431db1b589cf5ab3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c1ff362665ae507275af2853520967820d9124984e0f7466736aea23d8611fba" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6adc77889b628398debc7b65c073bcb99c4a0237b248cacaf3fe8a557563ef6c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a80cb027f6b349846a3bf6d73b5e95e782175e52f22108cfa17876aaeff93702" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:00c4bdeba853cc34e7dd471f16b4114f4162dc03e6b7afcc2128711f0eca823c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e1674c3ef6f541c35191caae2d429b967b99e02040f5ba928632d9a7f0f065" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:16249ee61e95f858e83976573de0f5b2893b3677ba71c9dd36b9cf8be9ac6d65" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4ad1906908f2f5ae4e5a8ddfce73c320c2a1429ec52eafd27138b7f1cbe341c9" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/pyyaml/pyyaml-6.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:ebc55a14a21cb14062aa4162f906cd962b28e2e9ea38f9b4391244cd8de4ae0b" },
]
[[package]]
name = "starlette"
version = "1.2.1"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "anyio" },
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/starlette/starlette-1.2.1.tar.gz", hash = "sha256:9b9b5ebb992e67d6093741e63c2f59e4f6fff986f81163c087867bd7b924b3f6" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/starlette/starlette-1.2.1-py3-none-any.whl", hash = "sha256:4de0082d08c8f6764a85a54cf1120d6939507a19905c7768acad2a9f875d2b89" },
]
[[package]]
name = "typing-extensions"
version = "4.15.0"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/typing-extensions/typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/typing-extensions/typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548" },
]
[[package]]
name = "typing-inspection"
version = "0.4.2"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "typing-extensions" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/typing-inspection/typing_inspection-0.4.2.tar.gz", hash = "sha256:ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/typing-inspection/typing_inspection-0.4.2-py3-none-any.whl", hash = "sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7" },
]
[[package]]
name = "uvicorn"
version = "0.49.0"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "click" },
{ name = "h11" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvicorn/uvicorn-0.49.0.tar.gz", hash = "sha256:ebf4271aa580d9de97f93192d4595176df6e91f9aae919ca73e4fc07df1e66a3" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvicorn/uvicorn-0.49.0-py3-none-any.whl", hash = "sha256:ba3d14c3ee7e41c6c654c46c9eb489d33213cdd30aa1696eab1374337c13f68f" },
]
[package.optional-dependencies]
standard = [
{ name = "colorama", marker = "sys_platform == 'win32'" },
{ name = "httptools" },
{ name = "python-dotenv" },
{ name = "pyyaml" },
{ name = "uvloop", marker = "platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'" },
{ name = "watchfiles" },
{ name = "websockets" },
]
[[package]]
name = "uvloop"
version = "0.22.1"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1.tar.gz", hash = "sha256:6c84bae345b9147082b17371e3dd5d42775bddce91f885499017f4607fdaf39f" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:c60ebcd36f7b240b30788554b6f0782454826a0ed765d8430652621b5de674b9" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3b7f102bf3cb1995cfeaee9321105e8f5da76fdb104cdad8986f85461a1b7b77" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:53c85520781d84a4b8b230e24a5af5b0778efdb39142b424990ff1ef7c48ba21" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:56a2d1fae65fd82197cb8c53c367310b3eabe1bbb9fb5a04d28e3e3520e4f702" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:40631b049d5972c6755b06d0bfe8233b1bd9a8a6392d9d1c45c10b6f9e9b2733" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:535cc37b3a04f6cd2c1ef65fa1d370c9a35b6695df735fcff5427323f2cd5473" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:fe94b4564e865d968414598eea1a6de60adba0c040ba4ed05ac1300de402cd42" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:51eb9bd88391483410daad430813d982010f9c9c89512321f5b60e2cddbdddd6" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:700e674a166ca5778255e0e1dc4e9d79ab2acc57b9171b79e65feba7184b3370" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7b5b1ac819a3f946d3b2ee07f09149578ae76066d70b44df3fa990add49a82e4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e047cc068570bac9866237739607d1313b9253c3051ad84738cbb095be0537b2" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:512fec6815e2dd45161054592441ef76c830eddaad55c8aa30952e6fe1ed07c0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:561577354eb94200d75aca23fbde86ee11be36b00e52a4eaf8f50fb0c86b7705" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:1cdf5192ab3e674ca26da2eada35b288d2fa49fdd0f357a19f0e7c4e7d5077c8" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6e2ea3d6190a2968f4a14a23019d3b16870dd2190cd69c8180f7c632d21de68d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0530a5fbad9c9e4ee3f2b33b148c6a64d47bbad8000ea63704fa8260f4cf728e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:bc5ef13bbc10b5335792360623cc378d52d7e62c2de64660616478c32cd0598e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:1f38ec5e3f18c8a10ded09742f7fb8de0108796eb673f30ce7762ce1b8550cad" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:3879b88423ec7e97cd4eba2a443aa26ed4e59b45e6b76aabf13fe2f27023a142" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:4baa86acedf1d62115c1dc6ad1e17134476688f08c6efd8a2ab076e815665c74" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:297c27d8003520596236bdb2335e6b3f649480bd09e00d1e3a99144b691d2a35" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c1955d5a1dd43198244d47664a5858082a3239766a839b2102a269aaff7a4e25" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:b31dc2fccbd42adc73bc4e7cdbae4fc5086cf378979e53ca5d0301838c5682c6" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:93f617675b2d03af4e72a5333ef89450dfaa5321303ede6e67ba9c9d26878079" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:37554f70528f60cad66945b885eb01f1bb514f132d92b6eeed1c90fd54ed6289" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:b76324e2dc033a0b2f435f33eb88ff9913c156ef78e153fb210e03c13da746b3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:badb4d8e58ee08dad957002027830d5c3b06aea446a6a3744483c2b3b745345c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b91328c72635f6f9e0282e4a57da7470c7350ab1c9f48546c0f2866205349d21" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:daf620c2995d193449393d6c62131b3fbd40a63bf7b307a1527856ace637fe88" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/uvloop/uvloop-0.22.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6cde23eeda1a25c75b2e07d39970f3374105d5eafbaab2a4482be82f272d5a5e" },
]
[[package]]
name = "watchfiles"
version = "1.2.0"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
dependencies = [
{ name = "anyio" },
]
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0.tar.gz", hash = "sha256:c995fba777f1ea992f090f9236e9284cf7a5d1a0130dd5a3d82c598cacd76838" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:704fd259e332e01f9b9c178f4bce9e49027e5587cc2600eeeaf8e76e1c846201" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6543cf55d170003296d185c0af981f3e1311564907e1f4e08671fc7693a890a5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:89d8c2394a065ca86f5d2910ff263ae67c127e1376ccc4f9fc35c71db879f80a" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:772b80df316480d894a0e3165fdd19cf77f5d17f9a787f94029465ad0e3529d1" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d158cd89df6053823533e06fb1d73c549133bff5f0396170c0e53d9559340717" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d516b3283a758e087841aedb8031549fb41ced08f3db10aa6d2bf32dc042525b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:53b2290c92e0506d102cd448fbc610d87079553f86caa39d67440856a8b8bba5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a711b51aec4370d0dcda5b6c09463206f133a5759341d7744b953a7b62e1100e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-manylinux_2_31_riscv64.whl", hash = "sha256:e2ca07fa7d89195ec0865d3d285666286740bfa83d83e5cee204043a31ecc165" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e0618518f282c4ebff60f5e5b1247b6d91bb8b9f4476947563a1e74acc66f3c6" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0d191c054d0715c3c95c99df9b8dbf6fd096d8c1e021e8f212e1bd8bc444ccb5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-win32.whl", hash = "sha256:9342472aff9b093c5acd4f6d8f70ae0937964ab56542502bcf5579782da69ae8" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:dbd6c97045dad81227c8d040173da044c1de08de64a5ea8b555da4aee1d5fa22" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp311-cp311-win_arm64.whl", hash = "sha256:57a2d9fa4fb4c2ecae57b13dfff2c7ab53e21a2ba674fe9f05506680fcdcc0d7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:bc13eb17538be00c874699dc0abe4ee2bc8d50bb1166a6b9e175ef3fd7eb8f26" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2d95ddc1eb6914154253d239089900813f6a767e174b8e6a50e7fdacb7e4236c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8f70d8b291ef6e88d19b1f297a6905ddb978888d9272b0d05e6f53309856bcfc" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:56d8641cf834c2836922899105bd3ce3d0dfc69291d52edf0b4d0436829b34c0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2581a94056e55d7d0a31a823ea92bf73749c489ca2285bfdc0fbe6b2bb49d50c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:41bc1199f7523b3f82843c88cbb979180c949caef0342cf90968f178e5d49b01" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7571e4464cb6e434958f867f7f730b8ab0b75e3f8e5eac0499168486ab3c33a8" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e53a384f76b631c3ae5334ce6a52f0baa3a911eb94a4eac7f160079868b716d5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-manylinux_2_31_riscv64.whl", hash = "sha256:d20029a60a71a052a24c4db7673bc4de39ab89adbaccbfb5d67987c5d73f424d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:2cb93af48550faf1cea04c303107c8b75833de7013e57ce27d3b8d21d8d0f58c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2995c176de7692b86a2e4c58d9ec718f753150a979cb4a754e2b4ffa38e70906" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-win32.whl", hash = "sha256:7a2cffd17d27d2ecbb310c2b1d8174f222a5495b1a721894afa88ec11e25b898" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-win_amd64.whl", hash = "sha256:f155b3a1b2a5fc89cdc70d47ee5d54e3b75e88efa34982028a35daef9ba00379" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp312-cp312-win_arm64.whl", hash = "sha256:8fa585ede612ee9f9e91b18bebf9ba11b9ae29a4e3a0d0cf6fca3e382133f0d5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:01ea8d66f0693b9b60a6541c8d10263091ca9a9060d242f3c1f3143f9aad2c98" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:7ba0480b9a74af058f43b337e937a451e109295c420916d68ad24e3dc02f5e44" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4f34e26a19f91f710c08e0183429f0d1d15df734e6bc78c31e77b9ea9c433658" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b4e77f6a55f858504069abd35d336a637555c09bca453dde1ee1e5ada8a6a1fb" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0cb4d80e212f116474a545c21c912b445f16bb0cef9e6a73a498164223e14e2f" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b974946a10af379d425e2eef5b62f5c6ebeaccf91d45eaad6f5b27ecd4f91aa0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:86bc13c25a8d1fcd70b51d0ce7c9b65e90de5666fcbfd3e34957cc73ee19aeb5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca148d73dea36c9763aaa351e4d7a51780ec1584217c45276f4fe8239c768b71" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-manylinux_2_31_riscv64.whl", hash = "sha256:c525543d91961c6955b2636b308569e84a1d1c5f5f2932041ab9ef46422f43e3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:a204794696ffb8f9b10fba6f7cb5216d42f3b2b71860ccac6b6e42f5f10973b0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:10d86db20695afe7997ac9e1717637d6714a8d0220458c33f3d2061f54cec427" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-win32.whl", hash = "sha256:eb283ee99e21ad6443c8cdb06ac5b34b1308c329cbdf03fa02b445363714c799" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-win_amd64.whl", hash = "sha256:a0f27f01bee51861392bb6b7c4fdb290b27d1eb194e9e28788d68102a0e898d9" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313-win_arm64.whl", hash = "sha256:3651aa7058595e9cfb75d35dd5ada2bf9f48a5b8a0f3562821d3e210c507e077" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:faea288b6f0ab1902ef08f4ca6de005dccf856c4e0c4f21b8c5fce02d90a1b08" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:01859b11fd9fbca670f4d5da00fbac282cfea9bd67a2125d8b2833a3b5617ea9" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fff610d7bb2256a317bb1e96f0d7862c7aa8076733ee5df0fd41bbe76a24a4f4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b141a4891c995a039cd89e9a49e62df1dc8a559a5d1a6e4c7106d16c12777a55" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f22943b7770483f6ea0721c6b11d022947a98eb0acae14694de034f4d0d38925" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1bc6195825b7dcd217968bb1f801a60fd4c16e8eeab5bedc7fe917d7d5995ab4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d4a4b147f5dca2a5d325a06a832fb43f345751adfbc63204aec30e0d9ca965a2" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4543579a9bdb0c9560039b4ffddbdb39545707659fbc430ce4c10f3f68d557f9" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-manylinux_2_31_riscv64.whl", hash = "sha256:20aa0e708b920bde876a4aa82dc7dd6ebea228a63a67cda6632c2fc87b787efa" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:d413349d565dab74297f2a63e84a097936be69bf8f3b3801f27f380e32040f44" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:f28b2725eb8cce327b9b3ab02415c853011dc55c95832fe90de6bc56f5315f72" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:b8c8358484d5fa12ef34f05b7f4168eaf1932f408725ff6d023c33ec17bd79d4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9f04b092229ad2c50126dd3c922c8822e51e605993764a33058d4a791ab42281" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7a7ce236284f002a156f70add88efe5c70879cccbb658be0822c54b1306fc09d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b9909cc2b48468b575eefa944919e1fe8a36c5849d5c7c168f80a8c1db69398e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a37faaed405c67e28e6be45a1fa4f206ef5a2860f27c237db9fa30704c38242" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9649193aa27bd9ff2e80ff29bfaa93085496c7a3a377592823cc58b77ee88add" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4e4ff8e37f99cf1da89e255e07c9c4b37c214038c4283707bdec308cb1b0ea1f" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:054dc20fd2e3132b4c3883b4a00d72fd6e1f56fdaf89fccd12e8057d74cd74d7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:e140ed30ebde76796b686e67c182cff10ea2fbab186fafd1560f74bb5a473a6e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:bb7e52ecf68ba46d22df23467b87cffeb2146908aa523ebfe803019618cfda06" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:23282a321c8baf9b3a3c4afff673f9fe65eb7fdc2338d765ccad9d3d1916a5ba" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-win32.whl", hash = "sha256:c0db965c5f79aa49fe672d297cf1febc5ad149b658594944f49a54a2b96270a7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-win_amd64.whl", hash = "sha256:71283b39fd17e5408eb123bd37aeecfd9d54c81fc184421943208aadb879d103" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314-win_arm64.whl", hash = "sha256:c5c19526f4e54a00f2666a6c0e9e40d582c09e865055ea7378bf0009aab857b3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:d73a585accffa5ae39c17264c36ec3166d2fad7000c780f5ef83b2722afb9dd2" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:ae99b14c5f21e026e0e9d96f40e07d8570ebee6cafd9d8fc318354606daa7a28" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4429f3b105524a10b72c3a819b091c495d2811d419c1e1e8df773a5a5974f831" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:43d818978d06062d9b22c4fab2ebe44cf5213d42dc8e62bda8c2760cfa2eeb33" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b9f732dc58b2dbe69e464ccf8fff7a03b0dd0be439da4c0720d3558527d3d6b4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8f200104103feb097de4cab8fe4f5dd18a2026934c7dea98c55a2f5fd6d5a33b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:63ac26eefbf4af1741247d6fb68b11c49a25b2f7413fbd318a83a12aaa9cf666" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c4997d4e4a55f0d02b6cde327322daf3a0400e5df6c6b15948994bf72497925" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:4c887eba18b7945ac73067a8b4a66f21cd46c2539b2bc68588f7be6c7eb6d26b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:3416ff151bb6b5a8d8d11664974fbef4d9305b9b2957839ab5a270468fd8df30" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:0e831a271c035d89789cffc386b6aa1375f39f1cd25eb7ca0997e4970d152fc5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-macosx_10_12_x86_64.whl", hash = "sha256:37a6721cdf3f65dbb13aa9503510ccb4451603ac837e44d265d7992a597e1374" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-macosx_11_0_arm64.whl", hash = "sha256:2b37d10b5a63bd4d87e18472d80fa525bd670586fae62e5dd580452764879b65" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0a105bc2283f67e8fbec74253ec2d94925de92ed72c0393f1206bf326b7b7b69" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5327989a465505f05cfe06f04fa9d0c2fd5432bb243e10e6f012b1bdca3c8579" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ecb47f183a8025b2aa18b546725c3657e542112ae9c0613a2af79b4fa8d04ad7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8520a4ab0e37f770afc34459c4f8f7019e153f9124dc101c15538365875d1ab2" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:71cd71740ed2c15211ebb237ced4e39a1cdf6f80566e5fe95428da1626f4fde6" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f88af53d6ddaf72179ef613ddc905e6f4785f712b49b80b3bef9f3525e6194b4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-manylinux_2_31_riscv64.whl", hash = "sha256:cee9d5efd929efdac5f7e58f72b3376f676b64050a91c5b99a7094c5b2317488" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-musllinux_1_1_aarch64.whl", hash = "sha256:b718bf356bbc15e559bd8ef41782b573b8ae0e3f177ab244b440568d7ea02cfb" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-cp315-cp315-musllinux_1_1_x86_64.whl", hash = "sha256:922c0e019fe68b3ae392965a766b02a71ba1168c932cebc3733cd52c5fe5b377" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:4674d49eb94706dfe666c069fc0a1b646ffcf920473492e209f6d5f60d3f0cc2" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:094b9b70103d4e963499bdea001ee3c2697b144cd9ae6218a62c0f89ec9e31db" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b0ef001f8c25ad0fa9529f914c1600647ecd0f542d11c19b7894768c67b6acb7" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/watchfiles/watchfiles-1.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a88fc94e647bc4eec523f1caa540258eb71d14278b9daf72fa1e2658a98df0f0" },
]
[[package]]
name = "websockets"
version = "16.0"
source = { registry = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/simple/" }
sdist = { url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0.tar.gz", hash = "sha256:5f6261a5e56e8d5c42a4497b364ea24d94d9563e8fbd44e78ac40879c60179b5" }
wheels = [
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:31a52addea25187bde0797a97d6fc3d2f92b6f72a9370792d65a6e84615ac8a8" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:417b28978cdccab24f46400586d128366313e8a96312e4b9362a4af504f3bbad" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:af80d74d4edfa3cb9ed973a0a5ba2b2a549371f8a741e0800cb07becdd20f23d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:08d7af67b64d29823fed316505a89b86705f2b7981c07848fb5e3ea3020c1abe" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7be95cfb0a4dae143eaed2bcba8ac23f4892d8971311f1b06f3c6b78952ee70b" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d6297ce39ce5c2e6feb13c1a996a2ded3b6832155fcfc920265c76f24c7cceb5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:1c1b30e4f497b0b354057f3467f56244c603a79c0d1dafce1d16c283c25f6e64" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp311-cp311-win32.whl", hash = "sha256:5f451484aeb5cafee1ccf789b1b66f535409d038c56966d6101740c1614b86c6" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp311-cp311-win_amd64.whl", hash = "sha256:8d7f0659570eefb578dacde98e24fb60af35350193e4f56e11190787bee77dac" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:71c989cbf3254fbd5e84d3bff31e4da39c43f884e64f2551d14bb3c186230f00" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:8b6e209ffee39ff1b6d0fa7bfef6de950c60dfb91b8fcead17da4ee539121a79" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:86890e837d61574c92a97496d590968b23c2ef0aeb8a9bc9421d174cd378ae39" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:9b5aca38b67492ef518a8ab76851862488a478602229112c4b0d58d63a7a4d5c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e0334872c0a37b606418ac52f6ab9cfd17317ac26365f7f65e203e2d0d0d359f" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a0b31e0b424cc6b5a04b8838bbaec1688834b2383256688cf47eb97412531da1" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:485c49116d0af10ac698623c513c1cc01c9446c058a4e61e3bf6c19dff7335a2" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp312-cp312-win32.whl", hash = "sha256:eaded469f5e5b7294e2bdca0ab06becb6756ea86894a47806456089298813c89" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp312-cp312-win_amd64.whl", hash = "sha256:5569417dc80977fc8c2d43a86f78e0a5a22fee17565d78621b6bb264a115d4ea" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:878b336ac47938b474c8f982ac2f7266a540adc3fa4ad74ae96fea9823a02cc9" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:52a0fec0e6c8d9a784c2c78276a48a2bdf099e4ccc2a4cad53b27718dbfd0230" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:e6578ed5b6981005df1860a56e3617f14a6c307e6a71b4fff8c48fdc50f3ed2c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:95724e638f0f9c350bb1c2b0a7ad0e83d9cc0c9259f3ea94e40d7b02a2179ae5" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c0204dc62a89dc9d50d682412c10b3542d748260d743500a85c13cd1ee4bde82" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:52ac480f44d32970d66763115edea932f1c5b1312de36df06d6b219f6741eed8" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6e5a82b677f8f6f59e8dfc34ec06ca6b5b48bc4fcda346acd093694cc2c24d8f" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp313-cp313-win32.whl", hash = "sha256:abf050a199613f64c886ea10f38b47770a65154dc37181bfaff70c160f45315a" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp313-cp313-win_amd64.whl", hash = "sha256:3425ac5cf448801335d6fdc7ae1eb22072055417a96cc6b31b3861f455fbc156" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:8cc451a50f2aee53042ac52d2d053d08bf89bcb31ae799cb4487587661c038a0" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:daa3b6ff70a9241cf6c7fc9e949d41232d9d7d26fd3522b1ad2b4d62487e9904" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:fd3cb4adb94a2a6e2b7c0d8d05cb94e6f1c81a0cf9dc2694fb65c7e8d94c42e4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:781caf5e8eee67f663126490c2f96f40906594cb86b408a703630f95550a8c3e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:caab51a72c51973ca21fa8a18bd8165e1a0183f1ac7066a182ff27107b71e1a4" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:19c4dc84098e523fd63711e563077d39e90ec6702aff4b5d9e344a60cb3c0cb1" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:a5e18a238a2b2249c9a9235466b90e96ae4795672598a58772dd806edc7ac6d3" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314-win32.whl", hash = "sha256:a069d734c4a043182729edd3e9f247c3b2a4035415a9172fd0f1b71658a320a8" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314-win_amd64.whl", hash = "sha256:c0ee0e63f23914732c6d7e0cce24915c48f3f1512ec1d079ed01fc629dab269d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:a35539cacc3febb22b8f4d4a99cc79b104226a756aa7400adc722e83b0d03244" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:b784ca5de850f4ce93ec85d3269d24d4c82f22b7212023c974c401d4980ebc5e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:569d01a4e7fba956c5ae4fc988f0d4e187900f5497ce46339c996dbf24f17641" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:50f23cdd8343b984957e4077839841146f67a3d31ab0d00e6b824e74c5b2f6e8" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:152284a83a00c59b759697b7f9e9cddf4e3c7861dd0d964b472b70f78f89e80e" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:bc59589ab64b0022385f429b94697348a6a234e8ce22544e3681b2e9331b5944" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:32da954ffa2814258030e5a57bc73a3635463238e797c7375dc8091327434206" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314t-win32.whl", hash = "sha256:5a4b4cc550cb665dd8a47f868c8d04c8230f857363ad3c9caf7a0c3bf8c61ca6" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-cp314-cp314t-win_amd64.whl", hash = "sha256:b14dc141ed6d2dde437cddb216004bcac6a1df0935d79656387bd41632ba0bbd" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:349f83cd6c9a415428ee1005cadb5c2c56f4389bc06a9af16103c3bc3dcc8b7d" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:4a1aba3340a8dca8db6eb5a7986157f52eb9e436b74813764241981ca4888f03" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:f4a32d1bd841d4bcbffdcb3d2ce50c09c3909fbead375ab28d0181af89fd04da" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0298d07ee155e2e9fda5be8a9042200dd2e3bb0b8a38482156576f863a9d457c" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:a653aea902e0324b52f1613332ddf50b00c06fdaf7e92624fbf8c77c78fa5767" },
{ url = "https://europe-west1-python.pkg.dev/prj-dex-prd-artifacts-hub/dexter-python-main/websockets/websockets-16.0-py3-none-any.whl", hash = "sha256:1637db62fad1dc833276dded54215f2c7fa46912301a24bd94d45d46a011ceec" },
]