Update deps

This commit is contained in:
2024-04-25 16:48:12 +02:00
parent 7b96290038
commit c52950e937
2 changed files with 180 additions and 135 deletions

303
poetry.lock generated
View File

@@ -1,9 +1,10 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
# This file is automatically @generated by Poetry and should not be changed by hand.
[[package]]
name = "annotated-types"
version = "0.5.0"
description = "Reusable constraint types to use with typing.Annotated"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -15,6 +16,7 @@ files = [
name = "anyio"
version = "3.7.1"
description = "High level compatibility layer for multiple asynchronous event loop implementations"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -35,6 +37,7 @@ trio = ["trio (<0.22)"]
name = "attrs"
version = "22.2.0"
description = "Classes Without Boilerplate"
category = "dev"
optional = false
python-versions = ">=3.6"
files = [
@@ -53,6 +56,7 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy
name = "certifi"
version = "2024.2.2"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -64,6 +68,7 @@ files = [
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
category = "dev"
optional = false
python-versions = ">=3.6.1"
files = [
@@ -75,6 +80,7 @@ files = [
name = "click"
version = "8.1.7"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -89,6 +95,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
@@ -100,6 +107,7 @@ files = [
name = "distlib"
version = "0.3.6"
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
files = [
@@ -109,18 +117,19 @@ files = [
[[package]]
name = "fastapi"
version = "0.110.0"
version = "0.110.2"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "fastapi-0.110.0-py3-none-any.whl", hash = "sha256:87a1f6fb632a218222c5984be540055346a8f5d8a68e8f6fb647b1dc9934de4b"},
{file = "fastapi-0.110.0.tar.gz", hash = "sha256:266775f0dcc95af9d3ef39bad55cff525329a931d5fd51930aadd4f428bf7ff3"},
{file = "fastapi-0.110.2-py3-none-any.whl", hash = "sha256:239403f2c0a3dda07a9420f95157a7f014ddb2b770acdbc984f9bdf3ead7afdb"},
{file = "fastapi-0.110.2.tar.gz", hash = "sha256:b53d673652da3b65e8cd787ad214ec0fe303cad00d2b529b86ce7db13f17518d"},
]
[package.dependencies]
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
starlette = ">=0.36.3,<0.37.0"
starlette = ">=0.37.2,<0.38.0"
typing-extensions = ">=4.8.0"
[package.extras]
@@ -130,6 +139,7 @@ all = ["email-validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)"
name = "filelock"
version = "3.9.0"
description = "A platform independent file lock."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -143,72 +153,73 @@ testing = ["covdefaults (>=2.2.2)", "coverage (>=7.0.1)", "pytest (>=7.2)", "pyt
[[package]]
name = "granian"
version = "1.2.0"
version = "1.2.3"
description = "A Rust HTTP server for Python applications"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "granian-1.2.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:5281550c5afb04bc37f4700753c48402086529a2605e4193098cf06891ab8ad5"},
{file = "granian-1.2.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0d2b352fd0ad43da62090226258e2fc58ba6df2c3751ae5746702a4bfceb0416"},
{file = "granian-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:884dd7b3694fb39383b9498670093fe788cf238662ec4e77bf9792e16301ef57"},
{file = "granian-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f89db63f0868b80ebcafdcd2fd48fc3c678605f14fd7dcc738cbe67893dd2dd1"},
{file = "granian-1.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:7fe60c397a54702758ec35d62b49ae75cc9c3b5ba8792638da3c12d3b3ff2871"},
{file = "granian-1.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:dca886f8093258d8344770772ce5706f0ea7907fdbe794aeca19c1821cfc1d1b"},
{file = "granian-1.2.0-cp310-none-win_amd64.whl", hash = "sha256:81a1c7e078c47981ab2d201424f0d92266431e61e569d12fece014d268dc3d28"},
{file = "granian-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:b903be7fb3f8dbc4b05d52a4bbefd81a739cd5f68c86e7105f98e9af6dedec1f"},
{file = "granian-1.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5273afdbeec6e2361eba83c1c2978cb22a94840a9d551b9f73b3bca8e9cf11e9"},
{file = "granian-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dec49f94ef357d23c644f0da1d1763495bde1fbd5af043f8e40413302483afe5"},
{file = "granian-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc0a48d4872a82ade351931693aeece12e195ac8b9fb9b4b57cf31bce3189c63"},
{file = "granian-1.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ce0bb3f40d79ccec3f5e0de8d73a83b0c19737c723ec637b0d064f7407c7cfcc"},
{file = "granian-1.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:47da8e77c6a75deb7d7113174a034eaa351d78336cec7b047d2a9db14ebde55e"},
{file = "granian-1.2.0-cp311-none-win_amd64.whl", hash = "sha256:77eb93da378d9db4b64fab1342f5bd45f082417abadd7e339f443a8c9cb640fc"},
{file = "granian-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:19665980e5f467d92c641ac6cbac1923d8eec20f8818be987f9c464e596fc151"},
{file = "granian-1.2.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8d137624c621d81175c37af57489b715d93ae6ca63b5693efae7dcbce998775c"},
{file = "granian-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:94c322b5868eb9712d40a7eec48ebd828cb37a416594e5ca146eb7f47e7d130c"},
{file = "granian-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eb1bacb93039cd6ae1b4fa4fdbb82da11405acd85d4074e87b866017fdb03446"},
{file = "granian-1.2.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:81ed88465e61652b5048295ed70c51c13007318e52b52204264bb5aa87384ba1"},
{file = "granian-1.2.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:677bd15e3bb817a8974c622416ff8d49a2a52055baa8dcc49cca5a94c7cebd82"},
{file = "granian-1.2.0-cp312-none-win_amd64.whl", hash = "sha256:7ae64f383b0931e13cbbe1c27299858935f91803cb5f640cc2a66b95973dd58a"},
{file = "granian-1.2.0-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:ab1d1acdca2d6732c32cd95d488d8062d1c0dc01ef3060665497f515777877be"},
{file = "granian-1.2.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b53a31f176b8e886881958cc800540dc53cf96c04fb5a0c7b232ce9524d6f3cc"},
{file = "granian-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:263551e4c5ee9dfc01d451e1cf55bbd7f2c0e94255db40728f2a2dc8afd86503"},
{file = "granian-1.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c1df3cb06484b259877cf1eadfae55beb2acca73651e35ea4a5496f17c9e4566"},
{file = "granian-1.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9bee095a33abe3a50058eef062ff23e62da1531632478f7a6465874213c0df2b"},
{file = "granian-1.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7e97be52bd5fa173fc9f4f5a7a63888e9126508171cae8a670ce7009f1d40783"},
{file = "granian-1.2.0-cp38-none-win_amd64.whl", hash = "sha256:cf27e0f297f543a151eb59172b23082bd0168700f4cfb1b2020ac9ac674075fa"},
{file = "granian-1.2.0-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:71d8c169a7670662fca6f34a3c488c96cf60347dc09e4f54f8fd0e551b20ba97"},
{file = "granian-1.2.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:6efa84dc48bd658b60c20c9528c1160e5ac9450f312d2340092086ca246efda3"},
{file = "granian-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8d216084c6f6efaf8fc6237aceea97e502a305141648dfad7a563249fe4a2978"},
{file = "granian-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dba42bc31941c90cc8e1af97988d2a3eae5134ac145c588f0b73ad21e0caa68f"},
{file = "granian-1.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:79e30f51524cf8d61c0dabeee7092007d99c52260d517f1c7cf357a6029a0da9"},
{file = "granian-1.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e0ed76f3feea883744ddd0ffc69795e98e7b9bdb8dd5c1c4317a24ef3319f7dd"},
{file = "granian-1.2.0-cp39-none-win_amd64.whl", hash = "sha256:92e69a9276e85c37e5a5087640e698820bd9d979506c58b59a4e3e79375b689c"},
{file = "granian-1.2.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:7438488ed2db8f8530b461b7641c5b39588633685b46660df8f45c6ab3a0c492"},
{file = "granian-1.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:8d3e9852a16c5e3a6e53423416ff0b349861a0b5d1df4feed705d125589156f4"},
{file = "granian-1.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a25daacb5293f5b562e7e388b355be7c506a60bcc7dd742424f90a9885bc1f1d"},
{file = "granian-1.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:244a3632bd4ec75dfb5cd46e410655553a2eaf2c118696f1fb7d86f04a960ed8"},
{file = "granian-1.2.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:130a7c5f1ed8593a7849d0325511158b531ae09f27730dbab7514ba8f8087e16"},
{file = "granian-1.2.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:f93a5a4caba990e405a94946be1b52d977dfa18a6dd839007b12aa1c318ac1d5"},
{file = "granian-1.2.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:1f47a85d89bff4661ec67ec21640e1d24ab36cec88679aa965def241368eaf5f"},
{file = "granian-1.2.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:12178f539fca7d31f35850515f91928ede958d373cd75ef3a57de108e3613ddb"},
{file = "granian-1.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:74eb03358f80bfc3102b081ebcbd8581cdb6e22f034e62f2986ff2a03ca050f6"},
{file = "granian-1.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:13707a064884788ff696d9d8a5a019c7a6022d91d45dd4cfd2353ae932500a7b"},
{file = "granian-1.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8886d06cd66126b9bd67e070040be049ca84deb59a7ba5bb3541add7d7b0c24b"},
{file = "granian-1.2.0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:94a7a4d90265ff7cddb04d646a8b6d0c57c525cff9bb63f9e363cb71d92af996"},
{file = "granian-1.2.0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:c6efa7eb11f36ee909dcbb1c0b90ead50bc121a721ff891246ff127a88625148"},
{file = "granian-1.2.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:6bd5994f90926e23ef7011b319b6dd13410248cb3b972287dadc2939779cbda6"},
{file = "granian-1.2.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:6ececc06e01bf90ade3a816ea07a90fe69a46759ed28171fe993f0196f316d1b"},
{file = "granian-1.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:4acaaa2ec009ae04a7c64e1afcf892134c18c32548bc67f877f05e7dbc37e649"},
{file = "granian-1.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f5f825445145586bc23c03838783a8339688f68a5eb4f5c8db66b9a051664357"},
{file = "granian-1.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d569f03cd0fd149ef06e0bc901aedf0212571960ea838c7df7ccf0e8f1d88317"},
{file = "granian-1.2.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:985f93b1f2297870aaedd55237b53c60309c757f718c19a0a3d6d0ceb738a929"},
{file = "granian-1.2.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:2112769592d7714f4205c7eecd5629a576d07bcf6d21cc14818162c924276340"},
{file = "granian-1.2.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:e3ea97a436ca18876fd4523b5d6622c833a69b07ef87b9a3e37d5f6d65969c3b"},
{file = "granian-1.2.0.tar.gz", hash = "sha256:c9dbbda5c66faf2717a927cf237b4691b8e07c84109a9c4cf3040c8e9fc27083"},
{file = "granian-1.2.3-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:799e36b0e1a22e80d8fe6870eef99e57e9225ea0aac8238e2768cfb5adb7a505"},
{file = "granian-1.2.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bc7fe81582530ed437dea89b894df58d3b17456540db50b4d252d2c7d515ed26"},
{file = "granian-1.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:65a5ee3de9be7fec9010ea2380c8a11d033f3bca658557faec61342b5a4540bd"},
{file = "granian-1.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b5fd6cc2a3b52a9b1aa108bb780b352751587b8540931b632e7af2f56e42fcc6"},
{file = "granian-1.2.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:ab53bda601d197854a05aa2f39e769f0f79b45b7790828e8387e504b6173b3a5"},
{file = "granian-1.2.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:478a39f8758c1c76c131abcbbad74c3ff97b1df901301e185efbf947f5876efd"},
{file = "granian-1.2.3-cp310-none-win_amd64.whl", hash = "sha256:4459c3539d41bfa631fa842d17aff540a9e8b481290bbccd420a2e960b0a019b"},
{file = "granian-1.2.3-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:811c0f89c48899cf804636cd6a4c528e2f8424436e4918354c8d3dc76ab8586a"},
{file = "granian-1.2.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7ac2a49c206871144a98f3765985d510c6b98f794d92f82866b76efeae26a7c8"},
{file = "granian-1.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91ea7b762f25b56d3fe08ccedf727c5575f0a2aeee66d746f8d16c897324ea53"},
{file = "granian-1.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21ce487f4db3c51b271ba9eec4d413db1d89346a9c693a86a6cbcf87770fdbe0"},
{file = "granian-1.2.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:f5eedd857827cbc480e9c503231e623e3105d7d75b68e929897efb1fa98122a9"},
{file = "granian-1.2.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:912e8d411f11be0f34f8d0fea861624acbcc3a633e7460522074565d60343598"},
{file = "granian-1.2.3-cp311-none-win_amd64.whl", hash = "sha256:ad0273e3ce5f8e63490064d92592fb800a606f332a38854bdf4d57f2c56497dd"},
{file = "granian-1.2.3-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:2cf41f72b6e3a3725053a0158992d47708c8ab1289315913ac419dcad1299e1c"},
{file = "granian-1.2.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:51ed4e8e7b51d62edf16e3e7881f1bcba7b43074a5eed4724981ab471598d9f0"},
{file = "granian-1.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:084497b2a9fc5c3c1893854ef7d06ff08436cb8c84ad406827bbee365a29ba20"},
{file = "granian-1.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d36dd4ee113858d0dd531b13b8cc758cd772b4a1d29472bc0a9d0941176dfa06"},
{file = "granian-1.2.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:4f7fade5bac3c5ae92f3a507c35eade78818e1b00c5cfea50401ad4023d299a3"},
{file = "granian-1.2.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:086d66f9180b6b19c5f7e131bb2b927fc669511b71a8ec083b7466b5d7cb8893"},
{file = "granian-1.2.3-cp312-none-win_amd64.whl", hash = "sha256:02e718f9e7ab225436c15a816b78a9517dd0873fcc1e46d064aa78a542eb5c84"},
{file = "granian-1.2.3-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:13abe1a1f5d58f6963c93fa98b2fc6279aa272d397980b0d6674a9a3617c617b"},
{file = "granian-1.2.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:04b6dcd546c9e022d6c58bc8c051564dc51e409a57f6943231439d055fa7e7f5"},
{file = "granian-1.2.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7d48957027c592cc2f8438559cb439fe3bca2b881563d957f7a2cbf2e59d640b"},
{file = "granian-1.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:22e3136c52bed36d6c3a3fac6c02030895170493b75532bdfbcd406bdfe8e9a4"},
{file = "granian-1.2.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ccddc876086d0e87b2d7600126f3697913a4ffd8d05479f321a17d7d71718ce3"},
{file = "granian-1.2.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b76335657c888e2666da9ecb07cb580b22eb7536ca503f582b0892e05edb5523"},
{file = "granian-1.2.3-cp38-none-win_amd64.whl", hash = "sha256:b940c02b12c4bc398aec77b010bcf67faae5ea40e7f2b2e31a9952ad205b4bf5"},
{file = "granian-1.2.3-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:e00a9c5540c7f646c50653cb447524f068bfb0802098f5c20807f5624f672d75"},
{file = "granian-1.2.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e6d9ced4e541ae09a86a2e8a4e1f15d9390de9df482be7dd37f06bc32a5eaf17"},
{file = "granian-1.2.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b3bc78f88deb5657a0c4ce45f37a9c5729ee192af8d8c235240484af5dbf2d2d"},
{file = "granian-1.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b9c4915807cfeed7267e767fdcc4922a2250faa6b0d8cbdda3510d6814a5c36"},
{file = "granian-1.2.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:16f73c9c7e41e3e5d5435c224e05cf339feee37647c8df801909637fa9682ced"},
{file = "granian-1.2.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:63ae455d5e221a651fcdff9a71571857d64366fde8bd71e5cb7fb0e61e680002"},
{file = "granian-1.2.3-cp39-none-win_amd64.whl", hash = "sha256:da35eaa449ee30c3ca66bbc0655843e66e3e2d902054edffd8f1d0754c346e7f"},
{file = "granian-1.2.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:d3f900c3616985863b988125948ea243309042fb8ae746a4bbd1c909fd73a737"},
{file = "granian-1.2.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:e5405ccd1e82c008fb8549500ee733f8d705bdd8f95c2623a8205e865d3dcff2"},
{file = "granian-1.2.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4a7fc7a725c2ae4074180fd36bf0613fee527b91a0aa5d976bc24ef498c5e5f0"},
{file = "granian-1.2.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ea2b9d541a1164291d1747384644557e6375cb99932851a3450769f28a50eed3"},
{file = "granian-1.2.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:e074cce216abaf7847ee909610cd9194bf9c536a1fc0ed205c1c0068a6f5c1d8"},
{file = "granian-1.2.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:d27a7039e19b8b18ce21fa41cfd04ac4ef915bb69e7fd8b00ce6536d47eace35"},
{file = "granian-1.2.3-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:7808664729c4dbe92bb9b97a616822c8e5e495de82d2600aa5643566b859ac2a"},
{file = "granian-1.2.3-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:0142793b9a2b3ef64c55e8a3af5402f7ab90745ffff12bf0675a4b726f7944d3"},
{file = "granian-1.2.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:6cc543f7dbd0f969676c71fa12aaec6d4557a0792b9efd565b8dc075eb8a2f93"},
{file = "granian-1.2.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:16ad4f8568ef4dc64f4e4fb1f9539125777455eb44477471c790c57f921fadd5"},
{file = "granian-1.2.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:719a622000677048fc9bb0795c967f9b33e63c4d08f71199f09810fedcdecb5b"},
{file = "granian-1.2.3-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:dfe29e30530e890a9938dc3a125bf5e45086749b77ff8e999e744bb85a78e9eb"},
{file = "granian-1.2.3-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:0077827d7cb620a8347db2c3abb9ecfbf69d67aa80ed6529a8eb17d5d9055621"},
{file = "granian-1.2.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:5537280c85f701ab5a0a8d07d31f90b10ad5372ed6691db2f5abe10e2ea158ac"},
{file = "granian-1.2.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:ed68616b5d23bd46987d5b27e4b726762d3267972d237c3d970aa9d8bef19bc3"},
{file = "granian-1.2.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:11bb7f4d730b79f536e3a5cce27d31ca7c2d5369a527539e89c0ba4ce1487aca"},
{file = "granian-1.2.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e8027d341c348dd6b7960de6d0936cc42271fc2a9171d6d83425e12265421cd6"},
{file = "granian-1.2.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d559cee2696db8f2492fc360ad1f9da024ec0933647d9c67a487c71d0dc5d477"},
{file = "granian-1.2.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:dda1cfb983f8caeedcf25d8fa848f6179e6bd4344c926e384f77f2d38016fbfe"},
{file = "granian-1.2.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:6fdb5c22a404f0cc09f5e787b01ee9d6f4840e90602207a9a3fcb6074b25b0ff"},
{file = "granian-1.2.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:d28de1c0cc317c5c9cc633da5a89cedbbb895efc5af632f023686a15dae106c5"},
{file = "granian-1.2.3.tar.gz", hash = "sha256:bbc30c7874cd707ac88e8a4a2282f784a0bdd2ccaa71a3783f1ae1a75fdf19b1"},
]
[package.dependencies]
typer = ">=0.4.2"
typer = ">=0.4.2,<0.12.0"
uvloop = {version = ">=0.18.0,<0.19.0", markers = "sys_platform != \"win32\" and platform_python_implementation == \"CPython\""}
[package.extras]
@@ -223,6 +234,7 @@ test = ["httpx (>=0.25.0,<0.26.0)", "pytest (>=7.4.2,<7.5.0)", "pytest-asyncio (
name = "identify"
version = "2.5.12"
description = "File identification library for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -237,6 +249,7 @@ license = ["ukkonen"]
name = "idna"
version = "3.7"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
files = [
@@ -248,6 +261,7 @@ files = [
name = "iniconfig"
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -259,6 +273,7 @@ files = [
name = "mypy"
version = "0.991"
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -308,6 +323,7 @@ reports = ["lxml"]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
files = [
@@ -319,6 +335,7 @@ files = [
name = "nodeenv"
version = "1.7.0"
description = "Node.js virtual environment builder"
category = "dev"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
files = [
@@ -331,67 +348,70 @@ setuptools = "*"
[[package]]
name = "orjson"
version = "3.9.15"
version = "3.10.1"
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "orjson-3.9.15-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:d61f7ce4727a9fa7680cd6f3986b0e2c732639f46a5e0156e550e35258aa313a"},
{file = "orjson-3.9.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4feeb41882e8aa17634b589533baafdceb387e01e117b1ec65534ec724023d04"},
{file = "orjson-3.9.15-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fbbeb3c9b2edb5fd044b2a070f127a0ac456ffd079cb82746fc84af01ef021a4"},
{file = "orjson-3.9.15-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b66bcc5670e8a6b78f0313bcb74774c8291f6f8aeef10fe70e910b8040f3ab75"},
{file = "orjson-3.9.15-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2973474811db7b35c30248d1129c64fd2bdf40d57d84beed2a9a379a6f57d0ab"},
{file = "orjson-3.9.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9fe41b6f72f52d3da4db524c8653e46243c8c92df826ab5ffaece2dba9cccd58"},
{file = "orjson-3.9.15-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:4228aace81781cc9d05a3ec3a6d2673a1ad0d8725b4e915f1089803e9efd2b99"},
{file = "orjson-3.9.15-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:6f7b65bfaf69493c73423ce9db66cfe9138b2f9ef62897486417a8fcb0a92bfe"},
{file = "orjson-3.9.15-cp310-none-win32.whl", hash = "sha256:2d99e3c4c13a7b0fb3792cc04c2829c9db07838fb6973e578b85c1745e7d0ce7"},
{file = "orjson-3.9.15-cp310-none-win_amd64.whl", hash = "sha256:b725da33e6e58e4a5d27958568484aa766e825e93aa20c26c91168be58e08cbb"},
{file = "orjson-3.9.15-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:c8e8fe01e435005d4421f183038fc70ca85d2c1e490f51fb972db92af6e047c2"},
{file = "orjson-3.9.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:87f1097acb569dde17f246faa268759a71a2cb8c96dd392cd25c668b104cad2f"},
{file = "orjson-3.9.15-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ff0f9913d82e1d1fadbd976424c316fbc4d9c525c81d047bbdd16bd27dd98cfc"},
{file = "orjson-3.9.15-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8055ec598605b0077e29652ccfe9372247474375e0e3f5775c91d9434e12d6b1"},
{file = "orjson-3.9.15-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d6768a327ea1ba44c9114dba5fdda4a214bdb70129065cd0807eb5f010bfcbb5"},
{file = "orjson-3.9.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:12365576039b1a5a47df01aadb353b68223da413e2e7f98c02403061aad34bde"},
{file = "orjson-3.9.15-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:71c6b009d431b3839d7c14c3af86788b3cfac41e969e3e1c22f8a6ea13139404"},
{file = "orjson-3.9.15-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:e18668f1bd39e69b7fed19fa7cd1cd110a121ec25439328b5c89934e6d30d357"},
{file = "orjson-3.9.15-cp311-none-win32.whl", hash = "sha256:62482873e0289cf7313461009bf62ac8b2e54bc6f00c6fabcde785709231a5d7"},
{file = "orjson-3.9.15-cp311-none-win_amd64.whl", hash = "sha256:b3d336ed75d17c7b1af233a6561cf421dee41d9204aa3cfcc6c9c65cd5bb69a8"},
{file = "orjson-3.9.15-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:82425dd5c7bd3adfe4e94c78e27e2fa02971750c2b7ffba648b0f5d5cc016a73"},
{file = "orjson-3.9.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2c51378d4a8255b2e7c1e5cc430644f0939539deddfa77f6fac7b56a9784160a"},
{file = "orjson-3.9.15-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6ae4e06be04dc00618247c4ae3f7c3e561d5bc19ab6941427f6d3722a0875ef7"},
{file = "orjson-3.9.15-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bcef128f970bb63ecf9a65f7beafd9b55e3aaf0efc271a4154050fc15cdb386e"},
{file = "orjson-3.9.15-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b72758f3ffc36ca566ba98a8e7f4f373b6c17c646ff8ad9b21ad10c29186f00d"},
{file = "orjson-3.9.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10c57bc7b946cf2efa67ac55766e41764b66d40cbd9489041e637c1304400494"},
{file = "orjson-3.9.15-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:946c3a1ef25338e78107fba746f299f926db408d34553b4754e90a7de1d44068"},
{file = "orjson-3.9.15-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2f256d03957075fcb5923410058982aea85455d035607486ccb847f095442bda"},
{file = "orjson-3.9.15-cp312-none-win_amd64.whl", hash = "sha256:5bb399e1b49db120653a31463b4a7b27cf2fbfe60469546baf681d1b39f4edf2"},
{file = "orjson-3.9.15-cp38-cp38-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:b17f0f14a9c0ba55ff6279a922d1932e24b13fc218a3e968ecdbf791b3682b25"},
{file = "orjson-3.9.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7f6cbd8e6e446fb7e4ed5bac4661a29e43f38aeecbf60c4b900b825a353276a1"},
{file = "orjson-3.9.15-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:76bc6356d07c1d9f4b782813094d0caf1703b729d876ab6a676f3aaa9a47e37c"},
{file = "orjson-3.9.15-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fdfa97090e2d6f73dced247a2f2d8004ac6449df6568f30e7fa1a045767c69a6"},
{file = "orjson-3.9.15-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7413070a3e927e4207d00bd65f42d1b780fb0d32d7b1d951f6dc6ade318e1b5a"},
{file = "orjson-3.9.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9cf1596680ac1f01839dba32d496136bdd5d8ffb858c280fa82bbfeb173bdd40"},
{file = "orjson-3.9.15-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:809d653c155e2cc4fd39ad69c08fdff7f4016c355ae4b88905219d3579e31eb7"},
{file = "orjson-3.9.15-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:920fa5a0c5175ab14b9c78f6f820b75804fb4984423ee4c4f1e6d748f8b22bc1"},
{file = "orjson-3.9.15-cp38-none-win32.whl", hash = "sha256:2b5c0f532905e60cf22a511120e3719b85d9c25d0e1c2a8abb20c4dede3b05a5"},
{file = "orjson-3.9.15-cp38-none-win_amd64.whl", hash = "sha256:67384f588f7f8daf040114337d34a5188346e3fae6c38b6a19a2fe8c663a2f9b"},
{file = "orjson-3.9.15-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:6fc2fe4647927070df3d93f561d7e588a38865ea0040027662e3e541d592811e"},
{file = "orjson-3.9.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34cbcd216e7af5270f2ffa63a963346845eb71e174ea530867b7443892d77180"},
{file = "orjson-3.9.15-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f541587f5c558abd93cb0de491ce99a9ef8d1ae29dd6ab4dbb5a13281ae04cbd"},
{file = "orjson-3.9.15-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:92255879280ef9c3c0bcb327c5a1b8ed694c290d61a6a532458264f887f052cb"},
{file = "orjson-3.9.15-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:05a1f57fb601c426635fcae9ddbe90dfc1ed42245eb4c75e4960440cac667262"},
{file = "orjson-3.9.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ede0bde16cc6e9b96633df1631fbcd66491d1063667f260a4f2386a098393790"},
{file = "orjson-3.9.15-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:e88b97ef13910e5f87bcbc4dd7979a7de9ba8702b54d3204ac587e83639c0c2b"},
{file = "orjson-3.9.15-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:57d5d8cf9c27f7ef6bc56a5925c7fbc76b61288ab674eb352c26ac780caa5b10"},
{file = "orjson-3.9.15-cp39-none-win32.whl", hash = "sha256:001f4eb0ecd8e9ebd295722d0cbedf0748680fb9998d3993abaed2f40587257a"},
{file = "orjson-3.9.15-cp39-none-win_amd64.whl", hash = "sha256:ea0b183a5fe6b2b45f3b854b0d19c4e932d6f5934ae1f723b07cf9560edd4ec7"},
{file = "orjson-3.9.15.tar.gz", hash = "sha256:95cae920959d772f30ab36d3b25f83bb0f3be671e986c72ce22f8fa700dae061"},
{file = "orjson-3.10.1-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:8ec2fc456d53ea4a47768f622bb709be68acd455b0c6be57e91462259741c4f3"},
{file = "orjson-3.10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2e900863691d327758be14e2a491931605bd0aded3a21beb6ce133889830b659"},
{file = "orjson-3.10.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ab6ecbd6fe57785ebc86ee49e183f37d45f91b46fc601380c67c5c5e9c0014a2"},
{file = "orjson-3.10.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8af7c68b01b876335cccfb4eee0beef2b5b6eae1945d46a09a7c24c9faac7a77"},
{file = "orjson-3.10.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:915abfb2e528677b488a06eba173e9d7706a20fdfe9cdb15890b74ef9791b85e"},
{file = "orjson-3.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe3fd4a36eff9c63d25503b439531d21828da9def0059c4f472e3845a081aa0b"},
{file = "orjson-3.10.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:d229564e72cfc062e6481a91977a5165c5a0fdce11ddc19ced8471847a67c517"},
{file = "orjson-3.10.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:9e00495b18304173ac843b5c5fbea7b6f7968564d0d49bef06bfaeca4b656f4e"},
{file = "orjson-3.10.1-cp310-none-win32.whl", hash = "sha256:fd78ec55179545c108174ba19c1795ced548d6cac4d80d014163033c047ca4ea"},
{file = "orjson-3.10.1-cp310-none-win_amd64.whl", hash = "sha256:50ca42b40d5a442a9e22eece8cf42ba3d7cd4cd0f2f20184b4d7682894f05eec"},
{file = "orjson-3.10.1-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:b345a3d6953628df2f42502297f6c1e1b475cfbf6268013c94c5ac80e8abc04c"},
{file = "orjson-3.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:caa7395ef51af4190d2c70a364e2f42138e0e5fcb4bc08bc9b76997659b27dab"},
{file = "orjson-3.10.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b01d701decd75ae092e5f36f7b88a1e7a1d3bb7c9b9d7694de850fb155578d5a"},
{file = "orjson-3.10.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b5028981ba393f443d8fed9049211b979cadc9d0afecf162832f5a5b152c6297"},
{file = "orjson-3.10.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:31ff6a222ea362b87bf21ff619598a4dc1106aaafaea32b1c4876d692891ec27"},
{file = "orjson-3.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e852a83d7803d3406135fb7a57cf0c1e4a3e73bac80ec621bd32f01c653849c5"},
{file = "orjson-3.10.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:2567bc928ed3c3fcd90998009e8835de7c7dc59aabcf764b8374d36044864f3b"},
{file = "orjson-3.10.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4ce98cac60b7bb56457bdd2ed7f0d5d7f242d291fdc0ca566c83fa721b52e92d"},
{file = "orjson-3.10.1-cp311-none-win32.whl", hash = "sha256:813905e111318acb356bb8029014c77b4c647f8b03f314e7b475bd9ce6d1a8ce"},
{file = "orjson-3.10.1-cp311-none-win_amd64.whl", hash = "sha256:03a3ca0b3ed52bed1a869163a4284e8a7b0be6a0359d521e467cdef7e8e8a3ee"},
{file = "orjson-3.10.1-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:f02c06cee680b1b3a8727ec26c36f4b3c0c9e2b26339d64471034d16f74f4ef5"},
{file = "orjson-3.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b1aa2f127ac546e123283e437cc90b5ecce754a22306c7700b11035dad4ccf85"},
{file = "orjson-3.10.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2cf29b4b74f585225196944dffdebd549ad2af6da9e80db7115984103fb18a96"},
{file = "orjson-3.10.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a1b130c20b116f413caf6059c651ad32215c28500dce9cd029a334a2d84aa66f"},
{file = "orjson-3.10.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d31f9a709e6114492136e87c7c6da5e21dfedebefa03af85f3ad72656c493ae9"},
{file = "orjson-3.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d1d169461726f271ab31633cf0e7e7353417e16fb69256a4f8ecb3246a78d6e"},
{file = "orjson-3.10.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:57c294d73825c6b7f30d11c9e5900cfec9a814893af7f14efbe06b8d0f25fba9"},
{file = "orjson-3.10.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d7f11dbacfa9265ec76b4019efffabaabba7a7ebf14078f6b4df9b51c3c9a8ea"},
{file = "orjson-3.10.1-cp312-none-win32.whl", hash = "sha256:d89e5ed68593226c31c76ab4de3e0d35c760bfd3fbf0a74c4b2be1383a1bf123"},
{file = "orjson-3.10.1-cp312-none-win_amd64.whl", hash = "sha256:aa76c4fe147fd162107ce1692c39f7189180cfd3a27cfbc2ab5643422812da8e"},
{file = "orjson-3.10.1-cp38-cp38-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:a2c6a85c92d0e494c1ae117befc93cf8e7bca2075f7fe52e32698da650b2c6d1"},
{file = "orjson-3.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9813f43da955197d36a7365eb99bed42b83680801729ab2487fef305b9ced866"},
{file = "orjson-3.10.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ec917b768e2b34b7084cb6c68941f6de5812cc26c6f1a9fecb728e36a3deb9e8"},
{file = "orjson-3.10.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5252146b3172d75c8a6d27ebca59c9ee066ffc5a277050ccec24821e68742fdf"},
{file = "orjson-3.10.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:536429bb02791a199d976118b95014ad66f74c58b7644d21061c54ad284e00f4"},
{file = "orjson-3.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7dfed3c3e9b9199fb9c3355b9c7e4649b65f639e50ddf50efdf86b45c6de04b5"},
{file = "orjson-3.10.1-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:2b230ec35f188f003f5b543644ae486b2998f6afa74ee3a98fc8ed2e45960afc"},
{file = "orjson-3.10.1-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:01234249ba19c6ab1eb0b8be89f13ea21218b2d72d496ef085cfd37e1bae9dd8"},
{file = "orjson-3.10.1-cp38-none-win32.whl", hash = "sha256:8a884fbf81a3cc22d264ba780920d4885442144e6acaa1411921260416ac9a54"},
{file = "orjson-3.10.1-cp38-none-win_amd64.whl", hash = "sha256:dab5f802d52b182163f307d2b1f727d30b1762e1923c64c9c56dd853f9671a49"},
{file = "orjson-3.10.1-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:a51fd55d4486bc5293b7a400f9acd55a2dc3b5fc8420d5ffe9b1d6bb1a056a5e"},
{file = "orjson-3.10.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:53521542a6db1411b3bfa1b24ddce18605a3abdc95a28a67b33f9145f26aa8f2"},
{file = "orjson-3.10.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:27d610df96ac18ace4931411d489637d20ab3b8f63562b0531bba16011998db0"},
{file = "orjson-3.10.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:79244b1456e5846d44e9846534bd9e3206712936d026ea8e6a55a7374d2c0694"},
{file = "orjson-3.10.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d751efaa8a49ae15cbebdda747a62a9ae521126e396fda8143858419f3b03610"},
{file = "orjson-3.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:27ff69c620a4fff33267df70cfd21e0097c2a14216e72943bd5414943e376d77"},
{file = "orjson-3.10.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:ebc58693464146506fde0c4eb1216ff6d4e40213e61f7d40e2f0dde9b2f21650"},
{file = "orjson-3.10.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:5be608c3972ed902e0143a5b8776d81ac1059436915d42defe5c6ae97b3137a4"},
{file = "orjson-3.10.1-cp39-none-win32.whl", hash = "sha256:4ae10753e7511d359405aadcbf96556c86e9dbf3a948d26c2c9f9a150c52b091"},
{file = "orjson-3.10.1-cp39-none-win_amd64.whl", hash = "sha256:fb5bc4caa2c192077fdb02dce4e5ef8639e7f20bec4e3a834346693907362932"},
{file = "orjson-3.10.1.tar.gz", hash = "sha256:a883b28d73370df23ed995c466b4f6c708c1f7a9bdc400fe89165c96c7603204"},
]
[[package]]
name = "packaging"
version = "22.0"
description = "Core utilities for Python packages"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -403,6 +423,7 @@ files = [
name = "platformdirs"
version = "2.6.2"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -418,6 +439,7 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2)", "pytest-
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
python-versions = ">=3.6"
files = [
@@ -433,6 +455,7 @@ testing = ["pytest", "pytest-benchmark"]
name = "pre-commit"
version = "2.21.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -451,6 +474,7 @@ virtualenv = ">=20.10.0"
name = "prometheus-client"
version = "0.15.0"
description = "Python client for the Prometheus monitoring system."
category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -465,6 +489,7 @@ twisted = ["twisted"]
name = "prometheus-fastapi-instrumentator"
version = "7.0.0"
description = "Instrument your FastAPI with Prometheus metrics."
category = "main"
optional = false
python-versions = ">=3.8.1,<4.0.0"
files = [
@@ -480,6 +505,7 @@ starlette = ">=0.30.0,<1.0.0"
name = "pyaes"
version = "1.6.1"
description = "Pure-Python Implementation of the AES block-cipher and common modes of operation"
category = "main"
optional = false
python-versions = "*"
files = [
@@ -490,6 +516,7 @@ files = [
name = "pyasn1"
version = "0.4.8"
description = "ASN.1 types and codecs"
category = "main"
optional = false
python-versions = "*"
files = [
@@ -501,6 +528,7 @@ files = [
name = "pydantic"
version = "2.6.4"
description = "Data validation using Python type hints"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
@@ -520,6 +548,7 @@ email = ["email-validator (>=2.0.0)"]
name = "pydantic-core"
version = "2.16.3"
description = ""
category = "main"
optional = false
python-versions = ">=3.8"
files = [
@@ -611,6 +640,7 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0"
name = "pydantic-settings"
version = "2.2.1"
description = "Settings management using Pydantic"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
@@ -630,6 +660,7 @@ yaml = ["pyyaml (>=6.0.1)"]
name = "pytest"
version = "7.2.0"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -651,6 +682,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.
name = "python-dotenv"
version = "0.21.0"
description = "Read key-value pairs from a .env file and set them as environment variables"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -665,6 +697,7 @@ cli = ["click (>=5.0)"]
name = "python-multipart"
version = "0.0.9"
description = "A streaming multipart parser for Python"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
@@ -679,6 +712,7 @@ dev = ["atomicwrites (==1.4.1)", "attrs (==23.2.0)", "coverage (==7.4.1)", "hatc
name = "pyyaml"
version = "6.0.1"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -739,6 +773,7 @@ files = [
name = "rsa"
version = "4.9"
description = "Pure-Python RSA implementation"
category = "main"
optional = false
python-versions = ">=3.6,<4"
files = [
@@ -751,18 +786,19 @@ pyasn1 = ">=0.1.3"
[[package]]
name = "sentry-sdk"
version = "1.43.0"
version = "2.0.0"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
python-versions = "*"
python-versions = ">=3.6"
files = [
{file = "sentry-sdk-1.43.0.tar.gz", hash = "sha256:41df73af89d22921d8733714fb0fc5586c3461907e06688e6537d01a27e0e0f6"},
{file = "sentry_sdk-1.43.0-py2.py3-none-any.whl", hash = "sha256:8d768724839ca18d7b4c7463ef7528c40b7aa2bfbf7fe554d5f9a7c044acfd36"},
{file = "sentry_sdk-2.0.0-py2.py3-none-any.whl", hash = "sha256:15033ab12894b5a41a5b84a4fdf57229e196932b8a3c9b6b54a9a0d313127117"},
{file = "sentry_sdk-2.0.0.tar.gz", hash = "sha256:cf4a21ecb1d23bbcb17cc4124ef9b67aeecd4e7e4f0d3b256bc22f644b7974bc"},
]
[package.dependencies]
certifi = "*"
urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""}
urllib3 = ">=1.26.11"
[package.extras]
aiohttp = ["aiohttp (>=3.5)"]
@@ -800,6 +836,7 @@ tornado = ["tornado (>=5)"]
name = "setuptools"
version = "65.6.3"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -816,6 +853,7 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
name = "sniffio"
version = "1.3.0"
description = "Sniff out which async library your code is running under"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -825,13 +863,14 @@ files = [
[[package]]
name = "starlette"
version = "0.36.3"
version = "0.37.2"
description = "The little ASGI library that shines."
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "starlette-0.36.3-py3-none-any.whl", hash = "sha256:13d429aa93a61dc40bf503e8c801db1f1bca3dc706b10ef2434a36123568f044"},
{file = "starlette-0.36.3.tar.gz", hash = "sha256:90a671733cfb35771d8cc605e0b679d23b992f8dcfad48cc60b38cb29aeb7080"},
{file = "starlette-0.37.2-py3-none-any.whl", hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee"},
{file = "starlette-0.37.2.tar.gz", hash = "sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823"},
]
[package.dependencies]
@@ -842,12 +881,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7
[[package]]
name = "telethon"
version = "1.34.0"
version = "1.35.0"
description = "Full-featured Telegram client library for Python 3"
category = "main"
optional = false
python-versions = ">=3.5"
files = [
{file = "Telethon-1.34.0.tar.gz", hash = "sha256:55290809a30081fa0bb5052abb7547cbb25d7fbca94f32f13c147504d521804f"},
{file = "Telethon-1.35.0.tar.gz", hash = "sha256:99d7a2e161e9af1cdf03feef7a3fea6eef304a9caf620fe13aefc53099845555"},
]
[package.dependencies]
@@ -861,6 +901,7 @@ cryptg = ["cryptg"]
name = "typer"
version = "0.9.0"
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -880,19 +921,21 @@ test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6.
[[package]]
name = "typing-extensions"
version = "4.10.0"
version = "4.11.0"
description = "Backported and Experimental Type Hints for Python 3.8+"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "typing_extensions-4.10.0-py3-none-any.whl", hash = "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475"},
{file = "typing_extensions-4.10.0.tar.gz", hash = "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb"},
{file = "typing_extensions-4.11.0-py3-none-any.whl", hash = "sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a"},
{file = "typing_extensions-4.11.0.tar.gz", hash = "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0"},
]
[[package]]
name = "urllib3"
version = "1.26.18"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
files = [
@@ -909,6 +952,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
name = "uvloop"
version = "0.18.0"
description = "Fast implementation of asyncio event loop on top of libuv"
category = "main"
optional = false
python-versions = ">=3.7.0"
files = [
@@ -958,6 +1002,7 @@ test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)"
name = "virtualenv"
version = "20.17.1"
description = "Virtual Python Environment builder"
category = "dev"
optional = false
python-versions = ">=3.6"
files = [
@@ -977,4 +1022,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "e91781bd650c5b8eb947e13eb5fe865b6fb051e4bfde1ee733f903a369a49810"
content-hash = "cf6fd6bde1395b0123824f687d42633dee1108a790ca28e25cf4eb1278b380a2"