From c8e5ff39c46f928a80ec4be34e0bcb098872f38c Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Wed, 13 Sep 2023 20:43:30 +0200 Subject: [PATCH 1/2] Update dependencies --- poetry.lock | 32 ++++++++++++++++---------------- pyproject.toml | 11 ++++++----- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/poetry.lock b/poetry.lock index e7b44771..19a7ada2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1108,21 +1108,21 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa [[package]] name = "platformdirs" -version = "3.9.1" +version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." optional = false python-versions = ">=3.7" files = [ - {file = "platformdirs-3.9.1-py3-none-any.whl", hash = "sha256:ad8291ae0ae5072f66c16945166cb11c63394c7a3ad1b1bc9828ca3162da8c2f"}, - {file = "platformdirs-3.9.1.tar.gz", hash = "sha256:1b42b450ad933e981d56e59f1b97495428c9bd60698baab9f3eb3d00d5822421"}, + {file = "platformdirs-3.10.0-py3-none-any.whl", hash = "sha256:d7c24979f292f916dc9cbf8648319032f551ea8c49a4c9bf2fb556a02070ec1d"}, + {file = "platformdirs-3.10.0.tar.gz", hash = "sha256:b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d"}, ] [package.dependencies] -typing-extensions = {version = ">=4.6.3", markers = "python_version < \"3.8\""} +typing-extensions = {version = ">=4.7.1", markers = "python_version < \"3.8\""} [package.extras] -docs = ["furo (>=2023.5.20)", "proselint (>=0.13)", "sphinx (>=7.0.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"] -test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-cov (>=4.1)", "pytest-mock (>=3.10)"] +docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.1)", "sphinx-autodoc-typehints (>=1.24)"] +test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.11.1)"] [[package]] name = "pluggy" @@ -1310,13 +1310,13 @@ plugins = ["importlib-metadata"] [[package]] name = "pyjwt" -version = "2.7.0" +version = "2.8.0" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.7" files = [ - {file = "PyJWT-2.7.0-py3-none-any.whl", hash = "sha256:ba2b425b15ad5ef12f200dc67dd56af4e26de2331f965c5439994dad075876e1"}, - {file = "PyJWT-2.7.0.tar.gz", hash = "sha256:bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074"}, + {file = "PyJWT-2.8.0-py3-none-any.whl", hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320"}, + {file = "PyJWT-2.8.0.tar.gz", hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de"}, ] [package.dependencies] @@ -1395,13 +1395,13 @@ cli = ["click (>=5.0)"] [[package]] name = "pytz" -version = "2023.3" +version = "2023.3.post1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2023.3-py2.py3-none-any.whl", hash = "sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb"}, - {file = "pytz-2023.3.tar.gz", hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"}, + {file = "pytz-2023.3.post1-py2.py3-none-any.whl", hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7"}, + {file = "pytz-2023.3.post1.tar.gz", hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b"}, ] [[package]] @@ -1800,13 +1800,13 @@ files = [ [[package]] name = "typing-extensions" -version = "4.6.3" +version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" optional = false python-versions = ">=3.7" files = [ - {file = "typing_extensions-4.6.3-py3-none-any.whl", hash = "sha256:88a4153d8505aabbb4e13aacb7c486c2b4a33ca3b3f807914a9b4c844c471c26"}, - {file = "typing_extensions-4.6.3.tar.gz", hash = "sha256:d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5"}, + {file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"}, + {file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"}, ] [[package]] @@ -1923,4 +1923,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<3.12" -content-hash = "39056bff51499c48336a68835e0f956918fcc73fdb4cdc01f0392cc2c78d35a2" +content-hash = "b027289ba4ba990caf36d8549f3548d70b180d833af45e5955ca222090dc75fe" diff --git a/pyproject.toml b/pyproject.toml index 9901babb..81b3d780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,9 @@ classifiers = [ [tool.poetry.urls] "Documentation" = "https://atproto.blue" -"Author" = "https://github.com/MarshalX" +"Changes" = "https://github.com/MarshalX/atproto/blob/main/CHANGES.md" "Tracker" = "https://github.com/MarshalX/atproto/issues" +"Author" = "https://github.com/MarshalX" [tool.poetry.scripts] atp = "atproto.cli:atproto_cli" @@ -37,10 +38,10 @@ atproto = "atproto.cli:atproto_cli" [tool.poetry.dependencies] python = ">=3.7.1,<3.12" -httpx = ">=0.24.0,<0.25.0" +httpx = ">=0.24.0,<0.26.0" dacite = ">=1.8.0,<1.9.0" -typing-extensions = ">=3.10.0.0,<4.7.1" -pyjwt = ">=2.7.0,<2.8.0" +typing-extensions = ">=4.6.1,<4.8.0" +pyjwt = ">=2.7.0,<2.9.0" click = ">=8.1.3,<8.2.0" websockets = ">=11.0.3,<11.1.0" pydantic = ">=2.0,<3.0" @@ -137,7 +138,7 @@ inline-quotes = "single" [tool.black] line-length = 120 skip-string-normalization=true -target-version = ['py37'] +target-version = ['py37', 'py38', 'py39', 'py310'] include = '\.pyi?$' exclude = ''' ( From 695318838343798c7d2123bfa781ac646d713630 Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Wed, 13 Sep 2023 21:22:11 +0200 Subject: [PATCH 2/2] Update libipld --- poetry.lock | 200 ++++++++++++++++++++++++------------------------- pyproject.toml | 2 +- 2 files changed, 101 insertions(+), 101 deletions(-) diff --git a/poetry.lock b/poetry.lock index 19a7ada2..25b36c29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -610,109 +610,109 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""} [[package]] name = "libipld" -version = "0.0.1rc0" +version = "1.0.0" description = "Python binding to the Rust IPLD library" optional = false python-versions = ">=3.7" files = [ - {file = "libipld-0.0.1rc0-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:8788c9d434680301c9731a37de5111280125a15a4afa39806191c3da0344afe8"}, - {file = "libipld-0.0.1rc0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6083a6153eeadc540b5cdeb0e98fa7cc64f8e39f2b5a6431732ce8d72b610fa5"}, - {file = "libipld-0.0.1rc0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e7177fd7d74b667870295c0a8409246e38a8a85071bda9c7ddd269e8109de30"}, - {file = "libipld-0.0.1rc0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:628509b0538458d864a8386dff931bfbd54171443c8e994c977f6c33bdb49e27"}, - {file = "libipld-0.0.1rc0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4a4037eb0a60e60fac2924b4371e1ae7d5e63580c4a36e1abb59f497e12447ad"}, - {file = "libipld-0.0.1rc0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cbdd12c9d01972b10f98fc8809589a5842c40143f0cda4681b954879fc2fe69c"}, - {file = "libipld-0.0.1rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dac03c94b25773bf57f4848c164910cdfffc11702f980845b5335e7994d77062"}, - {file = "libipld-0.0.1rc0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4ff283db4443ada64d68fdc6359124d76cfd1f38c5d8131144d6810da546cf92"}, - {file = "libipld-0.0.1rc0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e281befda97978e14d4dfdfd9da5857f14ebfadf6960d83af726cb09b25afd27"}, - {file = "libipld-0.0.1rc0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8d1d52146fa5e5efbc4714a9d7b0531575634972e1ed9493c66b47b660e38cf3"}, - {file = "libipld-0.0.1rc0-cp310-none-win32.whl", hash = "sha256:ec2578357ab704bb3e54c61a6af12fdc6de8ebf0234f3c93a6efa1f093749433"}, - {file = "libipld-0.0.1rc0-cp310-none-win_amd64.whl", hash = "sha256:a139208beb51a62c00ee29bb7ef49630b8bbe8350440a04734cb6cd9b1ab4df5"}, - {file = "libipld-0.0.1rc0-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:03730f653b479ff8e05688e86d8c60b11cdf3e02db45595beaed4613c6909945"}, - {file = "libipld-0.0.1rc0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8c5b978c9d1a379684adacaf9ce561625e28ea08c58582bafbe58c90b23f0ad8"}, - {file = "libipld-0.0.1rc0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c2ba2c356baacd464c8290a4389a93a2f6d9f136d1930e43e559cd5d58b71cb9"}, - {file = "libipld-0.0.1rc0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9e375d4bb2c19578a658e9611908e3c0f6c989a6faac5f85691cae22b368a533"}, - {file = "libipld-0.0.1rc0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:81ed813216b8ca513cb9f7f947631b1d367af617e712fb73d26e512984924ed3"}, - {file = "libipld-0.0.1rc0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ab15b6145c8f2462e6de9a9065c53bb357e5ff0a6c37be966b8d993f67201c84"}, - {file = "libipld-0.0.1rc0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ed88fc8de151f6561342a225511aca9eab2ce853316a6906fc2438a5cfb8a08e"}, - {file = "libipld-0.0.1rc0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:dab0d31ca0c530114d77ca3cd3b3e5776d28118e0aa26b5e48ae81b1c459c45b"}, - {file = "libipld-0.0.1rc0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:34b98f2cd21881e78338a97db50bf06474a53e94c84dc5fb90477999de80943b"}, - {file = "libipld-0.0.1rc0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:80c6566161b6fdeeafc541c43e35c4090fbd2a2ae4f46acbaab247f2f411486f"}, - {file = "libipld-0.0.1rc0-cp311-none-win32.whl", hash = "sha256:36e207ec454558620a554b7e571565717dca9b9a714ec5eaa104e616057750bd"}, - {file = "libipld-0.0.1rc0-cp311-none-win_amd64.whl", hash = "sha256:3ab1967dfbad0a45c8c14f0bddc89330bb6e07f2d07418cb0039ef638a3ebf8e"}, - {file = "libipld-0.0.1rc0-cp312-cp312-macosx_10_7_x86_64.whl", hash = "sha256:ce7fff25002c7ac3a06163397b515140f787fc7e7dd0a90cfbe7b4dca841753c"}, - {file = "libipld-0.0.1rc0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c5132e4ff73ee6268fcc4b15be05bf79ba0d6822d9270582a1e5c9726b0a3c6d"}, - {file = "libipld-0.0.1rc0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:abe7e51db01f16df3c10330283dede936c279c718d8e854e81169d110c35a1cd"}, - {file = "libipld-0.0.1rc0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:cfbc669ee777eb5b94d859ad2db168bc0a799b3cb0f397980a4cdd816709e7e7"}, - {file = "libipld-0.0.1rc0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a516bb661a2ce0c019090b087641b268a5bc77cd8d9e0fca9a713d01aecac1f0"}, - {file = "libipld-0.0.1rc0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8b220b51aa2ae35f5bd919cf574d8fa0f45e2514bd5a12d063e59cff81d77a7a"}, - {file = "libipld-0.0.1rc0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d05f5761b170b60af44900d10caa89caf5ccc97741da4ec63e9c1b1dfee37e41"}, - {file = "libipld-0.0.1rc0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a34b1ad95d658dd1fbda7ffd87a7621eedb45a9a7a30af82f2e072f062c243ba"}, - {file = "libipld-0.0.1rc0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:78aed4a47da25a19220e3f0184c63ec5c949d650a625740194c868c40d906b5f"}, - {file = "libipld-0.0.1rc0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:6f43a15ebacace395554cb5dc3f599cf66cf5100d5750af43e97b3cc6942552d"}, - {file = "libipld-0.0.1rc0-cp37-cp37m-macosx_10_7_x86_64.whl", hash = "sha256:e0158a4de6232a8a7557e7dacb2bdf74a58537007a07efa205f3334661b6a968"}, - {file = "libipld-0.0.1rc0-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:2e97f25854b1bff1449525704ee16757b844840ecc427b0b74ea28fdd90731cb"}, - {file = "libipld-0.0.1rc0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cce94a151104d118af826aac28c7726032454887616e0a057b2fdbf938644b40"}, - {file = "libipld-0.0.1rc0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3f414e84750e883ed7f605890131d4c521efd1684850e60388bc527edf0c4cff"}, - {file = "libipld-0.0.1rc0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ca27698cc83571fcb7984a385a34fbb5c603f22b607f6e0c240f56fd7756d4c"}, - {file = "libipld-0.0.1rc0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0999c5145c89479bb1882cba4c68b076197e510675f5835b34227829772d9814"}, - {file = "libipld-0.0.1rc0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1aaef4b60e4e73eff83cae3fc60817c7c816252b512ac8e030ee4e39acd7eca8"}, - {file = "libipld-0.0.1rc0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:42e0ba6e49fecd01c5e776767367a6c5ec2b6b1de63a1b82c0d3934d33d25c5d"}, - {file = "libipld-0.0.1rc0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:3c482df1d63fc4cc778f471ecc68bbaf467cf880eb0fa39e49053cd6643bf1ae"}, - {file = "libipld-0.0.1rc0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2b83e69b8f9ec7a79c53cb7e94b5947474877d45ad31885a44be6038a80b9d00"}, - {file = "libipld-0.0.1rc0-cp37-none-win32.whl", hash = "sha256:76858a0bb9135e4e726bd4dfdd283b2858c5a94f4854641388f9bff53465b6e5"}, - {file = "libipld-0.0.1rc0-cp37-none-win_amd64.whl", hash = "sha256:18be74d9d1d85d4268f84c0b7d97e24e559ae5fb2c1ede7d0d9ab7a8313b9065"}, - {file = "libipld-0.0.1rc0-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:86df0e393516d88e2e869e9f5135c123ccf97bc9ee628cd29dfe135346216537"}, - {file = "libipld-0.0.1rc0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:d1a8e7af6dc04aa353e19518e0941df8d0f8e0187a5748dca62d8fee28c06514"}, - {file = "libipld-0.0.1rc0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eed242dccfa517a97575a82b8aae6fbc1666e0910872f6b2b16b0dd85e9bb70a"}, - {file = "libipld-0.0.1rc0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3f00131058cff442d409459db6653c2defac5492c7eb1729ad260b624b61e2da"}, - {file = "libipld-0.0.1rc0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4ead1e446a9bbb2c2201b696d3dca0c94534e0f0fe8266d58ab7aefc4bcc29cb"}, - {file = "libipld-0.0.1rc0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a6cd2c4ed1e6c0407a272fdf4bb23d7f09e22c6a1a05f39b6d88f3044ce829ed"}, - {file = "libipld-0.0.1rc0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:545c99696efdfd4289fdf757b2b5589279b10d3ff6e03c7d1ac6f27ba5210895"}, - {file = "libipld-0.0.1rc0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:aa565f1ecf65d1339eb0dedf524bf198d1b4cc5eb73bd15040158f3e2e57dea9"}, - {file = "libipld-0.0.1rc0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:8649f291887ad0450686d489dc1077fc2b3b3ec3b772eb9c76511ddd1d515fde"}, - {file = "libipld-0.0.1rc0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b53ba4cb7a0ec49974d8d7b8c35181fa8fad08343595d77402442073473756b8"}, - {file = "libipld-0.0.1rc0-cp38-none-win32.whl", hash = "sha256:9865494b47406d17bad5e8bd978922ba9532da92b5a92f9d9dfa970d0571529d"}, - {file = "libipld-0.0.1rc0-cp38-none-win_amd64.whl", hash = "sha256:55f438dfa63ff7432f8c293a3cfa79af3550ca57b4c38e1f4022fa5cbbd46fc6"}, - {file = "libipld-0.0.1rc0-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:370fb96d69777d633b4c9ba093af1381f40b9beb2589a288405bc74306d98a9b"}, - {file = "libipld-0.0.1rc0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3c434abed489d98aa5fd0ef36fb38f782fcb3442f842277b21432879293b781c"}, - {file = "libipld-0.0.1rc0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a59771d7d6378563d02a098e6a8034f5f23e50cf408a6483e2c23e8dc11078eb"}, - {file = "libipld-0.0.1rc0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3fb883380399c012823be021521c3bffbcb4dbdd2a7660737e917d10d26853a6"}, - {file = "libipld-0.0.1rc0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4cf4d385f42ca58cff0b0a5b2a9ae80e2f0830584fa636f9cd19cd6b2365cbc4"}, - {file = "libipld-0.0.1rc0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8bfafc00735e1fce5900da2b7f8810abb29889477cc753a65759c4d99844760b"}, - {file = "libipld-0.0.1rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40a1566179cbd71b4f6449e7e00f83b2e82b70f77ff8f6ccb7d46422a9a63396"}, - {file = "libipld-0.0.1rc0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b6ae8b0f590c982a981edaa5f410f3bd225a8810963506a84289ca36a2fb5ac2"}, - {file = "libipld-0.0.1rc0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:29ba91979349cf2356c5430f2a9b9deb37035ad3f5f81d0407464890f8d46829"}, - {file = "libipld-0.0.1rc0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:bd4612ce749f1e2fbbef403d91f0ff08ba62b1b79c495e8bd728fca0c8f6930c"}, - {file = "libipld-0.0.1rc0-cp39-none-win32.whl", hash = "sha256:67e3116c537bdeae94e59b6136c6e37d49d5de7fe8ee55d889dcc0a43d31b929"}, - {file = "libipld-0.0.1rc0-cp39-none-win_amd64.whl", hash = "sha256:931d74f854adc09dead9bd9010ae634f03f704f74e4c8875b6c88c9295e65304"}, - {file = "libipld-0.0.1rc0-pp310-pypy310_pp73-macosx_10_7_x86_64.whl", hash = "sha256:ffc6935f14ed0336e144793597e0384ba3ebd996db6646f47ccbd0288e85939a"}, - {file = "libipld-0.0.1rc0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:15d0a904ed87c992b089fa7f8f5fe74229a7b666bd215225e1d778fda75ff87a"}, - {file = "libipld-0.0.1rc0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1ceb939bb0dba13b760ed197140be4970e147818cd73a79aba9aa51d25837333"}, - {file = "libipld-0.0.1rc0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b40b0fe45c825164f6254f895cdc77d92c5cef3c336dfc21ded834c8cdf67350"}, - {file = "libipld-0.0.1rc0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:20b203068fc999347b66d0a9a769244b5d25b9ca657b634437c339280b3e04b7"}, - {file = "libipld-0.0.1rc0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:519c6fd193e09a85c5b04a220fd24e05786d6b6aa30d10e3dd4b7b7c3b72eef6"}, - {file = "libipld-0.0.1rc0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:3d505aa413210583dc5fff9af998db484af37512069483aea0fce78651636497"}, - {file = "libipld-0.0.1rc0-pp37-pypy37_pp73-macosx_10_7_x86_64.whl", hash = "sha256:bae60e05fffdfa13e53c17b0ab9dffb9120c93ff22a9c838385d97bc1c5f45d1"}, - {file = "libipld-0.0.1rc0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:37d90d2ff3c202c9239fdeb19e1b17e15ffc41da3a02dc64e40943962dae0b99"}, - {file = "libipld-0.0.1rc0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8811ddaffd61ae0c7ddd6bd0faa2f9642dbc877fa24631f572a574d4994ad3ac"}, - {file = "libipld-0.0.1rc0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:18d01c3e06f179435b61f37f744362b3e3decbd9cd04bd38392753c36ae01aea"}, - {file = "libipld-0.0.1rc0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:0f8754401eec5bc73040aa9fd4dd7ac64ca902b96cfb60bf836574c5657b297a"}, - {file = "libipld-0.0.1rc0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:4ed4d57f566ceb5f3dcc95c31e7339bc6d733fa5a10b58d148572d7064195858"}, - {file = "libipld-0.0.1rc0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:a4c8c035ff8ef99d533bf33b1afd351ae511cf6b96e4b9eb5970cd08d899af52"}, - {file = "libipld-0.0.1rc0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:1b5425e114173067b2dc89868c034001c2e1df41c111073fdd35c53532374205"}, - {file = "libipld-0.0.1rc0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0b6b7c5d47b02316c35c5e4d560b6b82b22569656fcdcbbfb2f0c9c9dc4e6184"}, - {file = "libipld-0.0.1rc0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d0d3c22790aa142ee8b8147b3771bbd54def82280ddae2ef4052295cc6cfee4c"}, - {file = "libipld-0.0.1rc0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:84b0672d594182f33395326fa26a26955cb8a25b003dbd35c5385b9327994e4e"}, - {file = "libipld-0.0.1rc0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:b7cac1e9f709367e26f3360ab27e879572a41d9ffa247bd1e4b46ed52929b238"}, - {file = "libipld-0.0.1rc0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:2e1c160671874598e1252f7185c5e235af36aae9e0cedfa6d7b779132a18183f"}, - {file = "libipld-0.0.1rc0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:c7261b443fa343cb0dad2725ac6787dabdf67276182515553bf8654f56cfc918"}, - {file = "libipld-0.0.1rc0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:321a47035478ca32e707db7ed6616914477e9657f60b114788f2a5907ca504c1"}, - {file = "libipld-0.0.1rc0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e7875b7dfb216ea4be6256000c10afe2d5d24bee4e2a7f023d82871fa012f18c"}, - {file = "libipld-0.0.1rc0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:42d017b0c39eb6ac91446b136e6ab00617e882ee798e1ada2b31ad2656803dd7"}, - {file = "libipld-0.0.1rc0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e1558a8b4ad72a4a929a5da9f2149cdb613f491429b99118aeee2e000f63f903"}, - {file = "libipld-0.0.1rc0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:fce911716e3a0492f87542188dc8ad0b0f50b5720aacd7e5407743987e34fadb"}, - {file = "libipld-0.0.1rc0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:14df0bd664a04068b68256189d569da207c320a2450c6418f532b4d2bf647022"}, - {file = "libipld-0.0.1rc0.tar.gz", hash = "sha256:c94796877c5610b09c2d434a32b6c686320b0d62563294db26eda10a43c11372"}, + {file = "libipld-1.0.0-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:ade29a79baebd5ce7134590744516c8586d4520f604044b1df1a10a50857a607"}, + {file = "libipld-1.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a3d817f58a51a2a3b5a0d92a581bb24715b8d2107d30b8c6e39b44ec4b8988a2"}, + {file = "libipld-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:517a791300915b8c45953c7f3a2a2c8ef63df173766d989cd31827807a9ffa2d"}, + {file = "libipld-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:34865a22c60693c028866cb73b8711688b0cfe1c82461a9820afbb7b8e3e119b"}, + {file = "libipld-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:396610a0439ca8fd7d9f8e41b134b8597d78632e732881316e85143b4ddca0c0"}, + {file = "libipld-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e407296a13a09163a32aa5eb250486dbb4fed379c312aa5904a14187e1258e0c"}, + {file = "libipld-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:434c66d22b98977f7d9beddd06268698aef79900270249b6cf88c5f91e29cd02"}, + {file = "libipld-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d2dc8416bb46c5311e0d72148b3c9d402d2b3299c71cb50282b3885f52007728"}, + {file = "libipld-1.0.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d6d01e7b1de079612b254366f2a028b564bd200f8a9c27a8a9d477617aa7e3ad"}, + {file = "libipld-1.0.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:46663e509350999dcd27a274ad9ea339eabdca85c82afba33c4c66a1280174b4"}, + {file = "libipld-1.0.0-cp310-none-win32.whl", hash = "sha256:02ce69ba8af0b9cbec1482fecfa0584ab553b000ff15428fa38951422b06ee50"}, + {file = "libipld-1.0.0-cp310-none-win_amd64.whl", hash = "sha256:92cf0e1d8f74e5757f61c33e546eef4c1259702efbd579cb3b7272b8c73c190a"}, + {file = "libipld-1.0.0-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:dc64b8c78b21f0143c0d5e440c5e69cdb3790f8033bed52b68885b019c6ceccd"}, + {file = "libipld-1.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:fab4665ea66d967b0a1c966964592fc93fa17ef965d93dba7579f39bcbbfda31"}, + {file = "libipld-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:06cf7e32b4f71be79ece1bf76f0123c601688874dde1ce1f27ec8f85a1eeb90a"}, + {file = "libipld-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a5a60c33388c0f111309f5162c146165d29567f5dc70c2519e7babfc73af4015"}, + {file = "libipld-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:88a721a045cee5cb364321249d1d458e62ac1c6ca49f294e5dc9709a8887cd6e"}, + {file = "libipld-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0bbb2959d407ed4d43e306607c72e26c2f5fb4cf58993357458b1a56db2d5d22"}, + {file = "libipld-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5f7979bddf561573b4661add33dbbd6056fc9cacc5532c20f51f7f4352c7e13b"}, + {file = "libipld-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4698c39216cefedea6b881c521f8080ee5511bcbd6f31278595443ca66ffd950"}, + {file = "libipld-1.0.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:68c140aaf1c708adfa334a254af29649e142fccf6d50b686271b653fbb86bced"}, + {file = "libipld-1.0.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:7c177ef5dd6e6457751717a0d24d59e4ac6c971abaa21e1b60b00a3813c4482f"}, + {file = "libipld-1.0.0-cp311-none-win32.whl", hash = "sha256:59a0c5e40c7d3534f4a020f94f049a4dddfbbbf4416069a5ad1d514a304366f1"}, + {file = "libipld-1.0.0-cp311-none-win_amd64.whl", hash = "sha256:ae1d080a20c77b1d840758dfedb3d86399bed3a3c7f7b0405234227bb920b0aa"}, + {file = "libipld-1.0.0-cp312-cp312-macosx_10_7_x86_64.whl", hash = "sha256:9593c7d3cff577b1895599632fbeb2f64621af9c82bcce7f417d7786a0eeb5de"}, + {file = "libipld-1.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d60cd1acd149b24d015414bd2c262f2b4b36f2bf707b16339ccbf539ea73cf05"}, + {file = "libipld-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4f0c1ac50777e0eb8dc612e5e9153d9f87b54d14a392a5710555bd869a4b20f3"}, + {file = "libipld-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d93e01f703895dfa0238f5527e53ada6e40e4d3a1cb9c3c2a77189efeb43de52"}, + {file = "libipld-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5b405f4fc5754a2c14a2c873af2935f6b163b0f4ff30b50f226648b1aac87ab9"}, + {file = "libipld-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e8afb6ea701028ec901aa2f8189a1e963d68cb37b5072ef45ee32cee882396d5"}, + {file = "libipld-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:97fe20aa7b20c91f5c8c4019d7d18bfb9f1d6b7705e802716fa0adeee0451154"}, + {file = "libipld-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5da0f08c438b3cdfb010dcc04a762af9093ea29e9153c37dff46b8e3648eef9e"}, + {file = "libipld-1.0.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:f0fe940b0384bdfaf34462d572f83cd4a403bf60254b41f9dc978ac4eb47db22"}, + {file = "libipld-1.0.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:27864829a965366367e58395adc73f5bd0182bc677b6d226152835e57566fa91"}, + {file = "libipld-1.0.0-cp37-cp37m-macosx_10_7_x86_64.whl", hash = "sha256:fe2bd750284a1683f0b25756500a62cdc6714cf0ddef21a0981b75edd70557cb"}, + {file = "libipld-1.0.0-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:4e8685abfc493676569a23a64e356dc468fb735e97d6de52f9ddb8cd5d3728e1"}, + {file = "libipld-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:db0c86856557463e23f9ae967ee8ca42618f301f1f86e54e2d684d310c68b90b"}, + {file = "libipld-1.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a701d7d3a13e010234e7ecd1491640cbfe8dd62465d944c91b631238b2543370"}, + {file = "libipld-1.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b1221d149a62a023d50f602145324689708d71e8d8d32459b5a9e2c61a59f1fa"}, + {file = "libipld-1.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8c2c96fc742034a141adee353092952457028c01201634f7bca6579f7bc0e575"}, + {file = "libipld-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:954204a6dfdf786acb52f43eca2a2d879f854c3c5826a1d57f40ba9e65b51b2b"}, + {file = "libipld-1.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c40e83fcb7504ac73b54cdec3ed46d97408a492f6c2d366656e80b899e1e852d"}, + {file = "libipld-1.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:ff45f0dbeddd07eb158ab8d44935319e51a74712fc3b39c0f0c6a92c72de318c"}, + {file = "libipld-1.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:6b446427dbf910660e538811daf03ba3d039bce72b7c863c426684da75aec6b6"}, + {file = "libipld-1.0.0-cp37-none-win32.whl", hash = "sha256:cbc896b2a72e59f5431711850c24df355a9ad3fd1fe7c3d16ab370603f93d380"}, + {file = "libipld-1.0.0-cp37-none-win_amd64.whl", hash = "sha256:18ad5a6514b24a6055373a1f534c16c01ba5274e4e8bf4068b5139ee94badf10"}, + {file = "libipld-1.0.0-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:5187f5892f629e81d6edfe254292ff9d3d3bf264558bab4c13e91315ce4bbf50"}, + {file = "libipld-1.0.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b0325820ba82711f540ca8b3ac1e6165d0e238712cfdf992f5cd58632bf8b5b7"}, + {file = "libipld-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0c4cc21f027e375ab2ef3cfebe8e1cb2fbac3c33ebc262d9f2cc22f280b1e4d1"}, + {file = "libipld-1.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5a6d2186897cd38bfa97d7368abc914993ea1d305c903714569aae265ca6935b"}, + {file = "libipld-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2ca4d630eb2103c221183774e8ee8d8ce8c4c186fcb5e36591fd6b8bdfd0e657"}, + {file = "libipld-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e4c5fd0e7f90cc054ff435d1309fd024e3cc358e3fb9cb1bb095450695a7eb1d"}, + {file = "libipld-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:616a73df73b63a470dca66e3f6b4f4711c7bcf1d49b80fa8f6041e74b89dd829"}, + {file = "libipld-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:72c77e0203f001674da06e7cbaa04bb9823644a13dfa5e4251377e9e54409c56"}, + {file = "libipld-1.0.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9cec59944c4cb4c9e16c90baf1ade8982291ec51a6729d0206a5095bbbb6be5c"}, + {file = "libipld-1.0.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:074f6f4e85fbd0ec9a16423b463b9d481b4882d77c54671e7b05f0ed78b50647"}, + {file = "libipld-1.0.0-cp38-none-win32.whl", hash = "sha256:2f57c1ad68a267598437c06eaa269a5ee84e669cd50baf9461f5c0fbeda788b2"}, + {file = "libipld-1.0.0-cp38-none-win_amd64.whl", hash = "sha256:15859bb5eaef8cffa0cd49553cad994701feca508d42ab91cd22672e06916f77"}, + {file = "libipld-1.0.0-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:cc4f80dd5784db9b5e74bfad54bf01f93fc74119999bc59af360ae03bc844ed9"}, + {file = "libipld-1.0.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ca910fbc5878240f194dfe77b234bcf86dbb6733b2ddb6dbb6fb6c2f2fb97a71"}, + {file = "libipld-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4279891af4b11a882d6dd1bccc08e3e62e4d5d0e72cea52b9ff616a6355e939d"}, + {file = "libipld-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:115cd8f0d38de598c6738a7f1cfbea933f4d3517134652fd4d770e824fe90a77"}, + {file = "libipld-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5c80259ede2f284888709b78613887de35aa16c7e9a48e47d460f445a5a39e81"}, + {file = "libipld-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5cc0f0616aa39cf3a1d016b3389d8b7745d17bbc3ad91aa30f281146a1c24ff8"}, + {file = "libipld-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4de5453fe0eb53913eb7ae12f2ec330eb54d4584ae0f6d46798f83337a03444b"}, + {file = "libipld-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d7d03eb1fd64c34fb80aca68939c117c87cbcf20f202cb51af772075acfbb640"}, + {file = "libipld-1.0.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:2d15a1c8f66e74b3a6c37ea8b39ef565f3702482a409787691cac3aa0f2298ef"}, + {file = "libipld-1.0.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:65db08ce2ceab075bf7d0cc410640e1b326c53b28ce26423cdbfabfbfd236610"}, + {file = "libipld-1.0.0-cp39-none-win32.whl", hash = "sha256:c4e1f8db41e9fd15e81ae215ffdbea11f10d7621723d833fecd3d29a085b8352"}, + {file = "libipld-1.0.0-cp39-none-win_amd64.whl", hash = "sha256:f09ae916e05b87853343332e2b6a832a23ab6a6d68c92bdb4a7b3c3ce73a7fed"}, + {file = "libipld-1.0.0-pp310-pypy310_pp73-macosx_10_7_x86_64.whl", hash = "sha256:ccec740845b74b0e019e27c4b1a5bc58bcd6a5cb3dafbc8de988a1d64e1ce225"}, + {file = "libipld-1.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:172c843d0c6813b6cf9a0f33ad9f047ff13f390a29ffdf1fda45b37b424ec5a9"}, + {file = "libipld-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9fc6b88323a922c2a83514f58365e5bd6504c4f72643a83960d46a6dedda431e"}, + {file = "libipld-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1cb1eb88ac138050a76bbe2b1b0cb0e5e89fedd35a6101fd1a4e49acf640089b"}, + {file = "libipld-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ab1e178f3358b1c7b8f25d73a5245e51cc0ce2c5b79a587336f36da388074584"}, + {file = "libipld-1.0.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:0201d825e460b9014224652e76f0f66042dff26a2fbbb2c9010a6eb4c1c12bbb"}, + {file = "libipld-1.0.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:feb1769484aa7bbd4953d913bb10d6949aa6f65476b26f1545e71d5c9a908503"}, + {file = "libipld-1.0.0-pp37-pypy37_pp73-macosx_10_7_x86_64.whl", hash = "sha256:aa3d89e0c4fdde54686c3e3783612882f59fabd183f1b2b141a6383e474d1c3d"}, + {file = "libipld-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:168fc5a500e518bb6065f018d26f44ef462608eac6df50508ad6bfa752f87b1b"}, + {file = "libipld-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:923db7b172c4e8735e46f34c394a9998504c71ce53b3359cd8a45cec5de5656a"}, + {file = "libipld-1.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ed19d38cf801a3aa1ae64c9fefd32487418af5e53f14096ebabbe133d9959791"}, + {file = "libipld-1.0.0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:2870e9a60257a2d71a2f4f2d132b40acd10b038fb63b55504633d97d4e24fb8a"}, + {file = "libipld-1.0.0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:19ab59774e68067ab9bb65a60d25a6d6c0199bcb84bfde9e614d0a7fbf54ef2e"}, + {file = "libipld-1.0.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:da5aaed79c7011d13fe203e86f7d92187e53333cde79cfec85c971219c1dbe3a"}, + {file = "libipld-1.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:9620206f5f8e0f2b9624466283e3f9df7f8dcdcac92a6ca0c34cff289868187d"}, + {file = "libipld-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0379aaaae548ed0c96b49b2217b507f78a75e6492a0269b3f741d822e4a6c66f"}, + {file = "libipld-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:98b6ca50d6336b9084ab7a6d4051dc46432eefebfe901d45d893cbe58c78853f"}, + {file = "libipld-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:bf738b51c2dd6135581188445f51078e9baea1719796122a0151bc9529aa1306"}, + {file = "libipld-1.0.0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:0d26d8e624d78507eeaa944169b50cda68415008073e99d5da3d4bac0b1fac2d"}, + {file = "libipld-1.0.0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:e41ca1a0561df427fc082d64e4e027e18bb2df985f56e9f06d409efe364f2830"}, + {file = "libipld-1.0.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:d956e93a966b0b1d9fa0816c517d2a62d5b707bbd0df99aa4fff810965057a33"}, + {file = "libipld-1.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:f453ecfac93ddc911b222fedc357614d4cecf7f0d863e621f0072fcfe68f2685"}, + {file = "libipld-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:06cad4c3d301a4e7df24008611445e1f545a3ba7360e075ae76b64b82325208e"}, + {file = "libipld-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5b4ddd03276c8c3a080665af6d25cb68e0408aab67dd5d360ff91751c0cba6c9"}, + {file = "libipld-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:003cabb870a48c4c4f5a9c62052600b1204e832cef36acf6aa50a966ba5105fc"}, + {file = "libipld-1.0.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:fb85c2a1e11cde99af6fc1874560bb9deb99c9edbf1289207d106c9326d49fea"}, + {file = "libipld-1.0.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:3578224b23f6f10c0601eedfcff10fde38925de8b1f45fd4d45839e933ebd339"}, + {file = "libipld-1.0.0.tar.gz", hash = "sha256:91fb726972b98d26ba7166ed586006915b8ad1591ae63233fb1b02b48ed7ba04"}, ] [[package]] @@ -1923,4 +1923,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<3.12" -content-hash = "b027289ba4ba990caf36d8549f3548d70b180d833af45e5955ca222090dc75fe" +content-hash = "61f3658777813c99e0806a8c1508e343077ca46e82b90a6fd51ce6f3651abca3" diff --git a/pyproject.toml b/pyproject.toml index 81b3d780..04ee693a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pyjwt = ">=2.7.0,<2.9.0" click = ">=8.1.3,<8.2.0" websockets = ">=11.0.3,<11.1.0" pydantic = ">=2.0,<3.0" -libipld = "0.0.1rc0" +libipld = ">=1.0.0,<2.0.0" [tool.poetry.group.dev.dependencies] black = "23.3.0"