From 8f1b004840ac11d32f22f616811ffa2854a59b81 Mon Sep 17 00:00:00 2001 From: Devin Matte Date: Mon, 6 May 2024 19:25:44 -0400 Subject: [PATCH] Allow deploying to lambda --- devops/helpers.sh | 16 ++- poetry.lock | 321 ++++++++++++++++++++++++++++------------------ pyproject.toml | 5 +- 3 files changed, 212 insertions(+), 130 deletions(-) diff --git a/devops/helpers.sh b/devops/helpers.sh index 2304be3..dcab4da 100644 --- a/devops/helpers.sh +++ b/devops/helpers.sh @@ -10,16 +10,22 @@ function shrink { zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/numpy*/tests/**/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/pandas*/tests/**/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/pyarrow*/tests/**/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/sqlalchemy*/testing/**/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/tzdata/zoneinfo/Africa/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/tzdata/zoneinfo/Asia/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/tzdata/zoneinfo/Atlantic/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/tzdata/zoneinfo/Arctic/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/tzdata/zoneinfo/Brazil/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/tzdata/zoneinfo/Chile/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/tzdata/zoneinfo/Indian/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/tzdata/zoneinfo/Mexico/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/examples/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/a*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/b*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/co*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/ch*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/cu*/* - zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/da*/* - zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/di*/* - zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/do*/* - zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/de*/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/d*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/e*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/f*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/g*/* @@ -37,6 +43,8 @@ function shrink { zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/sa*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/se*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/ss*/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/st*/* + zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/su*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/t*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/u*/* zip -d -qq cfn/layer-deployment.zip python/lib/**/site-packages/boto*/data/v*/* diff --git a/poetry.lock b/poetry.lock index 4b3db01..33fdbd0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -92,17 +92,17 @@ wcwidth = ">=0.1.4" [[package]] name = "boto3" -version = "1.34.97" +version = "1.34.99" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.97-py3-none-any.whl", hash = "sha256:6c8125310005255ea998bccc3e8353b4df81a96ab105c89c118461f6c54c07c8"}, - {file = "boto3-1.34.97.tar.gz", hash = "sha256:60e5dda0b29805fb410bfda1d98e898edaebedac0e6983e9c57cb88e44dfa64e"}, + {file = "boto3-1.34.99-py3-none-any.whl", hash = "sha256:b54084d000483b578757df03ce39a819fbba47071c9aa98611beb8806bcecd45"}, + {file = "boto3-1.34.99.tar.gz", hash = "sha256:6f600b3fe0bda53476395c902d9af5a47294c93ec52a9cdc2b926a9dc705ce79"}, ] [package.dependencies] -botocore = ">=1.34.97,<1.35.0" +botocore = ">=1.34.99,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -111,13 +111,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.97" +version = "1.34.99" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.97-py3-none-any.whl", hash = "sha256:c98b1272e377c69e167cc68c0f2c9c79bc7a6098775eecdad41ee5a28de69324"}, - {file = "botocore-1.34.97.tar.gz", hash = "sha256:e421b592add68547ed141643c8a8b4aa819a07059b85efd72e89b6758c956420"}, + {file = "botocore-1.34.99-py3-none-any.whl", hash = "sha256:18c68bdeb0ffb73290912b0c96204fc36d3128f00a00b5cdc35ac34d66225f1c"}, + {file = "botocore-1.34.99.tar.gz", hash = "sha256:cafe569e2136cb33cb0e5dd32fb1c0e1503ddc1413d3be215df8ddf05e69137a"}, ] [package.dependencies] @@ -340,23 +340,24 @@ requests = ">=2.6.0" [[package]] name = "datadog-lambda" -version = "5.92.0" +version = "5.94.0" description = "The Datadog AWS Lambda Library" optional = false python-versions = "<4,>=3.8.0" files = [ - {file = "datadog_lambda-5.92.0-py3-none-any.whl", hash = "sha256:1272781932d3f93dbf822872af09f13043a242b0f0aad01e54593e1cb762ff5a"}, - {file = "datadog_lambda-5.92.0.tar.gz", hash = "sha256:24307abb921d2a27c11e570ef6846c9eeed904b477abb574f0bc461764efe434"}, + {file = "datadog_lambda-5.94.0-py3-none-any.whl", hash = "sha256:de8e9a40b4dbee3314bfc1c2c91d071691a78e324a041dcb07bf52754ead3e10"}, + {file = "datadog_lambda-5.94.0.tar.gz", hash = "sha256:2005c09351f0c10da63fd29d1f43d035c4c5c6a71492416817741536a6e45896"}, ] [package.dependencies] datadog = ">=0.41.0,<1.0.0" ddtrace = ">=2.7.2" +ujson = ">=5.9.0" urllib3 = {version = "<2.1.0", markers = "python_version >= \"3.11\""} wrapt = ">=1.11.2,<2.0.0" [package.extras] -dev = ["boto3 (>=1.28.0,<2.0.0)", "flake8 (>=5.0.4,<6.0.0)", "pytest (>=8.0.0,<9.0.0)", "requests (>=2.22.0,<3.0.0)"] +dev = ["boto3 (>=1.28.0,<2.0.0)", "flake8 (>=5.0.4,<6.0.0)", "pytest (>=8.0.0,<9.0.0)", "pytest-benchmark (>=4.0,<5.0)", "requests (>=2.22.0,<3.0.0)"] [[package]] name = "ddsketch" @@ -377,71 +378,71 @@ serialization = ["protobuf (>=3.0.0)"] [[package]] name = "ddtrace" -version = "2.8.1" +version = "2.8.3" description = "Datadog APM client library" optional = false python-versions = ">=3.7" files = [ - {file = "ddtrace-2.8.1-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:2015e09b51add38f7abb2a69df42b170d4cb9b68d0088cf0845a827c8a115e16"}, - {file = "ddtrace-2.8.1-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:f3fc85e829cae4193ad29fe9d96e29c287afa59733d0d0ccca3131aeb4545b7c"}, - {file = "ddtrace-2.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b33c845ace4b861b58d97424b9ca393287b2dd5b56e1bc89440d96a5d4b2cddf"}, - {file = "ddtrace-2.8.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7a2f73a780b1bdd00c501accb488f4abae349d103652e45b6be1952b64cf32ea"}, - {file = "ddtrace-2.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a4c0fa5844071954a278f47d68ce1640a834ecbb9f015a2a25cd211b83795310"}, - {file = "ddtrace-2.8.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:3c20d4a2ce34937f61edc59c60d8493896834b8d420711390985ebc89d27979e"}, - {file = "ddtrace-2.8.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6b94493a17c0c9fa29765f5bfe9a928ff986f72459f14fa0ed5ba0309d38c779"}, - {file = "ddtrace-2.8.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ac9af2dfb4c0ea7aeae01e8de8dbf12507e05e70b298d81668db8bb071b81608"}, - {file = "ddtrace-2.8.1-cp310-cp310-win32.whl", hash = "sha256:e04c5aa62c790ddda3e8c3ea9ddc70f08ec766e7c733df986cffaba4267b6371"}, - {file = "ddtrace-2.8.1-cp310-cp310-win_amd64.whl", hash = "sha256:2e679be0bf89c9660c8da787e2d94e1d3de0bebcbaaa608b03071e0fb154690f"}, - {file = "ddtrace-2.8.1-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:8bbcc07734c44c2f03d1c19149b3ed06b7f9805e236be19b05f73153aecb4139"}, - {file = "ddtrace-2.8.1-cp311-cp311-macosx_11_0_x86_64.whl", hash = "sha256:a5018322a2d91e1cf78161308e1f9cb675a9a804b109395c6777962fa5b2e5ad"}, - {file = "ddtrace-2.8.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1293724f634f1b1f0f8f5b7eb4b92744d2b4765ade712514fc7b9bb9b74bff86"}, - {file = "ddtrace-2.8.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c8722cbfe47e1c0917dc71b7297d3e96279c2f935fc26b07ecd33d9cedf45eb2"}, - {file = "ddtrace-2.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d430a9ba718c7758e0cc633bfbc1a0ac9eefc45edec68cdbc8a5cc6d56a64590"}, - {file = "ddtrace-2.8.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:fc9abf38fa0b4660e8c820aca5dc523dca270959593c699ea67f20377a205f5b"}, - {file = "ddtrace-2.8.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:29636b1c27fc4d8cba38e7f38f712d2c253781081bd9e1d13de083aff0e252f3"}, - {file = "ddtrace-2.8.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:b0417680edeb7746e4bbc28a85f513ed72422d678384a09a36640cc21bdeb9a0"}, - {file = "ddtrace-2.8.1-cp311-cp311-win32.whl", hash = "sha256:870b546c97e998f3288a27c96d5771506c5c907a545ba2e643cbbfa1db86091d"}, - {file = "ddtrace-2.8.1-cp311-cp311-win_amd64.whl", hash = "sha256:74fe39a29e1c94b38ce084a094f6c98ef4ba3a26997917ea72d716abda89a320"}, - {file = "ddtrace-2.8.1-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:d229eab0b557ea57d41ad5c405cf142648de09db5546683f7365ed972cdd2d04"}, - {file = "ddtrace-2.8.1-cp312-cp312-macosx_11_0_x86_64.whl", hash = "sha256:cebcf6152c10fb51b9fb605988a343677753b86cba052001d98f388600243af7"}, - {file = "ddtrace-2.8.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:948824a4c885aef3f9f56f264268b06daf3d39f47536c916783e3e395963957e"}, - {file = "ddtrace-2.8.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a1e1df23a95dcee076078beffb6d70246e0e8a6774b42714140d3000fb697848"}, - {file = "ddtrace-2.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c6f79e9917628c7100044696f9c164e9c6dc65e88cd12fbf7cfcb5680d414990"}, - {file = "ddtrace-2.8.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:72788a728f1e23d51288d3b0577df7f42f7b9dfe4bc76bf22748f11bcbb9f2b6"}, - {file = "ddtrace-2.8.1-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:aa36a9f118c2f1dea6037d834356528c766d5544875a8652326cf1a9e32259ed"}, - {file = "ddtrace-2.8.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:deb95a21a6a9d092dac7f786a2c901f087324ddb0189f1164671b44658806700"}, - {file = "ddtrace-2.8.1-cp312-cp312-win32.whl", hash = "sha256:5d08101f1d428911fcb1cb4ce5f0d64a447d99b012c7150ad96ddd054f2d905d"}, - {file = "ddtrace-2.8.1-cp312-cp312-win_amd64.whl", hash = "sha256:6322ae0f779b0344eeec4eb99e1b9a45eab18de698da8bc0e62e9c2e87ba7fd8"}, - {file = "ddtrace-2.8.1-cp37-cp37m-macosx_11_0_x86_64.whl", hash = "sha256:23f74eab87e723a67ed66ed28f7933cebb3bce793c45e74ecc264245fa857b30"}, - {file = "ddtrace-2.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45397079f880c52cec63654ff92bfc4d1aaf7f424dc94a0f5c849d615fbb2c1f"}, - {file = "ddtrace-2.8.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0b40bce0ade9979fe2a13b51a3b02b3b810a7811d74e6eacdb502a564cfec74e"}, - {file = "ddtrace-2.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0154bca9ddf3ff0b1f11c1c91c58464a1a38b637acf3af20f43bd90375cf0043"}, - {file = "ddtrace-2.8.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:cde4ead895a440972fe732a6b205baf4f73fc5c19d8436a1a314db838adedec8"}, - {file = "ddtrace-2.8.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:48fd9b31b35c156c0b7f2b1cdce1c615fc6f4f0a86c2abb007e1946bb2a12db6"}, - {file = "ddtrace-2.8.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:3bdb481645733de36a01be55ad8c35fcb44221b27a6ac81ed4971139227c9ad0"}, - {file = "ddtrace-2.8.1-cp37-cp37m-win32.whl", hash = "sha256:bd4dd22613c7f3a0b2be0387b416a9b93711476b40435adfabbc67c97dbb6158"}, - {file = "ddtrace-2.8.1-cp37-cp37m-win_amd64.whl", hash = "sha256:e6f4ff33b14e47b314279f095ba6c2480aa18bfd0807ba06b0eca2b54180fa37"}, - {file = "ddtrace-2.8.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:bc132a0c39e6bb01fe6d0615899a34c77bbd16f16f8a9abbf0e4242500ae6060"}, - {file = "ddtrace-2.8.1-cp38-cp38-macosx_11_0_x86_64.whl", hash = "sha256:ef4794218fbafe6021c2205da08fb68e824d66c5cd039f3b86629dd336b52b0d"}, - {file = "ddtrace-2.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a41d760748befa92097fd2f860c0be3d20e798f9a3e291d2e7555d458dafb3b"}, - {file = "ddtrace-2.8.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:33fc28c6aeaeadeaf30c848489240d7a5fdd2db89f0002a516b278f7386a7c0f"}, - {file = "ddtrace-2.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1b3521254558ce97b98b9a68f1732ee2e24adb7a774501c1198a9c1ebd6eff4a"}, - {file = "ddtrace-2.8.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ee834a7191170be583e1e82982a48f0a2dd63db3177d892d2e3b84de6075de5e"}, - {file = "ddtrace-2.8.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:f2c22c676d3cb08d349cf53f5de5505c7e8b9a6252339955bdd20856e5815959"}, - {file = "ddtrace-2.8.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:37e22a322bd8e41ddddcb9960edca7ee1fdf4e90c3ec1dcd00417f815ffde7e1"}, - {file = "ddtrace-2.8.1-cp38-cp38-win32.whl", hash = "sha256:cccfb5f0e7cbda7feb9e906008b180615ee5b8aeea49fcdb98d9b683df003c90"}, - {file = "ddtrace-2.8.1-cp38-cp38-win_amd64.whl", hash = "sha256:4b14b26879a7c12fbaf1dc0a5c57041d4f4d0edfeaa0a7b5fedddacee73f8381"}, - {file = "ddtrace-2.8.1-cp39-cp39-macosx_11_0_universal2.whl", hash = "sha256:b8fa361034c08c9672597e67e8b84cee88a6af465627cd5850ca10633349bd46"}, - {file = "ddtrace-2.8.1-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:b08c741abdab2a7e5750161c3a9d4406768266edf3235473516958b74a4c2847"}, - {file = "ddtrace-2.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d55938800ebba78a8677bfec30d16e12040f3bbb08c54f9c9def42c0d92ed7c0"}, - {file = "ddtrace-2.8.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:225b3dea540da485a3180a0c6e1b443cc1d4281e18f59de5c352fb50a8c696e9"}, - {file = "ddtrace-2.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f955025c44635f0fcf5879c880d86b9a3f9afbd872cb856bd7d949cafc20da44"}, - {file = "ddtrace-2.8.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9ff37066807f6acfe5b894be1db950a7b6d7dab76a60fa6571884e40e198afee"}, - {file = "ddtrace-2.8.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:639cb1408add9b9465a8fd9a2340e73e756390649f76bcef209e47bebac6a7a7"}, - {file = "ddtrace-2.8.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5d784f76d0863525fa3ad8a6f4d1c41eff969853e74180268ec553dcd5b2e4cd"}, - {file = "ddtrace-2.8.1-cp39-cp39-win32.whl", hash = "sha256:c94548d55f73fe689528ddd8f23597a27a8c19b526627758e59ce363def17614"}, - {file = "ddtrace-2.8.1-cp39-cp39-win_amd64.whl", hash = "sha256:356b363fe2b33d740b404a0f7bb593fb6da7c685211b10f5832fca7c68e63419"}, - {file = "ddtrace-2.8.1.tar.gz", hash = "sha256:6e136fd16872e43e964a8a52b3f9d1ab6f4ef9a6b066f20f64fe3316b04cc438"}, + {file = "ddtrace-2.8.3-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:2dd1e2c5dc28c54d7c5f205da0d3f18cfd9fa961f08de252faac931a27d8dca3"}, + {file = "ddtrace-2.8.3-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:e3f7ac8c53b6c4d266afb14cb16c7dccd5c86c57196a68167d07298d7c635fa2"}, + {file = "ddtrace-2.8.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b31d7130635e35ece034cdaac11223214a3efac7253c2235a223add3ce3be47e"}, + {file = "ddtrace-2.8.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eea954ca646d74f9181cf68a1bb9ddc165fa4c6ee326c6b4d475236b0273970d"}, + {file = "ddtrace-2.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:085b52a786a59bb23375ce5c6692f61669c524a4e2de6696cf84a4632b3dd5e9"}, + {file = "ddtrace-2.8.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:120bb6b036b48cbe0d08ba7c1aac5def68561162f48c0fa668146cb9360881cc"}, + {file = "ddtrace-2.8.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:581241fcdaaf7aa915f9c5a905d4da6eeb534f0d292126b43c75dea897a01d0b"}, + {file = "ddtrace-2.8.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:dc92ed784d7404fa9f876422bbd0d1fe6230908131e3568e35b1abf73cedae08"}, + {file = "ddtrace-2.8.3-cp310-cp310-win32.whl", hash = "sha256:2c81418b3c67ef35b424da4d4e3bb77c81b9522f94d6a24650817f8754adf56c"}, + {file = "ddtrace-2.8.3-cp310-cp310-win_amd64.whl", hash = "sha256:cc58d0bccd841321240446df4cc084d08a682abde9e7814e3f16ffe9f8e2908b"}, + {file = "ddtrace-2.8.3-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:f9bdf987d59226cad3694c368df1773bc210b66726d5bddc0460b6602c42f102"}, + {file = "ddtrace-2.8.3-cp311-cp311-macosx_11_0_x86_64.whl", hash = "sha256:a1835638956b058b81f9e27aabd96d4cc65e673167e5a4d3280b4d163f5782ce"}, + {file = "ddtrace-2.8.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b1aa8f8bbf78646c969e5ffc455f5859072c8a726923a3fd32b8b5e2e2be78db"}, + {file = "ddtrace-2.8.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f85a5f6fd73d54043a353f93c3965b61eadadcd48ac1bb14f70204463efdccf7"}, + {file = "ddtrace-2.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:49f30d62e1cdbc0cc9bdd4843c52c436ce132de287ba8873d736427fff8d8a89"}, + {file = "ddtrace-2.8.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:85b97c981d02ebe56bf1ad04a70fe749cb665af5406cc99162f60ad1b3b35c19"}, + {file = "ddtrace-2.8.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:5886a3934c7c3a4a4f83ae8d3a19d58d2069a86a2388a20348eadceb2955fc90"}, + {file = "ddtrace-2.8.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:b824276149f18f4f38ac63098e0b0313da7b344b11bedaa0c97a64402c43c316"}, + {file = "ddtrace-2.8.3-cp311-cp311-win32.whl", hash = "sha256:85ab1e443a1875206d75dba835a09f795bbe276b02210ec994fe9f98182e5a24"}, + {file = "ddtrace-2.8.3-cp311-cp311-win_amd64.whl", hash = "sha256:42ed7b457b8b8d440cf4a974702d1c424680cfb19275e545c7669dae207301e2"}, + {file = "ddtrace-2.8.3-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:2c2eacc2aefaebd5bca5aa72ed773c42e6be370ab28310ed5bbeb769e93bdaee"}, + {file = "ddtrace-2.8.3-cp312-cp312-macosx_11_0_x86_64.whl", hash = "sha256:c1c0513a9884e13a14ffbd0a4fe7988b0b8c3adb07b3a4328224c680ee2a0893"}, + {file = "ddtrace-2.8.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4aa544d5145b8a6fdc0111ba854c3330a62e56b47f0cfe1cdd5997b6bf0f7783"}, + {file = "ddtrace-2.8.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:327741cf168d6a682591bd3a6f31d4d69da960c2c2f1e2ea7912f4aeac658564"}, + {file = "ddtrace-2.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ddd3b1cb15e5afb4f23a4e2dd5fb6365817d2286477c843deb22f710c3f18cae"}, + {file = "ddtrace-2.8.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:78955cc5f6c4fbe6ae736f5b86ed9631dc16094bb0f78df7c4cc0d1a2880ce07"}, + {file = "ddtrace-2.8.3-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:137bec53b9a4054f708af144dfff64956973c750f8cb8f9b887fcbdf236d833e"}, + {file = "ddtrace-2.8.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:0a552d848512f4eff0a595e3ae8aedf15a138022573dfda398ef13fb29c44ab8"}, + {file = "ddtrace-2.8.3-cp312-cp312-win32.whl", hash = "sha256:2d4fe6955650021ec1ba5e7eedee17cae4ec424d0f0519cfeae4b74793a222fa"}, + {file = "ddtrace-2.8.3-cp312-cp312-win_amd64.whl", hash = "sha256:a48688e8992abd8cd67f53aca2a0e65cba3d93dc70e1ecf0f5c87139fe5cb070"}, + {file = "ddtrace-2.8.3-cp37-cp37m-macosx_11_0_x86_64.whl", hash = "sha256:f507a2db605141554eb2c15f55da49bcb840b9c89331f18d0525b486c59803e9"}, + {file = "ddtrace-2.8.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7282e8c1d07e218462c4e9216cd1ec4ebbb416fbe8630ab31ac49ff103b15f9f"}, + {file = "ddtrace-2.8.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e7a78cfb9ac547879b5a98322714f3b185af31b2e257d32f6b473c7c573d727e"}, + {file = "ddtrace-2.8.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b90fbb17c87ede4c581c2cc1c3dca1b0c6b76ead5885f12a69715cc8cb5a4e81"}, + {file = "ddtrace-2.8.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:10e34fcfe784646b88f2447e32efd68de38650c2a6095841f38fdf33d9cbc4de"}, + {file = "ddtrace-2.8.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:0fea1e2a244b94cde1468a4425ac11fc78f97b2ad42542257f07fa42f4626af5"}, + {file = "ddtrace-2.8.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2ffdd964c5c2853f91435b3b707d093a5395aa7ed71ba86f60c8cda301347fd1"}, + {file = "ddtrace-2.8.3-cp37-cp37m-win32.whl", hash = "sha256:0bb970ebfba291ef17dbe77f4cd86a1875e28872841a5c7761dc07834920001f"}, + {file = "ddtrace-2.8.3-cp37-cp37m-win_amd64.whl", hash = "sha256:f8c46560d6426c38d9852a759a19cb02be861a5b6adc65b0ff6975f7ec98b06b"}, + {file = "ddtrace-2.8.3-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:6d62d9306c7fdc76ae46d51b7a04eaebfe08926354734845ea62c4a3e30b7dcb"}, + {file = "ddtrace-2.8.3-cp38-cp38-macosx_11_0_x86_64.whl", hash = "sha256:22de687001e191f592c8cd05bf371cc8cb374054f7dcece61d2891d1c099e4ca"}, + {file = "ddtrace-2.8.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:678777800c7af3740c0f01a3c3bfa593810d5c3f52cb49afd1da54ef7515542d"}, + {file = "ddtrace-2.8.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ed5ae6a1dee0b5edb16ddcc6b2e75550b7e307d9c853d43c20b91167049915ad"}, + {file = "ddtrace-2.8.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:97e63c025b0c694140da169dcf3a6de3a80e1a23cb9615caf42b9830d153754d"}, + {file = "ddtrace-2.8.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:81a29b5866e649719db3d791f58bf0bd4f146ceb5c01428da449b80b5f1cc756"}, + {file = "ddtrace-2.8.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:f732914c7d67ecb5561a1c937935bbcb63235f34f753e211d0617498d92e8215"}, + {file = "ddtrace-2.8.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:375cf64113e0f8320d1aee29aa3de0a25ef6f7b5a5e33a6591996d4f4c9e1619"}, + {file = "ddtrace-2.8.3-cp38-cp38-win32.whl", hash = "sha256:631760c8f96c3274c74ebd4552a29cd4b038403aed60fb3caae4d398f395e640"}, + {file = "ddtrace-2.8.3-cp38-cp38-win_amd64.whl", hash = "sha256:66c0c57d28af7a97f8a9110d8db35b726c5e04820ff05cc6b5d029af79b0c5a2"}, + {file = "ddtrace-2.8.3-cp39-cp39-macosx_11_0_universal2.whl", hash = "sha256:21437d0786b19e1d6656c76564777483ec4ad9186cd73d1c83756a430f503340"}, + {file = "ddtrace-2.8.3-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:07bb150b09096710e39a2eb0b11e99cc1c253b7da4e921169132bae9e5229c0e"}, + {file = "ddtrace-2.8.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:62824305475255bccff10f84d843d238242d79980c7f008024ca5bec66d34700"}, + {file = "ddtrace-2.8.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ae98409db9c0e1bdd30742551e97abebda054a8b23c8ffe3e6948c64ff1f0381"}, + {file = "ddtrace-2.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c705955b25bc44c8bd1a8977070a4f056536cd89ba01d5eabacb1bb7d446e21"}, + {file = "ddtrace-2.8.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:05fba7029505793c336fdbb7b4e2150b74616d12a9ebe9aade7125ce23682b7f"}, + {file = "ddtrace-2.8.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:242b32f12c8d99b33621414138ca8ecd26a3a5a38eded2e082c9ec881de9f92f"}, + {file = "ddtrace-2.8.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:109dcb9b14b7ae49a3ad4163ed69793bdca81c8686805c6e97bde595ded2ec31"}, + {file = "ddtrace-2.8.3-cp39-cp39-win32.whl", hash = "sha256:84abdbf468fb82f2d139fa26be02231e3b7832496cad5e1f372ffd3b6202c12a"}, + {file = "ddtrace-2.8.3-cp39-cp39-win_amd64.whl", hash = "sha256:3d13cf254376672f6639243ad1c5451e58a3b1cb83a623adb106d352a1ff8778"}, + {file = "ddtrace-2.8.3.tar.gz", hash = "sha256:2e12c0ddd370aea24a2f7e502d0d4751659a2f2c7bfcdfd96381f758db63b030"}, ] [package.dependencies] @@ -1181,60 +1182,60 @@ files = [ [[package]] name = "sqlalchemy" -version = "2.0.29" +version = "2.0.30" description = "Database Abstraction Library" optional = false python-versions = ">=3.7" files = [ - {file = "SQLAlchemy-2.0.29-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4c142852ae192e9fe5aad5c350ea6befe9db14370b34047e1f0f7cf99e63c63b"}, - {file = "SQLAlchemy-2.0.29-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:99a1e69d4e26f71e750e9ad6fdc8614fbddb67cfe2173a3628a2566034e223c7"}, - {file = "SQLAlchemy-2.0.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5ef3fbccb4058355053c51b82fd3501a6e13dd808c8d8cd2561e610c5456013c"}, - {file = "SQLAlchemy-2.0.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9d6753305936eddc8ed190e006b7bb33a8f50b9854823485eed3a886857ab8d1"}, - {file = "SQLAlchemy-2.0.29-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:0f3ca96af060a5250a8ad5a63699180bc780c2edf8abf96c58af175921df847a"}, - {file = "SQLAlchemy-2.0.29-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:c4520047006b1d3f0d89e0532978c0688219857eb2fee7c48052560ae76aca1e"}, - {file = "SQLAlchemy-2.0.29-cp310-cp310-win32.whl", hash = "sha256:b2a0e3cf0caac2085ff172c3faacd1e00c376e6884b5bc4dd5b6b84623e29e4f"}, - {file = "SQLAlchemy-2.0.29-cp310-cp310-win_amd64.whl", hash = "sha256:01d10638a37460616708062a40c7b55f73e4d35eaa146781c683e0fa7f6c43fb"}, - {file = "SQLAlchemy-2.0.29-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:308ef9cb41d099099fffc9d35781638986870b29f744382904bf9c7dadd08513"}, - {file = "SQLAlchemy-2.0.29-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:296195df68326a48385e7a96e877bc19aa210e485fa381c5246bc0234c36c78e"}, - {file = "SQLAlchemy-2.0.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a13b917b4ffe5a0a31b83d051d60477819ddf18276852ea68037a144a506efb9"}, - {file = "SQLAlchemy-2.0.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f6d971255d9ddbd3189e2e79d743ff4845c07f0633adfd1de3f63d930dbe673"}, - {file = "SQLAlchemy-2.0.29-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:61405ea2d563407d316c63a7b5271ae5d274a2a9fbcd01b0aa5503635699fa1e"}, - {file = "SQLAlchemy-2.0.29-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:de7202ffe4d4a8c1e3cde1c03e01c1a3772c92858837e8f3879b497158e4cb44"}, - {file = "SQLAlchemy-2.0.29-cp311-cp311-win32.whl", hash = "sha256:b5d7ed79df55a731749ce65ec20d666d82b185fa4898430b17cb90c892741520"}, - {file = "SQLAlchemy-2.0.29-cp311-cp311-win_amd64.whl", hash = "sha256:205f5a2b39d7c380cbc3b5dcc8f2762fb5bcb716838e2d26ccbc54330775b003"}, - {file = "SQLAlchemy-2.0.29-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:d96710d834a6fb31e21381c6d7b76ec729bd08c75a25a5184b1089141356171f"}, - {file = "SQLAlchemy-2.0.29-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:52de4736404e53c5c6a91ef2698c01e52333988ebdc218f14c833237a0804f1b"}, - {file = "SQLAlchemy-2.0.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c7b02525ede2a164c5fa5014915ba3591730f2cc831f5be9ff3b7fd3e30958e"}, - {file = "SQLAlchemy-2.0.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0dfefdb3e54cd15f5d56fd5ae32f1da2d95d78319c1f6dfb9bcd0eb15d603d5d"}, - {file = "SQLAlchemy-2.0.29-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:a88913000da9205b13f6f195f0813b6ffd8a0c0c2bd58d499e00a30eb508870c"}, - {file = "SQLAlchemy-2.0.29-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:fecd5089c4be1bcc37c35e9aa678938d2888845a134dd016de457b942cf5a758"}, - {file = "SQLAlchemy-2.0.29-cp312-cp312-win32.whl", hash = "sha256:8197d6f7a3d2b468861ebb4c9f998b9df9e358d6e1cf9c2a01061cb9b6cf4e41"}, - {file = "SQLAlchemy-2.0.29-cp312-cp312-win_amd64.whl", hash = "sha256:9b19836ccca0d321e237560e475fd99c3d8655d03da80c845c4da20dda31b6e1"}, - {file = "SQLAlchemy-2.0.29-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:87a1d53a5382cdbbf4b7619f107cc862c1b0a4feb29000922db72e5a66a5ffc0"}, - {file = "SQLAlchemy-2.0.29-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2a0732dffe32333211801b28339d2a0babc1971bc90a983e3035e7b0d6f06b93"}, - {file = "SQLAlchemy-2.0.29-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90453597a753322d6aa770c5935887ab1fc49cc4c4fdd436901308383d698b4b"}, - {file = "SQLAlchemy-2.0.29-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:ea311d4ee9a8fa67f139c088ae9f905fcf0277d6cd75c310a21a88bf85e130f5"}, - {file = "SQLAlchemy-2.0.29-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:5f20cb0a63a3e0ec4e169aa8890e32b949c8145983afa13a708bc4b0a1f30e03"}, - {file = "SQLAlchemy-2.0.29-cp37-cp37m-win32.whl", hash = "sha256:e5bbe55e8552019c6463709b39634a5fc55e080d0827e2a3a11e18eb73f5cdbd"}, - {file = "SQLAlchemy-2.0.29-cp37-cp37m-win_amd64.whl", hash = "sha256:c2f9c762a2735600654c654bf48dad388b888f8ce387b095806480e6e4ff6907"}, - {file = "SQLAlchemy-2.0.29-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:7e614d7a25a43a9f54fcce4675c12761b248547f3d41b195e8010ca7297c369c"}, - {file = "SQLAlchemy-2.0.29-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:471fcb39c6adf37f820350c28aac4a7df9d3940c6548b624a642852e727ea586"}, - {file = "SQLAlchemy-2.0.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:988569c8732f54ad3234cf9c561364221a9e943b78dc7a4aaf35ccc2265f1930"}, - {file = "SQLAlchemy-2.0.29-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dddaae9b81c88083e6437de95c41e86823d150f4ee94bf24e158a4526cbead01"}, - {file = "SQLAlchemy-2.0.29-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:334184d1ab8f4c87f9652b048af3f7abea1c809dfe526fb0435348a6fef3d380"}, - {file = "SQLAlchemy-2.0.29-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:38b624e5cf02a69b113c8047cf7f66b5dfe4a2ca07ff8b8716da4f1b3ae81567"}, - {file = "SQLAlchemy-2.0.29-cp38-cp38-win32.whl", hash = "sha256:bab41acf151cd68bc2b466deae5deeb9e8ae9c50ad113444151ad965d5bf685b"}, - {file = "SQLAlchemy-2.0.29-cp38-cp38-win_amd64.whl", hash = "sha256:52c8011088305476691b8750c60e03b87910a123cfd9ad48576d6414b6ec2a1d"}, - {file = "SQLAlchemy-2.0.29-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3071ad498896907a5ef756206b9dc750f8e57352113c19272bdfdc429c7bd7de"}, - {file = "SQLAlchemy-2.0.29-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:dba622396a3170974f81bad49aacebd243455ec3cc70615aeaef9e9613b5bca5"}, - {file = "SQLAlchemy-2.0.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7b184e3de58009cc0bf32e20f137f1ec75a32470f5fede06c58f6c355ed42a72"}, - {file = "SQLAlchemy-2.0.29-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c37f1050feb91f3d6c32f864d8e114ff5545a4a7afe56778d76a9aec62638ba"}, - {file = "SQLAlchemy-2.0.29-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:bda7ce59b06d0f09afe22c56714c65c957b1068dee3d5e74d743edec7daba552"}, - {file = "SQLAlchemy-2.0.29-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:25664e18bef6dc45015b08f99c63952a53a0a61f61f2e48a9e70cec27e55f699"}, - {file = "SQLAlchemy-2.0.29-cp39-cp39-win32.whl", hash = "sha256:77d29cb6c34b14af8a484e831ab530c0f7188f8efed1c6a833a2c674bf3c26ec"}, - {file = "SQLAlchemy-2.0.29-cp39-cp39-win_amd64.whl", hash = "sha256:04c487305ab035a9548f573763915189fc0fe0824d9ba28433196f8436f1449c"}, - {file = "SQLAlchemy-2.0.29-py3-none-any.whl", hash = "sha256:dc4ee2d4ee43251905f88637d5281a8d52e916a021384ec10758826f5cbae305"}, - {file = "SQLAlchemy-2.0.29.tar.gz", hash = "sha256:bd9566b8e58cabd700bc367b60e90d9349cd16f0984973f98a9a09f9c64e86f0"}, + {file = "SQLAlchemy-2.0.30-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:3b48154678e76445c7ded1896715ce05319f74b1e73cf82d4f8b59b46e9c0ddc"}, + {file = "SQLAlchemy-2.0.30-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2753743c2afd061bb95a61a51bbb6a1a11ac1c44292fad898f10c9839a7f75b2"}, + {file = "SQLAlchemy-2.0.30-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a7bfc726d167f425d4c16269a9a10fe8630ff6d14b683d588044dcef2d0f6be7"}, + {file = "SQLAlchemy-2.0.30-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c4f61ada6979223013d9ab83a3ed003ded6959eae37d0d685db2c147e9143797"}, + {file = "SQLAlchemy-2.0.30-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:3a365eda439b7a00732638f11072907c1bc8e351c7665e7e5da91b169af794af"}, + {file = "SQLAlchemy-2.0.30-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:bba002a9447b291548e8d66fd8c96a6a7ed4f2def0bb155f4f0a1309fd2735d5"}, + {file = "SQLAlchemy-2.0.30-cp310-cp310-win32.whl", hash = "sha256:0138c5c16be3600923fa2169532205d18891b28afa817cb49b50e08f62198bb8"}, + {file = "SQLAlchemy-2.0.30-cp310-cp310-win_amd64.whl", hash = "sha256:99650e9f4cf3ad0d409fed3eec4f071fadd032e9a5edc7270cd646a26446feeb"}, + {file = "SQLAlchemy-2.0.30-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:955991a09f0992c68a499791a753523f50f71a6885531568404fa0f231832aa0"}, + {file = "SQLAlchemy-2.0.30-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f69e4c756ee2686767eb80f94c0125c8b0a0b87ede03eacc5c8ae3b54b99dc46"}, + {file = "SQLAlchemy-2.0.30-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69c9db1ce00e59e8dd09d7bae852a9add716efdc070a3e2068377e6ff0d6fdaa"}, + {file = "SQLAlchemy-2.0.30-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a1429a4b0f709f19ff3b0cf13675b2b9bfa8a7e79990003207a011c0db880a13"}, + {file = "SQLAlchemy-2.0.30-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:efedba7e13aa9a6c8407c48facfdfa108a5a4128e35f4c68f20c3407e4376aa9"}, + {file = "SQLAlchemy-2.0.30-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:16863e2b132b761891d6c49f0a0f70030e0bcac4fd208117f6b7e053e68668d0"}, + {file = "SQLAlchemy-2.0.30-cp311-cp311-win32.whl", hash = "sha256:2ecabd9ccaa6e914e3dbb2aa46b76dede7eadc8cbf1b8083c94d936bcd5ffb49"}, + {file = "SQLAlchemy-2.0.30-cp311-cp311-win_amd64.whl", hash = "sha256:0b3f4c438e37d22b83e640f825ef0f37b95db9aa2d68203f2c9549375d0b2260"}, + {file = "SQLAlchemy-2.0.30-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:5a79d65395ac5e6b0c2890935bad892eabb911c4aa8e8015067ddb37eea3d56c"}, + {file = "SQLAlchemy-2.0.30-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9a5baf9267b752390252889f0c802ea13b52dfee5e369527da229189b8bd592e"}, + {file = "SQLAlchemy-2.0.30-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3cb5a646930c5123f8461f6468901573f334c2c63c795b9af350063a736d0134"}, + {file = "SQLAlchemy-2.0.30-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:296230899df0b77dec4eb799bcea6fbe39a43707ce7bb166519c97b583cfcab3"}, + {file = "SQLAlchemy-2.0.30-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:c62d401223f468eb4da32627bffc0c78ed516b03bb8a34a58be54d618b74d472"}, + {file = "SQLAlchemy-2.0.30-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:3b69e934f0f2b677ec111b4d83f92dc1a3210a779f69bf905273192cf4ed433e"}, + {file = "SQLAlchemy-2.0.30-cp312-cp312-win32.whl", hash = "sha256:77d2edb1f54aff37e3318f611637171e8ec71472f1fdc7348b41dcb226f93d90"}, + {file = "SQLAlchemy-2.0.30-cp312-cp312-win_amd64.whl", hash = "sha256:b6c7ec2b1f4969fc19b65b7059ed00497e25f54069407a8701091beb69e591a5"}, + {file = "SQLAlchemy-2.0.30-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5a8e3b0a7e09e94be7510d1661339d6b52daf202ed2f5b1f9f48ea34ee6f2d57"}, + {file = "SQLAlchemy-2.0.30-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b60203c63e8f984df92035610c5fb76d941254cf5d19751faab7d33b21e5ddc0"}, + {file = "SQLAlchemy-2.0.30-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f1dc3eabd8c0232ee8387fbe03e0a62220a6f089e278b1f0aaf5e2d6210741ad"}, + {file = "SQLAlchemy-2.0.30-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:40ad017c672c00b9b663fcfcd5f0864a0a97828e2ee7ab0c140dc84058d194cf"}, + {file = "SQLAlchemy-2.0.30-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e42203d8d20dc704604862977b1470a122e4892791fe3ed165f041e4bf447a1b"}, + {file = "SQLAlchemy-2.0.30-cp37-cp37m-win32.whl", hash = "sha256:2a4f4da89c74435f2bc61878cd08f3646b699e7d2eba97144030d1be44e27584"}, + {file = "SQLAlchemy-2.0.30-cp37-cp37m-win_amd64.whl", hash = "sha256:b6bf767d14b77f6a18b6982cbbf29d71bede087edae495d11ab358280f304d8e"}, + {file = "SQLAlchemy-2.0.30-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bc0c53579650a891f9b83fa3cecd4e00218e071d0ba00c4890f5be0c34887ed3"}, + {file = "SQLAlchemy-2.0.30-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:311710f9a2ee235f1403537b10c7687214bb1f2b9ebb52702c5aa4a77f0b3af7"}, + {file = "SQLAlchemy-2.0.30-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:408f8b0e2c04677e9c93f40eef3ab22f550fecb3011b187f66a096395ff3d9fd"}, + {file = "SQLAlchemy-2.0.30-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:37a4b4fb0dd4d2669070fb05b8b8824afd0af57587393015baee1cf9890242d9"}, + {file = "SQLAlchemy-2.0.30-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:a943d297126c9230719c27fcbbeab57ecd5d15b0bd6bfd26e91bfcfe64220621"}, + {file = "SQLAlchemy-2.0.30-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:0a089e218654e740a41388893e090d2e2c22c29028c9d1353feb38638820bbeb"}, + {file = "SQLAlchemy-2.0.30-cp38-cp38-win32.whl", hash = "sha256:fa561138a64f949f3e889eb9ab8c58e1504ab351d6cf55259dc4c248eaa19da6"}, + {file = "SQLAlchemy-2.0.30-cp38-cp38-win_amd64.whl", hash = "sha256:7d74336c65705b986d12a7e337ba27ab2b9d819993851b140efdf029248e818e"}, + {file = "SQLAlchemy-2.0.30-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ae8c62fe2480dd61c532ccafdbce9b29dacc126fe8be0d9a927ca3e699b9491a"}, + {file = "SQLAlchemy-2.0.30-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:2383146973a15435e4717f94c7509982770e3e54974c71f76500a0136f22810b"}, + {file = "SQLAlchemy-2.0.30-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8409de825f2c3b62ab15788635ccaec0c881c3f12a8af2b12ae4910a0a9aeef6"}, + {file = "SQLAlchemy-2.0.30-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0094c5dc698a5f78d3d1539853e8ecec02516b62b8223c970c86d44e7a80f6c7"}, + {file = "SQLAlchemy-2.0.30-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:edc16a50f5e1b7a06a2dcc1f2205b0b961074c123ed17ebda726f376a5ab0953"}, + {file = "SQLAlchemy-2.0.30-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:f7703c2010355dd28f53deb644a05fc30f796bd8598b43f0ba678878780b6e4c"}, + {file = "SQLAlchemy-2.0.30-cp39-cp39-win32.whl", hash = "sha256:1f9a727312ff6ad5248a4367358e2cf7e625e98b1028b1d7ab7b806b7d757513"}, + {file = "SQLAlchemy-2.0.30-cp39-cp39-win_amd64.whl", hash = "sha256:a0ef36b28534f2a5771191be6edb44cc2673c7b2edf6deac6562400288664221"}, + {file = "SQLAlchemy-2.0.30-py3-none-any.whl", hash = "sha256:7108d569d3990c71e26a42f60474b4c02c8586c4681af5fd67e51a044fdea86a"}, + {file = "SQLAlchemy-2.0.30.tar.gz", hash = "sha256:2b1708916730f4830bc69d6f49d37f7698b5bd7530aca7f04f785f8849e95255"}, ] [package.dependencies] @@ -1303,6 +1304,80 @@ files = [ {file = "tzdata-2024.1.tar.gz", hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd"}, ] +[[package]] +name = "ujson" +version = "5.9.0" +description = "Ultra fast JSON encoder and decoder for Python" +optional = false +python-versions = ">=3.8" +files = [ + {file = "ujson-5.9.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ab71bf27b002eaf7d047c54a68e60230fbd5cd9da60de7ca0aa87d0bccead8fa"}, + {file = "ujson-5.9.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7a365eac66f5aa7a7fdf57e5066ada6226700884fc7dce2ba5483538bc16c8c5"}, + {file = "ujson-5.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e015122b337858dba5a3dc3533af2a8fc0410ee9e2374092f6a5b88b182e9fcc"}, + {file = "ujson-5.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:779a2a88c53039bebfbccca934430dabb5c62cc179e09a9c27a322023f363e0d"}, + {file = "ujson-5.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:10ca3c41e80509fd9805f7c149068fa8dbee18872bbdc03d7cca928926a358d5"}, + {file = "ujson-5.9.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4a566e465cb2fcfdf040c2447b7dd9718799d0d90134b37a20dff1e27c0e9096"}, + {file = "ujson-5.9.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:f833c529e922577226a05bc25b6a8b3eb6c4fb155b72dd88d33de99d53113124"}, + {file = "ujson-5.9.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b68a0caab33f359b4cbbc10065c88e3758c9f73a11a65a91f024b2e7a1257106"}, + {file = "ujson-5.9.0-cp310-cp310-win32.whl", hash = "sha256:7cc7e605d2aa6ae6b7321c3ae250d2e050f06082e71ab1a4200b4ae64d25863c"}, + {file = "ujson-5.9.0-cp310-cp310-win_amd64.whl", hash = "sha256:a6d3f10eb8ccba4316a6b5465b705ed70a06011c6f82418b59278fbc919bef6f"}, + {file = "ujson-5.9.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3b23bbb46334ce51ddb5dded60c662fbf7bb74a37b8f87221c5b0fec1ec6454b"}, + {file = "ujson-5.9.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6974b3a7c17bbf829e6c3bfdc5823c67922e44ff169851a755eab79a3dd31ec0"}, + {file = "ujson-5.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5964ea916edfe24af1f4cc68488448fbb1ec27a3ddcddc2b236da575c12c8ae"}, + {file = "ujson-5.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ba7cac47dd65ff88571eceeff48bf30ed5eb9c67b34b88cb22869b7aa19600d"}, + {file = "ujson-5.9.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6bbd91a151a8f3358c29355a491e915eb203f607267a25e6ab10531b3b157c5e"}, + {file = "ujson-5.9.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:829a69d451a49c0de14a9fecb2a2d544a9b2c884c2b542adb243b683a6f15908"}, + {file = "ujson-5.9.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:a807ae73c46ad5db161a7e883eec0fbe1bebc6a54890152ccc63072c4884823b"}, + {file = "ujson-5.9.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:8fc2aa18b13d97b3c8ccecdf1a3c405f411a6e96adeee94233058c44ff92617d"}, + {file = "ujson-5.9.0-cp311-cp311-win32.whl", hash = "sha256:70e06849dfeb2548be48fdd3ceb53300640bc8100c379d6e19d78045e9c26120"}, + {file = "ujson-5.9.0-cp311-cp311-win_amd64.whl", hash = "sha256:7309d063cd392811acc49b5016728a5e1b46ab9907d321ebbe1c2156bc3c0b99"}, + {file = "ujson-5.9.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:20509a8c9f775b3a511e308bbe0b72897ba6b800767a7c90c5cca59d20d7c42c"}, + {file = "ujson-5.9.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b28407cfe315bd1b34f1ebe65d3bd735d6b36d409b334100be8cdffae2177b2f"}, + {file = "ujson-5.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9d302bd17989b6bd90d49bade66943c78f9e3670407dbc53ebcf61271cadc399"}, + {file = "ujson-5.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9f21315f51e0db8ee245e33a649dd2d9dce0594522de6f278d62f15f998e050e"}, + {file = "ujson-5.9.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5635b78b636a54a86fdbf6f027e461aa6c6b948363bdf8d4fbb56a42b7388320"}, + {file = "ujson-5.9.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:82b5a56609f1235d72835ee109163c7041b30920d70fe7dac9176c64df87c164"}, + {file = "ujson-5.9.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:5ca35f484622fd208f55041b042d9d94f3b2c9c5add4e9af5ee9946d2d30db01"}, + {file = "ujson-5.9.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:829b824953ebad76d46e4ae709e940bb229e8999e40881338b3cc94c771b876c"}, + {file = "ujson-5.9.0-cp312-cp312-win32.whl", hash = "sha256:25fa46e4ff0a2deecbcf7100af3a5d70090b461906f2299506485ff31d9ec437"}, + {file = "ujson-5.9.0-cp312-cp312-win_amd64.whl", hash = "sha256:60718f1720a61560618eff3b56fd517d107518d3c0160ca7a5a66ac949c6cf1c"}, + {file = "ujson-5.9.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d581db9db9e41d8ea0b2705c90518ba623cbdc74f8d644d7eb0d107be0d85d9c"}, + {file = "ujson-5.9.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ff741a5b4be2d08fceaab681c9d4bc89abf3c9db600ab435e20b9b6d4dfef12e"}, + {file = "ujson-5.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cdcb02cabcb1e44381221840a7af04433c1dc3297af76fde924a50c3054c708c"}, + {file = "ujson-5.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e208d3bf02c6963e6ef7324dadf1d73239fb7008491fdf523208f60be6437402"}, + {file = "ujson-5.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f4b3917296630a075e04d3d07601ce2a176479c23af838b6cf90a2d6b39b0d95"}, + {file = "ujson-5.9.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:0c4d6adb2c7bb9eb7c71ad6f6f612e13b264942e841f8cc3314a21a289a76c4e"}, + {file = "ujson-5.9.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:0b159efece9ab5c01f70b9d10bbb77241ce111a45bc8d21a44c219a2aec8ddfd"}, + {file = "ujson-5.9.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:f0cb4a7814940ddd6619bdce6be637a4b37a8c4760de9373bac54bb7b229698b"}, + {file = "ujson-5.9.0-cp38-cp38-win32.whl", hash = "sha256:dc80f0f5abf33bd7099f7ac94ab1206730a3c0a2d17549911ed2cb6b7aa36d2d"}, + {file = "ujson-5.9.0-cp38-cp38-win_amd64.whl", hash = "sha256:506a45e5fcbb2d46f1a51fead991c39529fc3737c0f5d47c9b4a1d762578fc30"}, + {file = "ujson-5.9.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d0fd2eba664a22447102062814bd13e63c6130540222c0aa620701dd01f4be81"}, + {file = "ujson-5.9.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:bdf7fc21a03bafe4ba208dafa84ae38e04e5d36c0e1c746726edf5392e9f9f36"}, + {file = "ujson-5.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e2f909bc08ce01f122fd9c24bc6f9876aa087188dfaf3c4116fe6e4daf7e194f"}, + {file = "ujson-5.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bd4ea86c2afd41429751d22a3ccd03311c067bd6aeee2d054f83f97e41e11d8f"}, + {file = "ujson-5.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:63fb2e6599d96fdffdb553af0ed3f76b85fda63281063f1cb5b1141a6fcd0617"}, + {file = "ujson-5.9.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:32bba5870c8fa2a97f4a68f6401038d3f1922e66c34280d710af00b14a3ca562"}, + {file = "ujson-5.9.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:37ef92e42535a81bf72179d0e252c9af42a4ed966dc6be6967ebfb929a87bc60"}, + {file = "ujson-5.9.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:f69f16b8f1c69da00e38dc5f2d08a86b0e781d0ad3e4cc6a13ea033a439c4844"}, + {file = "ujson-5.9.0-cp39-cp39-win32.whl", hash = "sha256:3382a3ce0ccc0558b1c1668950008cece9bf463ebb17463ebf6a8bfc060dae34"}, + {file = "ujson-5.9.0-cp39-cp39-win_amd64.whl", hash = "sha256:6adef377ed583477cf005b58c3025051b5faa6b8cc25876e594afbb772578f21"}, + {file = "ujson-5.9.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ffdfebd819f492e48e4f31c97cb593b9c1a8251933d8f8972e81697f00326ff1"}, + {file = "ujson-5.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c4eec2ddc046360d087cf35659c7ba0cbd101f32035e19047013162274e71fcf"}, + {file = "ujson-5.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2fbb90aa5c23cb3d4b803c12aa220d26778c31b6e4b7a13a1f49971f6c7d088e"}, + {file = "ujson-5.9.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ba0823cb70866f0d6a4ad48d998dd338dce7314598721bc1b7986d054d782dfd"}, + {file = "ujson-5.9.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:4e35d7885ed612feb6b3dd1b7de28e89baaba4011ecdf995e88be9ac614765e9"}, + {file = "ujson-5.9.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:b048aa93eace8571eedbd67b3766623e7f0acbf08ee291bef7d8106210432427"}, + {file = "ujson-5.9.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:323279e68c195110ef85cbe5edce885219e3d4a48705448720ad925d88c9f851"}, + {file = "ujson-5.9.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9ac92d86ff34296f881e12aa955f7014d276895e0e4e868ba7fddebbde38e378"}, + {file = "ujson-5.9.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:6eecbd09b316cea1fd929b1e25f70382917542ab11b692cb46ec9b0a26c7427f"}, + {file = "ujson-5.9.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:473fb8dff1d58f49912323d7cb0859df5585cfc932e4b9c053bf8cf7f2d7c5c4"}, + {file = "ujson-5.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f91719c6abafe429c1a144cfe27883eace9fb1c09a9c5ef1bcb3ae80a3076a4e"}, + {file = "ujson-5.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b1c0991c4fe256f5fdb19758f7eac7f47caac29a6c57d0de16a19048eb86bad"}, + {file = "ujson-5.9.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2a8ea0f55a1396708e564595aaa6696c0d8af532340f477162ff6927ecc46e21"}, + {file = "ujson-5.9.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:07e0cfdde5fd91f54cd2d7ffb3482c8ff1bf558abf32a8b953a5d169575ae1cd"}, + {file = "ujson-5.9.0.tar.gz", hash = "sha256:89cc92e73d5501b8a7f48575eeb14ad27156ad092c2e9fc7e3cf949f07e75532"}, +] + [[package]] name = "urllib3" version = "2.0.7" @@ -1453,4 +1528,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "f1ea6881be7d19c92160be16ca93f5dfc77a6214a44695c3bc9fd52f5f40703e" +content-hash = "6bf119ed8c6054d6a4333da5e12655e8302bd03a84688b4fd0c892bb4d1993a1" diff --git a/pyproject.toml b/pyproject.toml index 96b59f0..e3a3e5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,8 @@ license = "MIT" python = "~3.12" requests = "^2.31.0" boto3 = "^1.34.79" -pandas = "^2.2.1" -datadog_lambda = "5.92.0" -ddtrace = "2.8.1" +pandas = "^2.2.2" +datadog_lambda = "5.94.0" pyarrow = "^15.0.2" mbta-gtfs-sqlite = "^1.1.1"