This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-2-test by this push:
new 3a1851b860e [v3-2-test] CI: Upgrade important CI environment (#67633)
3a1851b860e is described below
commit 3a1851b860e9b5fd1a025cfa43390a9690b48c11
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 28 16:15:01 2026 +0200
[v3-2-test] CI: Upgrade important CI environment (#67633)
Co-authored-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
---
airflow-core/pyproject.toml | 2 +-
airflow-ctl-tests/pyproject.toml | 2 +-
airflow-ctl/pyproject.toml | 2 +-
airflow-e2e-tests/pyproject.toml | 2 +-
chart/pyproject.toml | 2 +-
clients/python/pyproject.toml | 2 +-
dev/breeze/uv.lock | 24 +--
dev/mypy/pyproject.toml | 2 +-
dev/pyproject.toml | 2 +-
dev/registry/pyproject.toml | 2 +-
docker-stack-docs/pyproject.toml | 2 +-
docker-tests/pyproject.toml | 2 +-
helm-tests/pyproject.toml | 2 +-
kubernetes-tests/pyproject.toml | 2 +-
providers-summary-docs/pyproject.toml | 2 +-
providers/common/ai/pyproject.toml | 2 +-
providers/edge3/pyproject.toml | 2 +-
providers/fab/pyproject.toml | 2 +-
pyproject.toml | 7 +-
scripts/pyproject.toml | 2 +-
shared/configuration/pyproject.toml | 2 +-
shared/dagnode/pyproject.toml | 2 +-
shared/listeners/pyproject.toml | 2 +-
shared/logging/pyproject.toml | 2 +-
shared/module_loading/pyproject.toml | 2 +-
shared/observability/pyproject.toml | 2 +-
shared/plugins_manager/pyproject.toml | 2 +-
shared/providers_discovery/pyproject.toml | 2 +-
shared/secrets_backend/pyproject.toml | 2 +-
shared/secrets_masker/pyproject.toml | 2 +-
shared/serialization/pyproject.toml | 2 +-
shared/template_rendering/pyproject.toml | 2 +-
shared/timezones/pyproject.toml | 2 +-
task-sdk-integration-tests/pyproject.toml | 2 +-
task-sdk/pyproject.toml | 2 +-
uv.lock | 235 +++++++++++++++---------------
36 files changed, 163 insertions(+), 169 deletions(-)
diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index 555e03a4921..2a70158a84c 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -25,7 +25,7 @@ requires = [
"pluggy==1.6.0",
"smmap==5.0.3",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/airflow-ctl-tests/pyproject.toml b/airflow-ctl-tests/pyproject.toml
index 954e642a46b..266d7b876aa 100644
--- a/airflow-ctl-tests/pyproject.toml
+++ b/airflow-ctl-tests/pyproject.toml
@@ -23,7 +23,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/airflow-ctl/pyproject.toml b/airflow-ctl/pyproject.toml
index 97a32881e0b..ad6c3124e7b 100644
--- a/airflow-ctl/pyproject.toml
+++ b/airflow-ctl/pyproject.toml
@@ -79,7 +79,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/airflow-e2e-tests/pyproject.toml b/airflow-e2e-tests/pyproject.toml
index f12e66a52c4..810d80483c9 100644
--- a/airflow-e2e-tests/pyproject.toml
+++ b/airflow-e2e-tests/pyproject.toml
@@ -22,7 +22,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/chart/pyproject.toml b/chart/pyproject.toml
index c819ef9ff9d..4f74ba37289 100644
--- a/chart/pyproject.toml
+++ b/chart/pyproject.toml
@@ -22,7 +22,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml
index 449bf808eb6..c45b827e53a 100644
--- a/clients/python/pyproject.toml
+++ b/clients/python/pyproject.toml
@@ -22,7 +22,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/dev/breeze/uv.lock b/dev/breeze/uv.lock
index e20610757fa..4c1ae6db1ce 100644
--- a/dev/breeze/uv.lock
+++ b/dev/breeze/uv.lock
@@ -252,30 +252,30 @@ wheels = [
[[package]]
name = "boto3"
-version = "1.43.13"
+version = "1.43.14"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "botocore" },
{ name = "jmespath" },
{ name = "s3transfer" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/21/f3/40abb5e3df93f31b3e7c6ca334e82dff584f9afeeed73d7ad9b2640b926a/boto3-1.43.13.tar.gz",
hash =
"sha256:bd909b509c459e784dcfcafb3e130cf2891ab26d2d323003bcddaf15a948c9e8", size
= 113188, upload-time = "2026-05-21T21:38:15.952Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/79/4b/616367e871ce3f1cb3e8545a97736b6331b9fb081497f2d44c5b2aa6959d/boto3-1.43.14.tar.gz",
hash =
"sha256:5c0a994b3182061ee101812e721100717a4d664f9f4ceaf4a86b6d032ce9fc2d", size
= 113142, upload-time = "2026-05-22T19:28:47.861Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/9b/40/6ced1cd7c9ee81b1fa4b334ea90f05760c86463ad7ee34d44b06dd810b35/boto3-1.43.13-py3-none-any.whl",
hash =
"sha256:c156ba7b35687379c28f6b7216f06b477b033eab318ac70697128e99d4bfd7b7", size
= 140536, upload-time = "2026-05-21T21:38:14.423Z" },
+ { url =
"https://files.pythonhosted.org/packages/cb/00/59cb9329c18e2d3aa23062ceaa87d065f2e81e7d2931df24d64e9a7815aa/boto3-1.43.14-py3-none-any.whl",
hash =
"sha256:574335744656cfed0b362a0a0467aaf2eb2bf15526edcd02d31d3c661f4b09e4", size
= 140536, upload-time = "2026-05-22T19:28:46.49Z" },
]
[[package]]
name = "botocore"
-version = "1.43.13"
+version = "1.43.14"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "jmespath" },
{ name = "python-dateutil" },
{ name = "urllib3" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/c3/34/58790c6d2e8e074e7a6286ec9d41c26237edd453c573aaf613eb621d8ae9/botocore-1.43.13.tar.gz",
hash =
"sha256:10df003c71847b4f1501b98b1c03e1cb6399583b6cc5136ca7ff849e00c4797f", size
= 15378168, upload-time = "2026-05-21T21:38:03.89Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/78/3c/798d2f7deb118241930c7c6bcfb0b970d3f0245bf580700663199aeed2c3/botocore-1.43.14.tar.gz",
hash =
"sha256:b9e500737e43d2f147c9d4e23b54360335e77d4c0ba90a318f51b65e06cb8516", size
= 15382604, upload-time = "2026-05-22T19:28:36.363Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/5a/03/cde5fbd9a5434923ca645df067123934cb78c19ca28c57dcfda34fd8d632/botocore-1.43.13-py3-none-any.whl",
hash =
"sha256:c0fe4ba2d4ee35751f539ae8164da73218e1b8cf3114affd3a5312ba66b9df2e", size
= 15058183, upload-time = "2026-05-21T21:37:58.648Z" },
+ { url =
"https://files.pythonhosted.org/packages/27/7e/6e64821077cd2efc4aa51b7d638fb6d48e1c7c450201c529fbaf1de8bfd3/botocore-1.43.14-py3-none-any.whl",
hash =
"sha256:1f4a2a95ea78c10398e78431e98c1fe47adb54a7b10a32975144c1f541186658", size
= 15061424, upload-time = "2026-05-22T19:28:32.682Z" },
]
[[package]]
@@ -1110,11 +1110,11 @@ wheels = [
[[package]]
name = "more-itertools"
-version = "11.0.2"
+version = "11.1.0"
source = { registry = "https://pypi.org/simple" }
-sdist = { url =
"https://files.pythonhosted.org/packages/a2/f7/139d22fef48ac78127d18e01d80cf1be40236ae489769d17f35c3d425293/more_itertools-11.0.2.tar.gz",
hash =
"sha256:392a9e1e362cbc106a2457d37cabf9b36e5e12efd4ebff1654630e76597df804", size
= 144659, upload-time = "2026-04-09T15:01:33.297Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/de/1d/f4da6f02cdffe04d6362210b807146a26044c88d839208aec273bb0d9184/more_itertools-11.1.0.tar.gz",
hash =
"sha256:48e8f4d9e7e5878571ecf6f2b4e57634f93cd474cc8cfbd2376f2d11b396e30d", size
= 145772, upload-time = "2026-05-22T14:14:29.909Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/cb/98/6af411189d9413534c3eb691182bff1f5c6d44ed2f93f2edfe52a1bbceb8/more_itertools-11.0.2-py3-none-any.whl",
hash =
"sha256:6e35b35f818b01f691643c6c611bc0902f2e92b46c18fffa77ae1e7c46e912e4", size
= 71939, upload-time = "2026-04-09T15:01:32.21Z" },
+ { url =
"https://files.pythonhosted.org/packages/e8/3d/1087453384dbde46a8c7f9356eead2c58be8a7bf156bca40243377c85715/more_itertools-11.1.0-py3-none-any.whl",
hash =
"sha256:4b65538ae22f6fed0ce4874efd317463a7489796a0939fa66824dd542125a192", size
= 72226, upload-time = "2026-05-22T14:14:28.824Z" },
]
[[package]]
@@ -2002,11 +2002,11 @@ wheels = [
[[package]]
name = "trove-classifiers"
-version = "2026.5.20.19"
+version = "2026.5.22.10"
source = { registry = "https://pypi.org/simple" }
-sdist = { url =
"https://files.pythonhosted.org/packages/63/ee/4900b7d32cfe5bf40c31c3e65205922f65c6dceb32fc3f855711639d4025/trove_classifiers-2026.5.20.19.tar.gz",
hash =
"sha256:6e611993987ca9326968ad70452733dadd31471599d39896045b28970a9bb81e", size
= 17036, upload-time = "2026-05-20T19:17:44.974Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/86/b6/1c41aa221b157b624ea1a72e975404ef228724d249011ee411ac211a615e/trove_classifiers-2026.5.22.10.tar.gz",
hash =
"sha256:5477e9974e91904fb2cfa4a7581ab6e2f30c2c38d847fd00ed866080748101d5", size
= 17061, upload-time = "2026-05-22T10:17:28.99Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/15/96/9666c8ba2e7695e804b2b2129e45202320d2a8b5e2c9f6e5e837a61708f5/trove_classifiers-2026.5.20.19-py3-none-any.whl",
hash =
"sha256:7a173916960d0635fcbf610550d2c27bcc9125164d6f397adf46fc1ef6455c7c", size
= 14224, upload-time = "2026-05-20T19:17:42.949Z" },
+ { url =
"https://files.pythonhosted.org/packages/c9/02/9a14d3048ffa4f45b7c60956a9b22688dd925d6de50f6baf7e55f3664942/trove_classifiers-2026.5.22.10-py3-none-any.whl",
hash =
"sha256:01fe864225726e03efb843827ecabfe319fc4dee8dd66d65b8996cb09be46e2c", size
= 14225, upload-time = "2026-05-22T10:17:27.569Z" },
]
[[package]]
diff --git a/dev/mypy/pyproject.toml b/dev/mypy/pyproject.toml
index 2f2422c4908..dbe4f2b0f96 100644
--- a/dev/mypy/pyproject.toml
+++ b/dev/mypy/pyproject.toml
@@ -67,7 +67,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/dev/pyproject.toml b/dev/pyproject.toml
index 2e9fc9097c4..e7fe9bca5e1 100644
--- a/dev/pyproject.toml
+++ b/dev/pyproject.toml
@@ -23,7 +23,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/dev/registry/pyproject.toml b/dev/registry/pyproject.toml
index f185417b5db..775ddf89f69 100644
--- a/dev/registry/pyproject.toml
+++ b/dev/registry/pyproject.toml
@@ -22,7 +22,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/docker-stack-docs/pyproject.toml b/docker-stack-docs/pyproject.toml
index 1a3b1334cf0..99fb3e9b585 100644
--- a/docker-stack-docs/pyproject.toml
+++ b/docker-stack-docs/pyproject.toml
@@ -22,7 +22,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/docker-tests/pyproject.toml b/docker-tests/pyproject.toml
index 46e9e480f62..d77890452bc 100644
--- a/docker-tests/pyproject.toml
+++ b/docker-tests/pyproject.toml
@@ -23,7 +23,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/helm-tests/pyproject.toml b/helm-tests/pyproject.toml
index 81e5c262a69..697a941bea9 100644
--- a/helm-tests/pyproject.toml
+++ b/helm-tests/pyproject.toml
@@ -23,7 +23,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/kubernetes-tests/pyproject.toml b/kubernetes-tests/pyproject.toml
index f20782c6854..42fe757c312 100644
--- a/kubernetes-tests/pyproject.toml
+++ b/kubernetes-tests/pyproject.toml
@@ -21,7 +21,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/providers-summary-docs/pyproject.toml
b/providers-summary-docs/pyproject.toml
index 97919c6b084..baead6f1002 100644
--- a/providers-summary-docs/pyproject.toml
+++ b/providers-summary-docs/pyproject.toml
@@ -22,7 +22,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/providers/common/ai/pyproject.toml
b/providers/common/ai/pyproject.toml
index 22a2abe07ff..6b4256595b9 100644
--- a/providers/common/ai/pyproject.toml
+++ b/providers/common/ai/pyproject.toml
@@ -26,7 +26,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/providers/edge3/pyproject.toml b/providers/edge3/pyproject.toml
index 3627367e775..c7c912a6dcf 100644
--- a/providers/edge3/pyproject.toml
+++ b/providers/edge3/pyproject.toml
@@ -26,7 +26,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/providers/fab/pyproject.toml b/providers/fab/pyproject.toml
index 9263b53af85..4c6a87ab6ed 100644
--- a/providers/fab/pyproject.toml
+++ b/providers/fab/pyproject.toml
@@ -26,7 +26,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/pyproject.toml b/pyproject.toml
index 8cb8c2d0d0f..e9ee8bc533c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
@@ -1493,9 +1493,6 @@ apache-aurflow-docker-stack = false
# contains characters invalid per RFC 9110 §7.2. The fix landed too recently
# to be admitted by the global 4-day cooldown; this override lets the floor
# bump in `airflow-core/pyproject.toml` resolve.
-# REMOVE BY 2026-05-26 — once 1.0.1 is older than the global 4-day cooldown
-# this override is redundant and should be deleted along with the line below.
-starlette = "6 hours"
[tool.uv.pip]
# Synchroonize with scripts/ci/prek/upgrade_important_versions.py
@@ -1635,8 +1632,6 @@ apache-aurflow-docker-stack = false
# Manual overrides — see the matching block under
# `[tool.uv.exclude-newer-package]` above for rationale.
-# REMOVE BY 2026-05-26 along with the matching entry above.
-starlette = "6 hours"
[tool.uv.sources]
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml
index fe2f846c696..c117afd54d2 100644
--- a/scripts/pyproject.toml
+++ b/scripts/pyproject.toml
@@ -23,7 +23,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/configuration/pyproject.toml
b/shared/configuration/pyproject.toml
index 75c96c23908..fc31bb1a79a 100644
--- a/shared/configuration/pyproject.toml
+++ b/shared/configuration/pyproject.toml
@@ -47,7 +47,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/dagnode/pyproject.toml b/shared/dagnode/pyproject.toml
index 597fa813e91..5b0fdf19049 100644
--- a/shared/dagnode/pyproject.toml
+++ b/shared/dagnode/pyproject.toml
@@ -43,7 +43,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/listeners/pyproject.toml b/shared/listeners/pyproject.toml
index 16736001f46..0554778a47e 100644
--- a/shared/listeners/pyproject.toml
+++ b/shared/listeners/pyproject.toml
@@ -44,7 +44,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/logging/pyproject.toml b/shared/logging/pyproject.toml
index 214cd2605f8..74755e9743b 100644
--- a/shared/logging/pyproject.toml
+++ b/shared/logging/pyproject.toml
@@ -45,7 +45,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/module_loading/pyproject.toml
b/shared/module_loading/pyproject.toml
index 514bd8ac41a..5c376b0c457 100644
--- a/shared/module_loading/pyproject.toml
+++ b/shared/module_loading/pyproject.toml
@@ -44,7 +44,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/observability/pyproject.toml
b/shared/observability/pyproject.toml
index 7d8293729f0..28afb263eed 100644
--- a/shared/observability/pyproject.toml
+++ b/shared/observability/pyproject.toml
@@ -61,7 +61,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/plugins_manager/pyproject.toml
b/shared/plugins_manager/pyproject.toml
index 6adff165a9b..caed2b74e49 100644
--- a/shared/plugins_manager/pyproject.toml
+++ b/shared/plugins_manager/pyproject.toml
@@ -48,7 +48,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/providers_discovery/pyproject.toml
b/shared/providers_discovery/pyproject.toml
index fe73ac86393..f593ad86bec 100644
--- a/shared/providers_discovery/pyproject.toml
+++ b/shared/providers_discovery/pyproject.toml
@@ -51,7 +51,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/secrets_backend/pyproject.toml
b/shared/secrets_backend/pyproject.toml
index 1678e76606b..cdc1c960bbb 100644
--- a/shared/secrets_backend/pyproject.toml
+++ b/shared/secrets_backend/pyproject.toml
@@ -41,7 +41,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/secrets_masker/pyproject.toml
b/shared/secrets_masker/pyproject.toml
index c7566afcce4..45fd57dfe3c 100644
--- a/shared/secrets_masker/pyproject.toml
+++ b/shared/secrets_masker/pyproject.toml
@@ -46,7 +46,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/serialization/pyproject.toml
b/shared/serialization/pyproject.toml
index effff7cc77f..b26b8ab3892 100644
--- a/shared/serialization/pyproject.toml
+++ b/shared/serialization/pyproject.toml
@@ -41,7 +41,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/template_rendering/pyproject.toml
b/shared/template_rendering/pyproject.toml
index 48dcf994718..fe9d8dcb95e 100644
--- a/shared/template_rendering/pyproject.toml
+++ b/shared/template_rendering/pyproject.toml
@@ -41,7 +41,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/shared/timezones/pyproject.toml b/shared/timezones/pyproject.toml
index 30b33580a7d..2d06a3f6a1f 100644
--- a/shared/timezones/pyproject.toml
+++ b/shared/timezones/pyproject.toml
@@ -44,7 +44,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/task-sdk-integration-tests/pyproject.toml
b/task-sdk-integration-tests/pyproject.toml
index 4899d3b81ec..8a4b0db3bda 100644
--- a/task-sdk-integration-tests/pyproject.toml
+++ b/task-sdk-integration-tests/pyproject.toml
@@ -23,7 +23,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/task-sdk/pyproject.toml b/task-sdk/pyproject.toml
index 09362bef5bc..9c1cc8a081b 100644
--- a/task-sdk/pyproject.toml
+++ b/task-sdk/pyproject.toml
@@ -124,7 +124,7 @@ requires = [
"pathspec==1.1.1",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
- "trove-classifiers==2026.5.20.19",
+ "trove-classifiers==2026.5.22.10",
]
build-backend = "hatchling.build"
diff --git a/uv.lock b/uv.lock
index 0b8ab8796e8..9695a2e6a9a 100644
--- a/uv.lock
+++ b/uv.lock
@@ -86,7 +86,6 @@ apache-airflow-shared-template-rendering = false
apache-airflow-mypy = false
apache-airflow-providers-http = false
apache-airflow-providers-slack = false
-starlette = { timestamp = "0001-01-01T00:00:00Z", span = "PT6H" }
apache-airflow-providers-databricks = false
apache-airflow-providers-sqlite = false
apache-airflow-shared-module-loading = false
@@ -902,7 +901,7 @@ wheels = [
[[package]]
name = "anthropic"
-version = "0.104.0"
+version = "0.104.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "anyio" },
@@ -914,9 +913,9 @@ dependencies = [
{ name = "sniffio" },
{ name = "typing-extensions" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/0f/01/8bfa68b886aa436775325a108700f7da39e290870199ce9251934de3e4aa/anthropic-0.104.0.tar.gz",
hash =
"sha256:1ae8ef4709e90cc2068c8e8a63c1ecb63cc5360d325a4bef8b296aad76148be3", size
= 849329, upload-time = "2026-05-21T20:02:05.346Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/22/c7/7a655b948916f777354648ce979f68b94d5b8dbdb5f61fed1f37fad9378c/anthropic-0.104.1.tar.gz",
hash =
"sha256:17362b6c45f527afcc9b0fdf62011ffd359726ab2ebcb1978ea0cc41bd8d8d40", size
= 850081, upload-time = "2026-05-22T15:36:57.432Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/72/6c/595f1893352dbb4d88f1c2f0983296638783936b2063564aca9abb189990/anthropic-0.104.0-py3-none-any.whl",
hash =
"sha256:18f73ba3429aab237cdd146a486d20b4da3c008fb4a3ba83f237b27793e884c7", size
= 832920, upload-time = "2026-05-21T20:02:07.853Z" },
+ { url =
"https://files.pythonhosted.org/packages/b8/12/d9ab42790494d7c428391a46cd28492395566a6a8ccb138d681978594455/anthropic-0.104.1-py3-none-any.whl",
hash =
"sha256:35c8cb456f5a4405aafe1f10f03f6fcc54fa51fa8ec01d655cc4b437d120e9b7", size
= 832996, upload-time = "2026-05-22T15:36:59.519Z" },
]
[[package]]
@@ -10171,7 +10170,7 @@ wheels = [
[[package]]
name = "cohere"
-version = "5.21.1"
+version = "7.0.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "fastavro" },
@@ -10183,9 +10182,9 @@ dependencies = [
{ name = "types-requests" },
{ name = "typing-extensions" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/d2/75/4c346f6e2322e545f8452692304bd4eca15a2a0209ab9af6a0d1a7810b67/cohere-5.21.1.tar.gz",
hash =
"sha256:e5ade4423b928b01ff2038980e1b62b2a5bb412c8ab83e30882753b810a5509f", size
= 191272, upload-time = "2026-03-26T15:09:27.857Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/e6/90/0e4f7591dce5743690f4b7656e7aeadd713691ebaae77a08542481e325aa/cohere-7.0.0.tar.gz",
hash =
"sha256:88ca34c91e634a64227f3eaa599d1af364b9d7bbc9336af93473fdced355617d", size
= 208566, upload-time = "2026-05-22T18:48:47.982Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/0a/50/5538f02ec6d10fbb84f29c1b18c68ff2a03d7877926a80275efdf8755a9f/cohere-5.21.1-py3-none-any.whl",
hash =
"sha256:f15592ec60d8cf12f01563db94ec28c388c61269d9617f23c2d6d910e505344e", size
= 334262, upload-time = "2026-03-26T15:09:26.284Z" },
+ { url =
"https://files.pythonhosted.org/packages/d8/b6/ff393408f64091d07ce64a8baeb70aee8640225997e7f5b123fcb19de909/cohere-7.0.0-py3-none-any.whl",
hash =
"sha256:de565f04f805b909bd1040b70fad916dc7699c977c2f532289097bf3491d6cc3", size
= 351770, upload-time = "2026-05-22T18:48:46.409Z" },
]
[[package]]
@@ -11048,7 +11047,7 @@ wheels = [
[[package]]
name = "fastapi"
-version = "0.136.1"
+version = "0.136.3"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "annotated-doc" },
@@ -11057,9 +11056,9 @@ dependencies = [
{ name = "typing-extensions" },
{ name = "typing-inspection" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/5d/45/c130091c2dfa061bbfe3150f2a5091ef1adf149f2a8d2ae769ecaf6e99a2/fastapi-0.136.1.tar.gz",
hash =
"sha256:7af665ad7acfa0a3baf8983d393b6b471b9da10ede59c60045f49fbc89a0fa7f", size
= 397448, upload-time = "2026-04-23T16:49:44.046Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/81/2d/ff8d91d7b564d464629a0fd50a4489c97fcb836ac230bf3a7269232a9b1f/fastapi-0.136.3.tar.gz",
hash =
"sha256:e487fae93ad408e6f47641ee4dfe389864fd7bec92e547ea8498fc13f43e83ab", size
= 396410, upload-time = "2026-05-23T18:53:15.192Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/5a/ff/2e4eca3ade2c22fe1dea7043b8ee9dabe47753349eb1b56a202de8af6349/fastapi-0.136.1-py3-none-any.whl",
hash =
"sha256:a6e9d7eeada96c93a4d69cb03836b44fa34e2854accb7244a1ece36cd4781c3f", size
= 117683, upload-time = "2026-04-23T16:49:42.437Z" },
+ { url =
"https://files.pythonhosted.org/packages/e0/82/45359b62a067409bd929ae8a56b8ed13e5a8c8a61194b3c236920999ab83/fastapi-0.136.3-py3-none-any.whl",
hash =
"sha256:3d2a69bdf04b7e9f3afa292c3bc7a98816bbfafa10bc9b45f3f3700d2f761620", size
= 117481, upload-time = "2026-05-23T18:53:16.924Z" },
]
[package.optional-dependencies]
@@ -13416,7 +13415,7 @@ wheels = [
[[package]]
name = "ibmcloudant"
-version = "0.11.6"
+version = "0.11.7"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "ibm-cloud-sdk-core" },
@@ -13424,23 +13423,23 @@ dependencies = [
{ name = "python-dateutil" },
{ name = "requests" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/c3/8a/dde316f3080cb5acaa91bce603392c0dbf51ee9ef0b90920d5c0f7727134/ibmcloudant-0.11.6.tar.gz",
hash =
"sha256:8cf4179785351c1c0a84ff53b35c4ff09688987dd3a5a2900b9af99946b96ce5", size
= 116091, upload-time = "2026-04-27T10:16:41.872Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/1a/fb/94d4b3b6cec2a19095d2848a2b419137ae5f92e73934f4768aceb2daeff5/ibmcloudant-0.11.7.tar.gz",
hash =
"sha256:2be82ec6aeadf733cd3404ddca34feca15b8526859c04b53a488b2a52d1966b8", size
= 116063, upload-time = "2026-05-22T13:18:00.348Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/91/e4/271d86c50024a8010f80fc38a1f110fc975aafde24091b70d5d2f133cc31/ibmcloudant-0.11.6-py3-none-any.whl",
hash =
"sha256:a02682d398643421b897144c91cb40391bdf8b9f170b57b6919127bfeec9e5a5", size
= 120765, upload-time = "2026-04-27T10:16:40.59Z" },
+ { url =
"https://files.pythonhosted.org/packages/57/6c/0546c39956dbc8ef8db8b93d2c83c5a674e250c73b00ebf84a758f568770/ibmcloudant-0.11.7-py3-none-any.whl",
hash =
"sha256:e3b56cf6561beb66fcfa777723891b44b78788847943712adae389d24783eb27", size
= 120764, upload-time = "2026-05-22T13:17:58.958Z" },
]
[[package]]
name = "icalendar"
-version = "7.1.1"
+version = "7.1.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "python-dateutil" },
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
{ name = "tzdata" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/10/1b/f02e4d997f50d8274c877bbf4f7809e6b04216c4d0b859e6ac7f8566165a/icalendar-7.1.1.tar.gz",
hash =
"sha256:df80df31f57d345b68b2d07be579a24e8103f7b6555c548e8ef8246cb2353186", size
= 469560, upload-time = "2026-05-18T11:11:25.188Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/ac/e2/13c732a8da65961a249f9d745d2da5e06fc34a6c2ff24b13138bdedbf5f9/icalendar-7.1.2.tar.gz",
hash =
"sha256:ebc43ebeb357be98984b573d975118008dee3410d8df28b054ef2943cf3e367e", size
= 471132, upload-time = "2026-05-22T10:42:29.729Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/d0/86/33636ea5600a30f4674650f460903ca817d4aa0f3a5c655db1b5511fd6d6/icalendar-7.1.1-py3-none-any.whl",
hash =
"sha256:5e581b8376df7c66972edcf1597c99efc07011829f73df420c2648784c424b42", size
= 472071, upload-time = "2026-05-18T11:11:23.904Z" },
+ { url =
"https://files.pythonhosted.org/packages/7d/a0/2929543a1dfe2667e1ce08f2d6af59480d1467c0ee38acb94637965b3de3/icalendar-7.1.2-py3-none-any.whl",
hash =
"sha256:01c76243c76c549f58bb51510a8f0a4edb7c539726adda1356dfd0dc04fb7a53", size
= 474031, upload-time = "2026-05-22T10:42:28.308Z" },
]
[[package]]
@@ -14038,14 +14037,14 @@ wheels = [
[[package]]
name = "joserfc"
-version = "1.6.5"
+version = "1.6.7"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "cryptography" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/3b/dc/5f768c2e391e9afabe5d18e3221346deb5fb6338565f1ccc9e7c6d7befdd/joserfc-1.6.5.tar.gz",
hash =
"sha256:1482a7db78fb4602e44ed89e51b599d052e091288c7c532c5b694e20149dec48", size
= 231881, upload-time = "2026-05-06T04:58:13.408Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/1b/cb/52e479f20804904f5df20ac4539d292dcecd1287aaa33cba1d1def1d9d8e/joserfc-1.6.7.tar.gz",
hash =
"sha256:6999fe89457069ecacd8cc797c88a805f83054dd883333fa0409f74b46479fd7", size
= 232158, upload-time = "2026-05-23T01:46:44.069Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/54/3b/ad1cb22e75c963b1f07c8a2329bf47227ce7e4361df5eb2fb101b2ce33ef/joserfc-1.6.5-py3-none-any.whl",
hash =
"sha256:e9878a0f8243fe7b95e11fdda81374ca9f7a689e302751579d3dfdeec559675e", size
= 70464, upload-time = "2026-05-06T04:58:11.668Z" },
+ { url =
"https://files.pythonhosted.org/packages/c5/e4/bcf6718b5662894c6831f46296b73cd4b1a2e90c20b6d437e20c4997388c/joserfc-1.6.7-py3-none-any.whl",
hash =
"sha256:9e51e4a64840aa1734a058258e80a4480e2ff2d5686e480e7c92c954a92fbe05", size
= 70603, upload-time = "2026-05-23T01:46:42.129Z" },
]
[[package]]
@@ -15280,11 +15279,11 @@ wheels = [
[[package]]
name = "more-itertools"
-version = "11.0.2"
+version = "11.1.0"
source = { registry = "https://pypi.org/simple" }
-sdist = { url =
"https://files.pythonhosted.org/packages/a2/f7/139d22fef48ac78127d18e01d80cf1be40236ae489769d17f35c3d425293/more_itertools-11.0.2.tar.gz",
hash =
"sha256:392a9e1e362cbc106a2457d37cabf9b36e5e12efd4ebff1654630e76597df804", size
= 144659, upload-time = "2026-04-09T15:01:33.297Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/de/1d/f4da6f02cdffe04d6362210b807146a26044c88d839208aec273bb0d9184/more_itertools-11.1.0.tar.gz",
hash =
"sha256:48e8f4d9e7e5878571ecf6f2b4e57634f93cd474cc8cfbd2376f2d11b396e30d", size
= 145772, upload-time = "2026-05-22T14:14:29.909Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/cb/98/6af411189d9413534c3eb691182bff1f5c6d44ed2f93f2edfe52a1bbceb8/more_itertools-11.0.2-py3-none-any.whl",
hash =
"sha256:6e35b35f818b01f691643c6c611bc0902f2e92b46c18fffa77ae1e7c46e912e4", size
= 71939, upload-time = "2026-04-09T15:01:32.21Z" },
+ { url =
"https://files.pythonhosted.org/packages/e8/3d/1087453384dbde46a8c7f9356eead2c58be8a7bf156bca40243377c85715/more_itertools-11.1.0-py3-none-any.whl",
hash =
"sha256:4b65538ae22f6fed0ce4874efd317463a7489796a0939fa66824dd542125a192", size
= 72226, upload-time = "2026-05-22T14:14:28.824Z" },
]
[[package]]
@@ -15774,14 +15773,14 @@ wheels = [
[[package]]
name = "mypy-boto3-s3"
-version = "1.43.5"
+version = "1.43.14"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.12'" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/c8/f9/f6bb5e1b3d8d9087ab9e2142df640a1be853e371ec5e16ea519a60061b56/mypy_boto3_s3-1.43.5.tar.gz",
hash =
"sha256:ba67dbc3da825b6818839db3823722f3b12304dd116e94ed398eb7ade86b0f62", size
= 77042, upload-time = "2026-05-06T20:47:46.655Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/04/2c/fc409f9ff5904a02cf4c2c1518c34d20cb56f22b2368b35fd0adda2926f3/mypy_boto3_s3-1.43.14.tar.gz",
hash =
"sha256:73d54c1d0999c73c403dc9a9a3da4a9722715aba116595af08c0d4675f8bc670", size
= 77078, upload-time = "2026-05-22T20:48:28.251Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/db/02/f597a5c373fb755433e194a69885c78b2f0db7dcca7fac1247f586b59ec1/mypy_boto3_s3-1.43.5-py3-none-any.whl",
hash =
"sha256:7cd836cf3ec384b6a05b108047034ece03bb7dd0bd0890c527673eafc44907bb", size
= 84262, upload-time = "2026-05-06T20:47:42.976Z" },
+ { url =
"https://files.pythonhosted.org/packages/b7/61/e8e74a3f4c729719efc8b1d00179bc16c302202eac32a1b56a842a997ed2/mypy_boto3_s3-1.43.14-py3-none-any.whl",
hash =
"sha256:ce77096d6c5f90020c45e34c83d2268ca2bb17726149ce5033751870f7fb4e97", size
= 84277, upload-time = "2026-05-22T20:48:25.032Z" },
]
[[package]]
@@ -17758,7 +17757,7 @@ wheels = [
[[package]]
name = "pyathena"
-version = "3.30.1"
+version = "3.31.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "boto3" },
@@ -17767,9 +17766,9 @@ dependencies = [
{ name = "python-dateutil" },
{ name = "tenacity" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/cd/f1/41cc66a42a581cbd463baa429f003dd999f3c544d6d136eef9a58d66642a/pyathena-3.30.1.tar.gz",
hash =
"sha256:012dacf4e5205dce705bbdc70a88025a8aeadc114bc9d2d0ac4fcb122afa0457", size
= 135253, upload-time = "2026-03-26T14:41:57.767Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/01/20/f8386a2eaab144e845b06a545409839f1171ae2cc4bc694da53adcd59288/pyathena-3.31.0.tar.gz",
hash =
"sha256:fd1bb98ab4ea2b2c4afe2e3ac2b6d3fb78bc43ea259425b5c532a29c03e2c2c3", size
= 135535, upload-time = "2026-05-24T05:53:46.647Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/87/c7/7cea4629a8d9973c39b718e17566b1554a362c4c86b96296f94bb3ea8d77/pyathena-3.30.1-py3-none-any.whl",
hash =
"sha256:d7980de8ae1a57054251a371c8b4d1994b3411784b87965f83cc262a86d12f70", size
= 191039, upload-time = "2026-03-26T14:41:55.949Z" },
+ { url =
"https://files.pythonhosted.org/packages/1c/d3/9565c7b0e13a26bf5461617d358519f7645c1580abd9ddfb7996cac2a0f3/pyathena-3.31.0-py3-none-any.whl",
hash =
"sha256:4574155e615579165d8afd1e02c72e9fcb4ae987212f59e02099a88cf8ed3648", size
= 191294, upload-time = "2026-05-24T05:53:44.726Z" },
]
[[package]]
@@ -17856,7 +17855,7 @@ email = [
[[package]]
name = "pydantic-ai-slim"
-version = "1.101.0"
+version = "1.102.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "exceptiongroup", marker = "python_full_version < '3.11'" },
@@ -17868,9 +17867,9 @@ dependencies = [
{ name = "pydantic-graph" },
{ name = "typing-inspection" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/dc/a3/1271c2df8bf5579cff69e2dc0af03a0f3990ce866ae9ff0baff524b77a19/pydantic_ai_slim-1.101.0.tar.gz",
hash =
"sha256:11b3f61a4748f0b76b00fb91f1acbd9eb0096dca39bf82b93d071dbf7c8a19c2", size
= 737068, upload-time = "2026-05-22T05:01:25.902Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/e2/3e/14980440e8f0532535e1fbe936fec5f8d8e7bc6cafa81f6f3c51b1884fe5/pydantic_ai_slim-1.102.0.tar.gz",
hash =
"sha256:0b8f2b70fa2b40efcbd09d341a346934fc4e46622ae281f858c6bfd3d0d3152b", size
= 739988, upload-time = "2026-05-23T01:14:32.808Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/cc/a3/1b3ac32ba0932cc3e2e3045d50044fe3b88bbb77d6a8a48303088217ef39/pydantic_ai_slim-1.101.0-py3-none-any.whl",
hash =
"sha256:919a39da29f0315ad093446e00ee3252d4c90e42fee360f24e2ac636d5ff089f", size
= 916632, upload-time = "2026-05-22T05:01:18.853Z" },
+ { url =
"https://files.pythonhosted.org/packages/b4/2e/089df86adaf904dd97a1b139d29fe728af0e41430d747f5b6315df3b0c1e/pydantic_ai_slim-1.102.0-py3-none-any.whl",
hash =
"sha256:f9fa9c3fb58a76f85522f78d1037d201b424de46d532263ed780b3730060449f", size
= 919311, upload-time = "2026-05-23T01:14:23.464Z" },
]
[package.optional-dependencies]
@@ -18022,7 +18021,7 @@ wheels = [
[[package]]
name = "pydantic-graph"
-version = "1.101.0"
+version = "1.102.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "httpx" },
@@ -18030,9 +18029,9 @@ dependencies = [
{ name = "pydantic" },
{ name = "typing-inspection" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/8f/5d/c432cb178ff93a07dca7d60aab271b57c7fbfaf1756a59ad22bc109a62be/pydantic_graph-1.101.0.tar.gz",
hash =
"sha256:9969047e69828294ec69ffdd3747e5e747198c497df36ef791e0b58ba8f723ca", size
= 62559, upload-time = "2026-05-22T05:01:29.128Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/51/37/4265a1a63eddf35a5aa621c9b2355525bdeae3eb59c3954b165fbfe31404/pydantic_graph-1.102.0.tar.gz",
hash =
"sha256:e285bd7115e4e92676eaf0a5e7e6faa64cda8c4819f67923a118c50666b909ab", size
= 62584, upload-time = "2026-05-23T01:14:36.056Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/3d/56/d1637b48dcb326eaa19d7e7b48d7d585a3691d044635b68078fdc60c561c/pydantic_graph-1.101.0-py3-none-any.whl",
hash =
"sha256:ad017f75d89d4e3c38383b7ec3532905869980f890a2689cacafa5b8e13b9e8a", size
= 80100, upload-time = "2026-05-22T05:01:21.833Z" },
+ { url =
"https://files.pythonhosted.org/packages/a4/49/5597c52d50114440047dd4ce4f6505e32ee336f43267639907d1a17648ee/pydantic_graph-1.102.0-py3-none-any.whl",
hash =
"sha256:b1a28314adc4abca4db02cf095d064782ec5712e0847ce7a6b79a3c84bf1fc01", size
= 80100, upload-time = "2026-05-23T01:14:27.583Z" },
]
[[package]]
@@ -21788,11 +21787,11 @@ wheels = [
[[package]]
name = "trove-classifiers"
-version = "2026.5.20.19"
+version = "2026.5.22.10"
source = { registry = "https://pypi.org/simple" }
-sdist = { url =
"https://files.pythonhosted.org/packages/63/ee/4900b7d32cfe5bf40c31c3e65205922f65c6dceb32fc3f855711639d4025/trove_classifiers-2026.5.20.19.tar.gz",
hash =
"sha256:6e611993987ca9326968ad70452733dadd31471599d39896045b28970a9bb81e", size
= 17036, upload-time = "2026-05-20T19:17:44.974Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/86/b6/1c41aa221b157b624ea1a72e975404ef228724d249011ee411ac211a615e/trove_classifiers-2026.5.22.10.tar.gz",
hash =
"sha256:5477e9974e91904fb2cfa4a7581ab6e2f30c2c38d847fd00ed866080748101d5", size
= 17061, upload-time = "2026-05-22T10:17:28.99Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/15/96/9666c8ba2e7695e804b2b2129e45202320d2a8b5e2c9f6e5e837a61708f5/trove_classifiers-2026.5.20.19-py3-none-any.whl",
hash =
"sha256:7a173916960d0635fcbf610550d2c27bcc9125164d6f397adf46fc1ef6455c7c", size
= 14224, upload-time = "2026-05-20T19:17:42.949Z" },
+ { url =
"https://files.pythonhosted.org/packages/c9/02/9a14d3048ffa4f45b7c60956a9b22688dd925d6de50f6baf7e55f3664942/trove_classifiers-2026.5.22.10-py3-none-any.whl",
hash =
"sha256:01fe864225726e03efb843827ecabfe319fc4dee8dd66d65b8996cb09be46e2c", size
= 14225, upload-time = "2026-05-22T10:17:27.569Z" },
]
[[package]]
@@ -22606,88 +22605,88 @@ wheels = [
[[package]]
name = "wrapt"
-version = "2.2.0"
+version = "2.2.1"
source = { registry = "https://pypi.org/simple" }
-sdist = { url =
"https://files.pythonhosted.org/packages/e2/f0/5e969d268d59e6035f2f1960da9e82fe6db24a7b8abe8e36a78c27cb3e2b/wrapt-2.2.0.tar.gz",
hash =
"sha256:b70a0b75b0a5a58d04aad06b3f167d49e729381d3417413656220c0cd7617847", size
= 125173, upload-time = "2026-05-21T04:51:39.218Z" }
-wheels = [
- { url =
"https://files.pythonhosted.org/packages/03/c6/17263421accbbc27bc4c8535eb9215a18a914d15eab4829a59e93f5ad29d/wrapt-2.2.0-cp310-cp310-macosx_10_9_x86_64.whl",
hash =
"sha256:2b3946f0ff079623dc4f117363040433be390bfebce3719de50dfecbf31efdf0", size
= 80088, upload-time = "2026-05-21T04:49:10.381Z" },
- { url =
"https://files.pythonhosted.org/packages/40/0d/81230469d6a7c6878e0763b7d84ebab6da3625ce62e8fd83086c982b8726/wrapt-2.2.0-cp310-cp310-macosx_11_0_arm64.whl",
hash =
"sha256:a50822bbbefb90b132a780c17356062a2452cd5525bfa4b5b596fd6474cceaa6", size
= 81177, upload-time = "2026-05-21T04:49:12.589Z" },
- { url =
"https://files.pythonhosted.org/packages/d7/5a/a09c8346f270ab1328ba9e6594d73d86450de22bc4d29a23167ff82d7ec1/wrapt-2.2.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:29c0b2c075f8854b3345be584ab3d84f8968c45605d1914be1c94939cef5d702", size
= 152069, upload-time = "2026-05-21T04:49:14.346Z" },
- { url =
"https://files.pythonhosted.org/packages/40/5e/79b6d6295733b9fa1bee096120a556366951e3c0140234310080ede40e42/wrapt-2.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:2f0d4a79d9af893d80caa5b709e024dd2d387f3f047008286036143f118d7010", size
= 154319, upload-time = "2026-05-21T04:49:16.097Z" },
- { url =
"https://files.pythonhosted.org/packages/1c/4d/a72b95e9389a4f350150d9a3ce9b263bad16f476551004a12de167ae7d0b/wrapt-2.2.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:10e8f78948d13369b770fc17bf72272aac98b4b92d49a38f479abf718f6b615b", size
= 148874, upload-time = "2026-05-21T04:49:17.751Z" },
- { url =
"https://files.pythonhosted.org/packages/0a/56/ffec9a08beb6fcfc30b259c6b8b36741675c58de69f1c035746f06fa4a07/wrapt-2.2.0-cp310-cp310-musllinux_1_2_aarch64.whl",
hash =
"sha256:a4482d1d4108052827b354850bd6e3d1ed56262cbe4b0e8051876c298fb99280", size
= 153250, upload-time = "2026-05-21T04:49:19.413Z" },
- { url =
"https://files.pythonhosted.org/packages/3d/c5/7ab2e23d594f28b2fc00bd19e82163bce2f77e2bc916e9dc247e0f886a41/wrapt-2.2.0-cp310-cp310-musllinux_1_2_riscv64.whl",
hash =
"sha256:43c36019a690b2cb089665eab01a50c92d814553c6e57ff03d2c68e63ce8f00b", size
= 147902, upload-time = "2026-05-21T04:49:20.749Z" },
- { url =
"https://files.pythonhosted.org/packages/74/61/565965b9613dccf20286880e314cc41b20a85b2f4a7fe275786bb08b330e/wrapt-2.2.0-cp310-cp310-musllinux_1_2_x86_64.whl",
hash =
"sha256:cb9336f2dc99de00c9e58487cae5541ee4d79e859377b6312d98973d4661c584", size
= 151334, upload-time = "2026-05-21T04:49:22.695Z" },
- { url =
"https://files.pythonhosted.org/packages/32/0e/1890765d97cc3016ba444f8158856a35f8944785660eb88ff73b2d1e2b9b/wrapt-2.2.0-cp310-cp310-win32.whl",
hash =
"sha256:63a09b40bba3b2482983e2aeba6e45e20e1f567821ac89c8922229ecc1de7f65", size
= 77405, upload-time = "2026-05-21T04:49:24.43Z" },
- { url =
"https://files.pythonhosted.org/packages/02/02/a943f4d0f9084a354a722468ff2899e9177449f03f4bff8ef234792f27ad/wrapt-2.2.0-cp310-cp310-win_amd64.whl",
hash =
"sha256:2ff803b3607cd76cb9b853b03d15279c7ffc8ba69e69f76304cd23d2722f2b65", size
= 80353, upload-time = "2026-05-21T04:49:25.87Z" },
- { url =
"https://files.pythonhosted.org/packages/ea/c2/2c7838cf368c04aebaef93f756f5b76e0eb12bb710c2926111dc96e5aaf9/wrapt-2.2.0-cp310-cp310-win_arm64.whl",
hash =
"sha256:af17d3ce1e2cc5d22ae8fe8921d7801c980ea3f5d6da4ecbd0f85c4f9e030181", size
= 79121, upload-time = "2026-05-21T04:49:27.778Z" },
- { url =
"https://files.pythonhosted.org/packages/ba/2e/a3eb4a1ef48fc743c4107e82d5b1144287ef8353b0f6844fee1add28d663/wrapt-2.2.0-cp311-cp311-macosx_10_9_x86_64.whl",
hash =
"sha256:b93e1ccddbdf59cec4f7683dc84bc56eb61628eb01b22bdefc15f04cd09f8fae", size
= 80324, upload-time = "2026-05-21T04:49:29.402Z" },
- { url =
"https://files.pythonhosted.org/packages/0e/23/03248de44165f9c06dc23da981f3d58889ee2600004289c7afd12ef316b1/wrapt-2.2.0-cp311-cp311-macosx_11_0_arm64.whl",
hash =
"sha256:97fbe7a0df35afe37e7e2f053dee6300a3eed00055cfd907fa51161e22c40236", size
= 81201, upload-time = "2026-05-21T04:49:30.691Z" },
- { url =
"https://files.pythonhosted.org/packages/39/99/ed8c0f9f0d3c9631259bf5c5d776ec7a70d6d888ce060ad4758f00a29683/wrapt-2.2.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:d8f6cf451ec4aab0cdbad128d9be1219e95ceaa9940566d71570b2d820ee50b3", size
= 158770, upload-time = "2026-05-21T04:49:32.299Z" },
- { url =
"https://files.pythonhosted.org/packages/25/fc/6eed4204b30562f113e40151b94ec1ee565c040d90623a4223742cf5aa68/wrapt-2.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:3f1dc1d1a2f0b081d8c1eef2203e61717b537a1bcb0d8e4d1405aeb15aa85c34", size
= 160322, upload-time = "2026-05-21T04:49:33.959Z" },
- { url =
"https://files.pythonhosted.org/packages/3a/3d/cb9d33c140cce69e025d946deac44c636ce16a079cd4410722b552aecb5e/wrapt-2.2.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:952ec99e71d584a0e451795dbd468909c8794727ecddd9ebb4fe9803e2803f1e", size
= 153088, upload-time = "2026-05-21T04:49:35.715Z" },
- { url =
"https://files.pythonhosted.org/packages/6b/fd/e452de05a75c008acef9055dd9a58fc6a4d08a5e42747394a91030f83169/wrapt-2.2.0-cp311-cp311-musllinux_1_2_aarch64.whl",
hash =
"sha256:33ff34dc349320dc16ebe0cdf70dddf5ae9328f4a448823a00f37976d0cc2234", size
= 159258, upload-time = "2026-05-21T04:49:38.249Z" },
- { url =
"https://files.pythonhosted.org/packages/f1/03/c06ee1605a5b11da535b64e26c9f2330de7a8e3a2253afc533f37a5a682f/wrapt-2.2.0-cp311-cp311-musllinux_1_2_riscv64.whl",
hash =
"sha256:d23ea5a8e4ae99640d027d2fd05c9d03f8d24d561fc26c0462e96affa31bf408", size
= 152155, upload-time = "2026-05-21T04:49:39.69Z" },
- { url =
"https://files.pythonhosted.org/packages/47/f8/d7cb1d184afe5a1db15515f86758fd08fa795a650f2af18ff221758921d7/wrapt-2.2.0-cp311-cp311-musllinux_1_2_x86_64.whl",
hash =
"sha256:9c95f72d212e1f178f9619b77fd7ee3533e82ded6a5ad119dd88134e185ee3b0", size
= 157920, upload-time = "2026-05-21T04:49:41.225Z" },
- { url =
"https://files.pythonhosted.org/packages/92/80/5bbdade010313edbb14afbdd916a054c74c99c2f04b0f8358086c728815a/wrapt-2.2.0-cp311-cp311-win32.whl",
hash =
"sha256:db93eebcf951f9ee41d75dc0423378fa918fc6706db59bc20c02f6563b6b210d", size
= 77572, upload-time = "2026-05-21T04:49:42.913Z" },
- { url =
"https://files.pythonhosted.org/packages/5f/32/9df5dd381c2d4d9f14d8d442de4efd8ef8fda3df8b25a384e7060a6d91a8/wrapt-2.2.0-cp311-cp311-win_amd64.whl",
hash =
"sha256:22c7ee3a3737d9656ddf2c9cc1f1548ec963d966251e899561da142697d33a9d", size
= 80624, upload-time = "2026-05-21T04:49:44.411Z" },
- { url =
"https://files.pythonhosted.org/packages/0a/5c/3c441a01c9e1f072f0a9c062a3aa709b3fe488af649ecb0b74206e5a9754/wrapt-2.2.0-cp311-cp311-win_arm64.whl",
hash =
"sha256:7e291fa9129d9998ed5035390d4bb9cf429c489f40e5ddaa06a1e83ed52048a7", size
= 79003, upload-time = "2026-05-21T04:49:45.687Z" },
- { url =
"https://files.pythonhosted.org/packages/83/ac/0d40f7f625b78d698dd8fcaf2df31585d2185dd0c261b82f7cc334c53168/wrapt-2.2.0-cp312-cp312-macosx_10_13_x86_64.whl",
hash =
"sha256:8a76b27fe0d600f8a34313e1a528309aa807a16aa3a72000619bc56339020125", size
= 80992, upload-time = "2026-05-21T04:49:47.024Z" },
- { url =
"https://files.pythonhosted.org/packages/a0/56/bec7ac3b1c40bee400aecf0db3abee9d3461fd8f02eb42fb02693092b3d9/wrapt-2.2.0-cp312-cp312-macosx_11_0_arm64.whl",
hash =
"sha256:778aa2f59615973f2637d9025a708b69196c4814f38d905647fa1a56d7ff6b79", size
= 81648, upload-time = "2026-05-21T04:49:48.382Z" },
- { url =
"https://files.pythonhosted.org/packages/a6/a9/6ecf97645bde3fc5faa980516f7007ece0b38d3219e5add54042d3ae8b4e/wrapt-2.2.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:5b7f10aa09d1f5abfe3ccd022dec566a5010465b98b3755cc0705a762547101f", size
= 168683, upload-time = "2026-05-21T04:49:49.703Z" },
- { url =
"https://files.pythonhosted.org/packages/10/69/de03c995ade9b215f2c019be6442fc206b05ddcbec9d2f81bf94157aef47/wrapt-2.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:d98bf0078736df226e36875aa58a78f9d3b0888bcf585144fb30edbbf7145238", size
= 170982, upload-time = "2026-05-21T04:49:51.167Z" },
- { url =
"https://files.pythonhosted.org/packages/19/f8/6255eb9827dbd137569de68554b1e9535c3ac79cdbc377af3da415891807/wrapt-2.2.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:b62f40eb24ccf05246d203461c8920889fd38dce76978df16fe28e6f0128447d", size
= 160002, upload-time = "2026-05-21T04:49:53.598Z" },
- { url =
"https://files.pythonhosted.org/packages/e2/dd/962a9281d9c35e21c5a662c7d05c2af0108a3c833d2d6ab2eb546e520f7e/wrapt-2.2.0-cp312-cp312-musllinux_1_2_aarch64.whl",
hash =
"sha256:a8ce59cad2ee5a4d58ee647c4ed4d9adc4282ffdc31e98cba7f831536776a0f9", size
= 168827, upload-time = "2026-05-21T04:49:55.082Z" },
- { url =
"https://files.pythonhosted.org/packages/7d/ef/6a10e1200b2238be6da767d1814ab298f20e533a6c210f9ae6423ee3139c/wrapt-2.2.0-cp312-cp312-musllinux_1_2_riscv64.whl",
hash =
"sha256:bb7c060c3faa78fe066b6b1c65de285d8d61fb6e01ee8195625b9636c3cd9775", size
= 158164, upload-time = "2026-05-21T04:49:56.587Z" },
- { url =
"https://files.pythonhosted.org/packages/4a/b2/4f5f4c722aa730eb2c0723ee8f32d0d7315d07173cdac0d08b7b92bbab39/wrapt-2.2.0-cp312-cp312-musllinux_1_2_x86_64.whl",
hash =
"sha256:4297b7338cfa48b5cfefc7416d2ae52b0aad89e9b24da479ec010717b987c07f", size
= 167111, upload-time = "2026-05-21T04:49:57.996Z" },
- { url =
"https://files.pythonhosted.org/packages/4e/b7/93fabbf2b505b610d019ec537c9dfa785a96920dcfc2ff8f57727aa54625/wrapt-2.2.0-cp312-cp312-win32.whl",
hash =
"sha256:9b58e2cdbcfe2278a031a12a7d73836d66bc1e9e65f97c63ea0a022f2f9f351b", size
= 77867, upload-time = "2026-05-21T04:49:59.339Z" },
- { url =
"https://files.pythonhosted.org/packages/70/51/1564bcd9863dbf2cca3a687f53a6eeaaa08850e331948f1c4c7818401e88/wrapt-2.2.0-cp312-cp312-win_amd64.whl",
hash =
"sha256:199abadf7dcceab4bdc5bfe356275a56b1cb429296e283da2fe90c20b09f8d07", size
= 80827, upload-time = "2026-05-21T04:50:01.212Z" },
- { url =
"https://files.pythonhosted.org/packages/67/04/354d2fd146936dccf55aced66a606f6e1665435e3119765acb00a8753eb3/wrapt-2.2.0-cp312-cp312-win_arm64.whl",
hash =
"sha256:8d40f1fb34d600b3eaf812941d6bcf313075728868cad1dafb7021e6a4e77983", size
= 79094, upload-time = "2026-05-21T04:50:02.869Z" },
- { url =
"https://files.pythonhosted.org/packages/c4/bc/00d23a39b5f002dfa20f7441721bb44198e7c7b4a6b3f3d7b4ff88fe2dc6/wrapt-2.2.0-cp313-cp313-macosx_10_13_x86_64.whl",
hash =
"sha256:49c7ad697d6b13f322a1c3bb22a1c66827d5c0d303a4479e327210ee4d4ad179", size
= 80816, upload-time = "2026-05-21T04:50:04.563Z" },
- { url =
"https://files.pythonhosted.org/packages/14/ce/d0c5ecb47818be6d1717ea51eec1285f8d53777994fe44deaf9d7299f65c/wrapt-2.2.0-cp313-cp313-macosx_11_0_arm64.whl",
hash =
"sha256:07dd562ebb774cad070eeedb93c7a29647979e30f0cfd1f5c9b9f803f687b6f4", size
= 81346, upload-time = "2026-05-21T04:50:05.882Z" },
- { url =
"https://files.pythonhosted.org/packages/3f/19/a68afc8f7b085bc34fa6e17a120a10b2a9e27579369c79fb40f31ba95d69/wrapt-2.2.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:5b865e611c186d15366964e3d9500af504920ce7b92a211d61a83d2d3c42a508", size
= 166769, upload-time = "2026-05-21T04:50:07.604Z" },
- { url =
"https://files.pythonhosted.org/packages/f8/67/b3dadb67dd612223615438ce080be6bd1fee6de12ee16b2ff9725b3169b1/wrapt-2.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:12331011cbf76b782d0beec7c7ed880f51454c127ab12012cfaecf56de01a80c", size
= 166825, upload-time = "2026-05-21T04:50:09.129Z" },
- { url =
"https://files.pythonhosted.org/packages/ab/b3/9cb0277fb0f5c853aa6a91f384784e73db4c3db8ff0f405bc3f71d93daae/wrapt-2.2.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:e8ae3f4b50a3befa56da0f09d2b71a192454ce48e8887823dbc9228cdbb610f3", size
= 157882, upload-time = "2026-05-21T04:50:10.954Z" },
- { url =
"https://files.pythonhosted.org/packages/83/f6/e4295b9dadfd73d1db30fced3cdf1d083787d77857257998c5b9dda8b3d9/wrapt-2.2.0-cp313-cp313-musllinux_1_2_aarch64.whl",
hash =
"sha256:370b2c36e8fee503c275e39b4588d74412cd0a7792f7f3a7b54c44c4d33d4884", size
= 165791, upload-time = "2026-05-21T04:50:12.698Z" },
- { url =
"https://files.pythonhosted.org/packages/ac/33/e66764a3aefb45a3a60ac76ea6878417a13f98e67f046f8e78b0a9ca6063/wrapt-2.2.0-cp313-cp313-musllinux_1_2_riscv64.whl",
hash =
"sha256:9040b15216e07ed68762e44ff231a460036e4bf3543f83988f669e7078847b2c", size
= 156574, upload-time = "2026-05-21T04:50:14.28Z" },
- { url =
"https://files.pythonhosted.org/packages/cf/90/e3355e82cc765a411283ff4335ab41034d4eab9f5226b3e5840bebcaaf96/wrapt-2.2.0-cp313-cp313-musllinux_1_2_x86_64.whl",
hash =
"sha256:8062689c0e6faf0c2532f566a492fb48ba60923c2cd6effda7cac9639dbdc1f3", size
= 165943, upload-time = "2026-05-21T04:50:16.373Z" },
- { url =
"https://files.pythonhosted.org/packages/e4/86/eda5a79813cd9ee86cd7275b9eac5338166886a5ffc9dcf881a3068d03a3/wrapt-2.2.0-cp313-cp313-win32.whl",
hash =
"sha256:a3848854af260eb4cc33602c685524fff7c8816f033325f750c7fc75c6deccf9", size
= 77824, upload-time = "2026-05-21T04:50:18.241Z" },
- { url =
"https://files.pythonhosted.org/packages/ba/de/1eadc4caa3797a33d231572435eed9116d24f56dc6c909c43b59092fbb37/wrapt-2.2.0-cp313-cp313-win_amd64.whl",
hash =
"sha256:76b8111f8f5b8553c066caa26193921dea4185efecf1f9b38473054205137800", size
= 80737, upload-time = "2026-05-21T04:50:20.038Z" },
- { url =
"https://files.pythonhosted.org/packages/11/34/aeda6d757664a569a19d3e88e89f1c52134bbaa59b053bb316c69c71c459/wrapt-2.2.0-cp313-cp313-win_arm64.whl",
hash =
"sha256:195db5b92deba6feb818732694ad478abb8a529d97a113cc256e5e49ee2dd80d", size
= 79094, upload-time = "2026-05-21T04:50:21.784Z" },
- { url =
"https://files.pythonhosted.org/packages/92/c7/3bfdcddd4c0281d104305e473953f1402bcae1898089656b6a9567a1e5cd/wrapt-2.2.0-cp313-cp313t-macosx_10_13_x86_64.whl",
hash =
"sha256:cf93c441b11c1f3ae2ccf1e8d876939b301b3234ec19f311ab0e7543a9d4427e", size
= 82751, upload-time = "2026-05-21T04:50:23.694Z" },
- { url =
"https://files.pythonhosted.org/packages/dc/96/37cc2bf299cfbf21f6bb7dfd0ba590e2d29f9e1fe6aa334a97395f4406dc/wrapt-2.2.0-cp313-cp313t-macosx_11_0_arm64.whl",
hash =
"sha256:b208a5dd6f9da3d4b17aa2e4f8ca9c5dc6b9a2ed571fdef9ed465102487b445c", size
= 83315, upload-time = "2026-05-21T04:50:25.085Z" },
- { url =
"https://files.pythonhosted.org/packages/18/b0/bd4b4c51243a38009cc1c96f0503a535a7d8044636626bc7c545e766e73d/wrapt-2.2.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:5248171d3cd33f12c144e7aa1222983cb6ab42651e985ce51fec400a876afbfd", size
= 203752, upload-time = "2026-05-21T04:50:26.862Z" },
- { url =
"https://files.pythonhosted.org/packages/8f/b6/aee7c4fd7f19026d464ca7fd8a83efa5f3168ed33897ca0d1ec83bd15de4/wrapt-2.2.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:1f663528d6ea1804d279462671b2bf98a4c0d8a4a8dd319bb3ee0629b743387f", size
= 209665, upload-time = "2026-05-21T04:50:28.45Z" },
- { url =
"https://files.pythonhosted.org/packages/d9/91/be1181e580cd20a2584260285aa25fa9eb64a27a5921a431008910ea5d70/wrapt-2.2.0-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:fb240700f3b597c1d40d0932bfed2f4130fec2f02b8c2cb0bcdae45d321cb691", size
= 194678, upload-time = "2026-05-21T04:50:30.307Z" },
- { url =
"https://files.pythonhosted.org/packages/63/f6/cae7b5f26bf1385f562b7904db23b686e66a4f4f4b3496675531b1d0d968/wrapt-2.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
hash =
"sha256:1bf3ea62734b24c0241442d8b7684ef53a8de6cad0c2eba1e99fd2297b4a92e4", size
= 205364, upload-time = "2026-05-21T04:50:31.899Z" },
- { url =
"https://files.pythonhosted.org/packages/81/d4/647312c3fcef95e6c65fd4c11efe4575cd021ac0074f3000cb066fc67c9e/wrapt-2.2.0-cp313-cp313t-musllinux_1_2_riscv64.whl",
hash =
"sha256:ec257eedd8c3988cf76e351e949e3a56a61d90f4bb4e060de2ebfa6603df2a42", size
= 192139, upload-time = "2026-05-21T04:50:33.588Z" },
- { url =
"https://files.pythonhosted.org/packages/db/c4/b40d8d176979b9397a4cfcc9eaafdd20697fc6e62293d70b1951d422b988/wrapt-2.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
hash =
"sha256:f58e1aa46c204171a2faa49b1ef2953edebb3913d270bb3bae7e970f254c9293", size
= 199221, upload-time = "2026-05-21T04:50:36.591Z" },
- { url =
"https://files.pythonhosted.org/packages/f2/cf/71f00a6a0e9f5244c0bcc4e445d1087467d1c80e788637929bea0a1ea637/wrapt-2.2.0-cp313-cp313t-win32.whl",
hash =
"sha256:615be1d2b21450748e759bed7bf9ba8bc28307e91cb96b6e968f54f39e938ee5", size
= 79438, upload-time = "2026-05-21T04:50:38.531Z" },
- { url =
"https://files.pythonhosted.org/packages/b7/01/8219ee5e1491fdd880564af04a809eb8866481faff5cce6105174202667d/wrapt-2.2.0-cp313-cp313t-win_amd64.whl",
hash =
"sha256:0680304db389599691bac06a2f9fb3f0ed06af59f132d35801a38cf6c321ab59", size
= 83024, upload-time = "2026-05-21T04:50:39.892Z" },
- { url =
"https://files.pythonhosted.org/packages/56/c5/ec61c19ea596299b0f0fca9f5ff82418a5152d933772bac90c61a4b06c30/wrapt-2.2.0-cp313-cp313t-win_arm64.whl",
hash =
"sha256:60bef9dc4348a76e9c2981ec4b06b779bac02556af4479030e6f62b18545b3cc", size
= 80282, upload-time = "2026-05-21T04:50:41.318Z" },
- { url =
"https://files.pythonhosted.org/packages/11/b7/dd4278d51621fd5054f840744be1c830b37e9d7b9b22b5590eb69c5039a3/wrapt-2.2.0-cp314-cp314-macosx_10_15_x86_64.whl",
hash =
"sha256:5c17982ccfece323bb297a195c9602ef407819199d8dbf99b8041770513fd68f", size
= 80861, upload-time = "2026-05-21T04:50:42.755Z" },
- { url =
"https://files.pythonhosted.org/packages/65/ec/06efd37278eaee793521aee41091cb29fe20603dc5bd2f5cdc4e73fe9ce8/wrapt-2.2.0-cp314-cp314-macosx_11_0_arm64.whl",
hash =
"sha256:d2aab40474b6adae53d14d1f6a7785f4346a93c072adf1e69ca11a1b6afc789e", size
= 81436, upload-time = "2026-05-21T04:50:44.212Z" },
- { url =
"https://files.pythonhosted.org/packages/21/95/46922f9415f109506f8bdfd903138dbde8a507a70ca02904b8dcffaac171/wrapt-2.2.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:db48e2623a8aca63dfcfa7e574a5f3a9f760be1c464ee23f6387f70cc9112aa2", size
= 166655, upload-time = "2026-05-21T04:50:45.951Z" },
- { url =
"https://files.pythonhosted.org/packages/95/57/601af72054c2166e11781a30b0fd6f7d500e9186351e73f8ff5d923afcee/wrapt-2.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:f990f1b5c8ee4ff980bdef3f73f50728fd911b9ab8de8c43144e8019dcd845ff", size
= 166257, upload-time = "2026-05-21T04:50:47.644Z" },
- { url =
"https://files.pythonhosted.org/packages/8d/a0/b2e96a62cd572f186eb94be906d4854dd301b20a3b30b648c8ddab11a2fb/wrapt-2.2.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:c990d58100f9ebb8e7a20bd2e7bd3c60838be38c5bbccdd35041bc9f36dc0cea", size
= 157694, upload-time = "2026-05-21T04:50:49.215Z" },
- { url =
"https://files.pythonhosted.org/packages/72/f8/77fa31bda9344ca76d6a8eb6f5bd274aea1a7e24d6279b21fc2349d41fbe/wrapt-2.2.0-cp314-cp314-musllinux_1_2_aarch64.whl",
hash =
"sha256:686f1798727bf4a708df015ca782b20abe99b3664e1ee9786b7712b0e2310586", size
= 166036, upload-time = "2026-05-21T04:50:50.857Z" },
- { url =
"https://files.pythonhosted.org/packages/3e/73/118d00ad41f270128aa94a80b8150c5b720c18e06dc1a2291795c33839ec/wrapt-2.2.0-cp314-cp314-musllinux_1_2_riscv64.whl",
hash =
"sha256:5b9733ef187cf05e774484ed2f703992a44429050f1cfea2e94dac543da78292", size
= 156437, upload-time = "2026-05-21T04:50:52.415Z" },
- { url =
"https://files.pythonhosted.org/packages/24/43/16017c26a1eeccbbf8f79f5172095bf9b0cb7183ac9bfc4a3c2c9fc37675/wrapt-2.2.0-cp314-cp314-musllinux_1_2_x86_64.whl",
hash =
"sha256:231e2728ba04536821d2327ad2b3cb2c20cc79197fe5c30ddf71b12d95febe10", size
= 165492, upload-time = "2026-05-21T04:50:54.16Z" },
- { url =
"https://files.pythonhosted.org/packages/b3/bd/d5d59f0a074e192f1cdafdeafca3d1aca25c3dd9172e0418fd04a912b864/wrapt-2.2.0-cp314-cp314-win32.whl",
hash =
"sha256:319720847afa6c58c32f84f9743bdcf34448ae56908c00f409764c627ff2c1fe", size
= 78343, upload-time = "2026-05-21T04:50:56.028Z" },
- { url =
"https://files.pythonhosted.org/packages/cc/f5/c7fbbcbd8285f1999666115a793890a38e8b88744b8c3630059a0efa88bb/wrapt-2.2.0-cp314-cp314-win_amd64.whl",
hash =
"sha256:628fbd908649611c8b9293e2e050231f1e230be152e7d38140e3b818ec6aade0", size
= 81144, upload-time = "2026-05-21T04:50:57.538Z" },
- { url =
"https://files.pythonhosted.org/packages/93/aa/152902a4b85cb55daad6e383a91ca5e23fd8d56132a4aa44987b7154f5e3/wrapt-2.2.0-cp314-cp314-win_arm64.whl",
hash =
"sha256:b4ce4240a3f095e77cfcc5aed6001bd63af13ea53c35ef496af1a5a972e7eaa9", size
= 79573, upload-time = "2026-05-21T04:50:59.307Z" },
- { url =
"https://files.pythonhosted.org/packages/af/fe/a25c3eee98417de1caf541c1b234bbc3a8b0ce4817b0c8934ca57bfe3e89/wrapt-2.2.0-cp314-cp314t-macosx_10_15_x86_64.whl",
hash =
"sha256:f0318a47d23c9407f4f94c06824662499e889ab8c192c1162e4f542a118fd700", size
= 82844, upload-time = "2026-05-21T04:51:00.767Z" },
- { url =
"https://files.pythonhosted.org/packages/71/bf/31060eb2f475b7798926f46c1779ec93329a48730cbeb8f9c0855162f97b/wrapt-2.2.0-cp314-cp314t-macosx_11_0_arm64.whl",
hash =
"sha256:8a094508b7cd6e583378f3cf50f125814961660225bad88f4ecaa691e30b09e1", size
= 83321, upload-time = "2026-05-21T04:51:02.253Z" },
- { url =
"https://files.pythonhosted.org/packages/54/b9/62702f8bdaf509e444ec38bf142122db8c5ebbdfe6e2ca8e1dd7d43fb574/wrapt-2.2.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:115ff1501c11ac0e267c4afd6f6b3dd24b48afcc77b029e6062f71b12bce1d79", size
= 203740, upload-time = "2026-05-21T04:51:03.8Z" },
- { url =
"https://files.pythonhosted.org/packages/fe/c6/c9ea3537ea759edcc856a32fc2d16abee41d7474f853bf00089058c0a33e/wrapt-2.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:45d4156fd35d0bdab58eac4a6854fbd053a59544fc57eb66e977b3c13c087a1c", size
= 209671, upload-time = "2026-05-21T04:51:05.56Z" },
- { url =
"https://files.pythonhosted.org/packages/79/c8/5925232cf614c23969b2267d954976e288993ef9e94a74eba4f26ad41232/wrapt-2.2.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:4b0aa81f4a3d0203ae8450eae5e794540afbf00a97dd0b81accbe5b4a5362cbb", size
= 194717, upload-time = "2026-05-21T04:51:07.227Z" },
- { url =
"https://files.pythonhosted.org/packages/10/95/b824ac1e5900f39f80d0d4e97cf59389b078d0fed3551f471911f9b46281/wrapt-2.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl",
hash =
"sha256:74b7949da2ffcd79869ac1e90946c14ce61a714269403a879ea9ed85a993c81f", size
= 205335, upload-time = "2026-05-21T04:51:08.868Z" },
- { url =
"https://files.pythonhosted.org/packages/d4/58/623708a153bb1a519260bf61086c5f381196a7d505ac729f7979b0d1a957/wrapt-2.2.0-cp314-cp314t-musllinux_1_2_riscv64.whl",
hash =
"sha256:c7af243871699358ebf34a770205bf2b61ccb17a0b003e8726d2028cc36ce364", size
= 192170, upload-time = "2026-05-21T04:51:10.52Z" },
- { url =
"https://files.pythonhosted.org/packages/1c/4e/d771a75386676fe08086affe57b0f7cffafe528642ae5ebf95200811248e/wrapt-2.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl",
hash =
"sha256:eb9d0c3f416e2c7c37498d1716fe323379da8b4e860da3d3818a6ec8fff7b7e5", size
= 199200, upload-time = "2026-05-21T04:51:12.269Z" },
- { url =
"https://files.pythonhosted.org/packages/2a/42/afd8991950e38f32c73008a3f2cd834cab32e338cc1997b7a39272a22cbc/wrapt-2.2.0-cp314-cp314t-win32.whl",
hash =
"sha256:4d5b485a6f617825fa7449f5025ebcdad9355acb328cb6d198ba225762219bc0", size
= 80206, upload-time = "2026-05-21T04:51:13.837Z" },
- { url =
"https://files.pythonhosted.org/packages/b8/34/d10901fb7686ec642e22d75d260f07ba6e05d28d5c83cb1efdc8d5c03e07/wrapt-2.2.0-cp314-cp314t-win_amd64.whl",
hash =
"sha256:cccce5c70a209eb385c82d063f332ed97fc02d1cf7bffb95b2e6995b5a9b8388", size
= 83830, upload-time = "2026-05-21T04:51:15.341Z" },
- { url =
"https://files.pythonhosted.org/packages/f3/11/d41fd5f17432703783f996fddc475d40baf20fe76f2c6dc217c2dd219b4c/wrapt-2.2.0-cp314-cp314t-win_arm64.whl",
hash =
"sha256:9ad894d5dc5960ebd546a87a78160a8c645b99899e7e45a538436919bc9be5a6", size
= 80711, upload-time = "2026-05-21T04:51:16.859Z" },
- { url =
"https://files.pythonhosted.org/packages/33/19/713f33fcd8f7b0aa87c9d068b590dc1e86c51d5e329bf83dd91ee47fe872/wrapt-2.2.0-py3-none-any.whl",
hash =
"sha256:03b77d3ecab6c38e5da7a5709cee6899083d08fc1bcd648b4fa78b346fc66282", size
= 60994, upload-time = "2026-05-21T04:51:37.606Z" },
+sdist = { url =
"https://files.pythonhosted.org/packages/2d/9f/06263fcd8ad6c405f05a3905fd7a84dd3176eb5ad46e44bccc0cd16348bb/wrapt-2.2.1.tar.gz",
hash =
"sha256:6744f504375775d7609c82c8d3d94af1c9a6f05586984536905908ba905277b9", size
= 127620, upload-time = "2026-05-22T14:49:43.056Z" }
+wheels = [
+ { url =
"https://files.pythonhosted.org/packages/b4/8b/84bc1ea68b620fe0e2696a8cff07e82f4b962d952ab14efee8955997bb70/wrapt-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl",
hash =
"sha256:0f68f478004475d97906686e702ddbddeaf717c0b68ad2794384308f2dc713ae", size
= 80093, upload-time = "2026-05-22T14:47:27.074Z" },
+ { url =
"https://files.pythonhosted.org/packages/f3/8f/64ec81194a0bc708d9720174c998c8a32116e82b5b32c04e20a7fe01176c/wrapt-2.2.1-cp310-cp310-macosx_11_0_arm64.whl",
hash =
"sha256:e422b2d647a65d6b080cad5accd09055d3809bdff00c76fba8dca00ca935572a", size
= 81183, upload-time = "2026-05-22T14:47:29.062Z" },
+ { url =
"https://files.pythonhosted.org/packages/94/c2/3d186944aae923631d1def58f4c4ff8f0b6309906afc0b6978de3e69b3e0/wrapt-2.2.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:036dfb40128819a751c6f451c6b9c10172c49e4c401aebcdb8ecf2aec1683598", size
= 152494, upload-time = "2026-05-22T14:47:30.583Z" },
+ { url =
"https://files.pythonhosted.org/packages/01/d1/6b3d0ea995b867d2862aad5619bd5e17de09a9d64a821f46832dcd272d40/wrapt-2.2.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:09ac16c081bebfd15d8e4dfa5bdc805990bbd52249ecff22530da7a129d6120b", size
= 154310, upload-time = "2026-05-22T14:47:32.175Z" },
+ { url =
"https://files.pythonhosted.org/packages/f9/4b/37ecb90a8c3753e580327fb40731a984b754e3df65d2ef932bf359fe4adc/wrapt-2.2.1-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:07be671fa8875971222b0ba9059ed8b4dc738631122feba17c93aa36b4213e9a", size
= 149002, upload-time = "2026-05-22T14:47:34.021Z" },
+ { url =
"https://files.pythonhosted.org/packages/e7/d0/918884d9dfa84d0d135b42a51c00910f5c5447fe7a5e211a8e16ac324dd4/wrapt-2.2.1-cp310-cp310-musllinux_1_2_aarch64.whl",
hash =
"sha256:93fc2bf40cd7f4a0256010dce073d44eeb4a351b9bca94d0477ce2b6e62532b3", size
= 153185, upload-time = "2026-05-22T14:47:35.722Z" },
+ { url =
"https://files.pythonhosted.org/packages/4c/00/382299d8ced610b29b59b099a89eda821e8c489aa152b7183748ac83f32a/wrapt-2.2.1-cp310-cp310-musllinux_1_2_riscv64.whl",
hash =
"sha256:ba519b2d765df9871a25879e6f7fa78948ea59a2a31f9c1a257e34b651994afc", size
= 148040, upload-time = "2026-05-22T14:47:37.052Z" },
+ { url =
"https://files.pythonhosted.org/packages/6c/46/62a79b79e35bbebb1207ca5d15b81192f37f20cc5659cf4e3ce955b7fcc8/wrapt-2.2.1-cp310-cp310-musllinux_1_2_x86_64.whl",
hash =
"sha256:9011395be8db1827d106c6449b4bb6dd17e331ff6ec521f227e4588f1c78e46f", size
= 151773, upload-time = "2026-05-22T14:47:38.713Z" },
+ { url =
"https://files.pythonhosted.org/packages/a1/db/95c152151d206d4b430516c89725306e92484072f38e65492afde63f6d19/wrapt-2.2.1-cp310-cp310-win32.whl",
hash =
"sha256:a8f7176b83664af44567e9cc06e0d3827823fcc1a5e52307ebb8ac3aa95860b9", size
= 77393, upload-time = "2026-05-22T14:47:40.061Z" },
+ { url =
"https://files.pythonhosted.org/packages/13/d3/882d50452c6fbd13f24fe5d2644b97cdad2565a7e1522cbb6312de8a52cf/wrapt-2.2.1-cp310-cp310-win_amd64.whl",
hash =
"sha256:d7f513d3185e6fec82d0c3518f2e6365d8b4e49f5f45f29640d5162d56a23b54", size
= 80350, upload-time = "2026-05-22T14:47:41.194Z" },
+ { url =
"https://files.pythonhosted.org/packages/58/0f/148376523b4e370692286a9ba14d5715cf3c5b86da3bd3630926367b6b73/wrapt-2.2.1-cp310-cp310-win_arm64.whl",
hash =
"sha256:44255c84bc57554fed822e83e70036b51afa9edb56fc7ca56c54410ece7898c9", size
= 79149, upload-time = "2026-05-22T14:47:42.835Z" },
+ { url =
"https://files.pythonhosted.org/packages/5f/ac/4370bde262c0e633e6c4f0e56d55095710024cf9a5cecc20c59a10de483c/wrapt-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl",
hash =
"sha256:dd57607acc85678925940bd5df0385ff8332083a32fa8d7a43f8767f4997263c", size
= 80321, upload-time = "2026-05-22T14:47:43.996Z" },
+ { url =
"https://files.pythonhosted.org/packages/eb/79/b8ff3a61e71babf58a8cf4c0d63358e8bad383e15bf7f35e62d2f6b6e4a4/wrapt-2.2.1-cp311-cp311-macosx_11_0_arm64.whl",
hash =
"sha256:1ae574d65c9fa8e86f64f6a7c2668f9fcd507b183e0e577619f504b883cb0a6c", size
= 81216, upload-time = "2026-05-22T14:47:45.243Z" },
+ { url =
"https://files.pythonhosted.org/packages/6e/fd/c0cac1f77c9c4f6fe58a920ca632ce379bb8be928720e11e8d73de28a5e9/wrapt-2.2.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:9a04c28c10ba7fd12842b109d2edb0678872a2fe65277ca4ff06a0d61edee245", size
= 159208, upload-time = "2026-05-22T14:47:47.176Z" },
+ { url =
"https://files.pythonhosted.org/packages/d9/4f/744132a7b2fbefa6b81118ec5942eca5fc2e9a129f9055a0c5e46885a549/wrapt-2.2.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:3e2f02472a1cbbf3884b365714a810b5947134a95ad6952b554cb8cce9d492b0", size
= 160322, upload-time = "2026-05-22T14:47:49.04Z" },
+ { url =
"https://files.pythonhosted.org/packages/d6/95/b7cd9a22a06cf93e6482904ee6afc956248983553593fd1009296d1b3b31/wrapt-2.2.1-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:ac2745950b2bff80219c15ebf2fa9d8427eba7e249739f97e55c9d169e47e9e1", size
= 153243, upload-time = "2026-05-22T14:47:50.386Z" },
+ { url =
"https://files.pythonhosted.org/packages/4c/4a/eb79423192015f46f0db2872e7e04a3dde8d359b83411e8959e7c9287eaa/wrapt-2.2.1-cp311-cp311-musllinux_1_2_aarch64.whl",
hash =
"sha256:67a97e5b6c457f0cd3cfc19ebb2d84463e60c3ece754cc831e4281a3ca29bb18", size
= 159231, upload-time = "2026-05-22T14:47:51.753Z" },
+ { url =
"https://files.pythonhosted.org/packages/ec/dc/435015b58ce33c6fc4104158fa91ddb0e809ab03a5751fb7465d1d461456/wrapt-2.2.1-cp311-cp311-musllinux_1_2_riscv64.whl",
hash =
"sha256:c803a3d331796255af51ba2c79ed0ac8275865b516c09e61f248d1e7aff31ce9", size
= 152351, upload-time = "2026-05-22T14:47:53.214Z" },
+ { url =
"https://files.pythonhosted.org/packages/77/ac/5d203f98df8fd136b95c5227139aea02d34505e18baf812d0c005df61963/wrapt-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl",
hash =
"sha256:9b984d1eb252145d6302c1dbd5e87fc6d404d45531447c84eadec04bf1fcb027", size
= 158347, upload-time = "2026-05-22T14:47:54.982Z" },
+ { url =
"https://files.pythonhosted.org/packages/52/2f/a92427dbdc74e54c1674abbed27e61b2cb5e7a94441b8c1270c70671d928/wrapt-2.2.1-cp311-cp311-win32.whl",
hash =
"sha256:8a983a603a18c8708f024f7f6991b2e66159219abbf894634c5056243c55f3cd", size
= 77562, upload-time = "2026-05-22T14:47:56.275Z" },
+ { url =
"https://files.pythonhosted.org/packages/c8/56/987b9c13b3e1c1a3c6de71284076f996b79caec90e75a87c044a40c23db9/wrapt-2.2.1-cp311-cp311-win_amd64.whl",
hash =
"sha256:9c210a6994b21aa9b29e81c8d11560e8fdab54c117e9cff37870d0a27bde1343", size
= 80616, upload-time = "2026-05-22T14:47:57.854Z" },
+ { url =
"https://files.pythonhosted.org/packages/7e/25/d01f560888d99d94a959c85533de349ce68d71ace3f2591d6ea8f632cfed/wrapt-2.2.1-cp311-cp311-win_arm64.whl",
hash =
"sha256:401229e9d63ca09f9b8891ecf83798d26c11bbb445d11ed9f1836b6d4585b38a", size
= 79025, upload-time = "2026-05-22T14:47:59.089Z" },
+ { url =
"https://files.pythonhosted.org/packages/89/0c/bfae7b9401583b6d05938cd16dedc43857d96da2f8a3d50d78cc515bf6ff/wrapt-2.2.1-cp312-cp312-macosx_10_13_x86_64.whl",
hash =
"sha256:3ffad790d9d11d8ecf9f17c4bb671a5b4089e4d8b575c46c5129597f41f836b0", size
= 81021, upload-time = "2026-05-22T14:48:00.313Z" },
+ { url =
"https://files.pythonhosted.org/packages/26/58/80f6a6599f933f4caecc1cb3ee88a04faf81e8b9bddbd6109c688dd63e0f/wrapt-2.2.1-cp312-cp312-macosx_11_0_arm64.whl",
hash =
"sha256:628f5220c7a904d5fc78f7075c8d7871433eb6d035c94728a22fdf85f193d2a8", size
= 81692, upload-time = "2026-05-22T14:48:01.49Z" },
+ { url =
"https://files.pythonhosted.org/packages/17/93/fb357cc7847c58a8ae790be718903afa81a28d23e642c843dc4129e8a0b2/wrapt-2.2.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:61acce4257a9883669703c525447c5b4c392edf0f987ae77ec32668440158f0e", size
= 169364, upload-time = "2026-05-22T14:48:02.791Z" },
+ { url =
"https://files.pythonhosted.org/packages/aa/0b/76b601ee309a8bd556af0eecb184394c20b3c49aa9c8e085aa1ffacc2568/wrapt-2.2.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:727ab4244622cd6ad2390f322642090c877d2e83a608d2653a7643ae5368d926", size
= 171079, upload-time = "2026-05-22T14:48:04.22Z" },
+ { url =
"https://files.pythonhosted.org/packages/cd/87/ee3f32d5658e3e26d3e0e457922b47a36dd3bfbdfee7f97bb3e802344a66/wrapt-2.2.1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:03df9ebed4c73ab93fa8c07e3d41d818dfca1852b15731a3de59457b27814624", size
= 160205, upload-time = "2026-05-22T14:48:05.553Z" },
+ { url =
"https://files.pythonhosted.org/packages/b1/d0/ae2fd64277a67f5d7bffcf2d05eea1e476263fb2a072baf0b0129ab85984/wrapt-2.2.1-cp312-cp312-musllinux_1_2_aarch64.whl",
hash =
"sha256:0d9ff006f420b2ec8296aa56ade43ea7da3e997e85769f0aafc5e0661aacb710", size
= 168922, upload-time = "2026-05-22T14:48:07.132Z" },
+ { url =
"https://files.pythonhosted.org/packages/b1/f3/2d541a060c5bbafb9400bca4917e4d78bfd1f239f404782c86831a8f6b29/wrapt-2.2.1-cp312-cp312-musllinux_1_2_riscv64.whl",
hash =
"sha256:844c858fc3bb7eacc0ba8efa904935d16aac6a4470948ad1e7e55c9f5a2a665f", size
= 158388, upload-time = "2026-05-22T14:48:08.629Z" },
+ { url =
"https://files.pythonhosted.org/packages/1d/68/8d92c8800c57e93cb116ae9e9d6cbafc34fade5ee9f9107b6f203fb4dc35/wrapt-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl",
hash =
"sha256:87bacdaf225117a342a20d9c03438d701c02112f6e3f351ce9b7f32354f14797", size
= 167682, upload-time = "2026-05-22T14:48:10.042Z" },
+ { url =
"https://files.pythonhosted.org/packages/30/72/83ea3790ea352439442349388e29ff07b76e0686265f9088bbb505d1608d/wrapt-2.2.1-cp312-cp312-win32.whl",
hash =
"sha256:2f8c90c8afde51969487be4e1343ae049b268854877d415c2510baf833775052", size
= 77857, upload-time = "2026-05-22T14:48:11.782Z" },
+ { url =
"https://files.pythonhosted.org/packages/ef/cb/99450668dd3502d62a54a1c8aa56e44f34cb8c1261b381cfe2e7926c3b75/wrapt-2.2.1-cp312-cp312-win_amd64.whl",
hash =
"sha256:6ce32763ac31ce94fe9aada947e479b1975012bff166da409b4b9e4e376cf7e5", size
= 80825, upload-time = "2026-05-22T14:48:13.046Z" },
+ { url =
"https://files.pythonhosted.org/packages/e6/3a/87512881be64e743f9ee4c66f4cbe8e884974bef2a5989af71f999653ac7/wrapt-2.2.1-cp312-cp312-win_arm64.whl",
hash =
"sha256:8d1b4d0e0c2119587a31f5c029abd547e0c81d93b89d394566fe1588659eb579", size
= 79087, upload-time = "2026-05-22T14:48:14.323Z" },
+ { url =
"https://files.pythonhosted.org/packages/88/d1/a1b08f8f4fac8cbb156fa51cf64ee2c7f7f74f9875ba3cf70b3c58368694/wrapt-2.2.1-cp313-cp313-macosx_10_13_x86_64.whl",
hash =
"sha256:d2beb1c7cab10603aecdc42f8edd6ff013f9a32e4543474e38e6b77ce9975aeb", size
= 80831, upload-time = "2026-05-22T14:48:15.598Z" },
+ { url =
"https://files.pythonhosted.org/packages/54/ce/57890814991446a845e09b3445ce8b694f27eb0577004f2c2a36a9772ed4/wrapt-2.2.1-cp313-cp313-macosx_11_0_arm64.whl",
hash =
"sha256:e0cb7e4dd71f4c32e5e84843cd3c4cd65dda034314004bbe1d7f99af2426ab80", size
= 81375, upload-time = "2026-05-22T14:48:17.071Z" },
+ { url =
"https://files.pythonhosted.org/packages/38/65/08d7a6c76ac4493bdb668205ee9c1de1bd5daca61717c3e9aa49b4c01499/wrapt-2.2.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:95821352042722cd9f1108874579a47989d0a7e12a37d87d2fc4af20fd99ab8a", size
= 167417, upload-time = "2026-05-22T14:48:18.303Z" },
+ { url =
"https://files.pythonhosted.org/packages/62/ce/f1ccbee7a1bfe5cdc6b3da6bab4b45713d628b9294da32a39f563d648140/wrapt-2.2.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:abd621552ede77c4c69be7fac44ba911225b0c812b6ba604e5964cf98085b474", size
= 166948, upload-time = "2026-05-22T14:48:19.768Z" },
+ { url =
"https://files.pythonhosted.org/packages/86/2a/f85d48d1cd4869aee6704028d257d740a47c1c467b457ce396b4b5b55d07/wrapt-2.2.1-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:e3677c7146ce694874941ba82b57092cc4875445aadf29d72807351023105143", size
= 158148, upload-time = "2026-05-22T14:48:21.96Z" },
+ { url =
"https://files.pythonhosted.org/packages/fe/5c/93939ad11d4a12358ab1aab219a2ef5efa5612e0db6b9fc65af8af1a891b/wrapt-2.2.1-cp313-cp313-musllinux_1_2_aarch64.whl",
hash =
"sha256:9a5934eaea872e17936b5f45501eba5ab0bce9a74122e172b663d7c28c459c4a", size
= 165905, upload-time = "2026-05-22T14:48:23.373Z" },
+ { url =
"https://files.pythonhosted.org/packages/e0/22/b8c2aa89862ff58605934d7abf4b70e6a5a1c33df96656f49035ccdf1c8a/wrapt-2.2.1-cp313-cp313-musllinux_1_2_riscv64.whl",
hash =
"sha256:f5b9daf6b629fce418e0cc3dd0436eac045188fa35deadb7a7f3941d5b8203f9", size
= 156712, upload-time = "2026-05-22T14:48:24.767Z" },
+ { url =
"https://files.pythonhosted.org/packages/5d/78/bf00a7b02239c12bb02ddcc3c0b971bfcc36e578c5a44f1ccfef5b458545/wrapt-2.2.1-cp313-cp313-musllinux_1_2_x86_64.whl",
hash =
"sha256:f53ac9f3ef573326d009ed809beff4efcac6451931c2b8132586da4b9e53ff31", size
= 166560, upload-time = "2026-05-22T14:48:26.83Z" },
+ { url =
"https://files.pythonhosted.org/packages/fe/93/6390ca9c5b787683cef588d04f57c8d41b9a2323b5597a65f18638c90ef2/wrapt-2.2.1-cp313-cp313-win32.whl",
hash =
"sha256:1ffa9cfd4bdb581539951b14ae661ff20ed0c3599b3e911a131ee0ec5ac11337", size
= 77817, upload-time = "2026-05-22T14:48:28.221Z" },
+ { url =
"https://files.pythonhosted.org/packages/97/73/ce10f0e71c0cfaa1a65faadb8efd4852028b3bb9ba28932b8889df769d38/wrapt-2.2.1-cp313-cp313-win_amd64.whl",
hash =
"sha256:368eac1e20fd0bb03dd3cc42bf9887154c3861b60989389ccb5fac032617d215", size
= 80736, upload-time = "2026-05-22T14:48:30.139Z" },
+ { url =
"https://files.pythonhosted.org/packages/c7/4c/89f4a6818fafbbd840330e4fa3873073e1bfc166133a64cac7f8fde7a5e3/wrapt-2.2.1-cp313-cp313-win_arm64.whl",
hash =
"sha256:c754dafdf5aaf0b401b644a90a30046929a0dd1a536e0ff0ec959a59155d9c7f", size
= 79099, upload-time = "2026-05-22T14:48:31.405Z" },
+ { url =
"https://files.pythonhosted.org/packages/bf/f2/9a8741c46f8c208ac0a45b25ba170bcb4fb72a2781d5fb97dbd7b6be73cb/wrapt-2.2.1-cp313-cp313t-macosx_10_13_x86_64.whl",
hash =
"sha256:ed928d0fda15fc0adc8d13305c8b3c0f2fba5b0669950c9e6d019d9162a3b3e8", size
= 82802, upload-time = "2026-05-22T14:48:33.307Z" },
+ { url =
"https://files.pythonhosted.org/packages/9c/0d/e9c855716a3705eef1416456bdf062b60620726fdc59428ff670fc3c60dc/wrapt-2.2.1-cp313-cp313t-macosx_11_0_arm64.whl",
hash =
"sha256:fafb4e739e43544d12cb4abd1605fd4683b6ca6a9ad682b7fd8f4d21973eafa8", size
= 83329, upload-time = "2026-05-22T14:48:34.593Z" },
+ { url =
"https://files.pythonhosted.org/packages/3b/d6/a88f1c13112b7831adac75cea65d8310e0d696d570c8961844c90a57b865/wrapt-2.2.1-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:74d6a0c31472fe5d814917266b9f46495d7c61ed890af08b468acea92fb89a8d", size
= 202937, upload-time = "2026-05-22T14:48:35.859Z" },
+ { url =
"https://files.pythonhosted.org/packages/42/65/e29d54aef06a4d898a5b8a25589a0b3769bde454f922fad8f6f89fbfb650/wrapt-2.2.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:ab5be648d5a0b86b7438864f8df3c705a65cef35a2fd3e5561e3e203167e0f27", size
= 209997, upload-time = "2026-05-22T14:48:38.153Z" },
+ { url =
"https://files.pythonhosted.org/packages/2a/91/e4454263516cf0e12640912fbca9a83654e424f0a6ddb79f5cd7ce14bf33/wrapt-2.2.1-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:9d8f204c8e3a8bf9ece17e0a83d137fd807440977f8a5e762d59306795011440", size
= 194856, upload-time = "2026-05-22T14:48:39.69Z" },
+ { url =
"https://files.pythonhosted.org/packages/de/d0/fe0ee202286afdf4a7f77dd29f195703145764d572aec209c5086e57d924/wrapt-2.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl",
hash =
"sha256:d047f6498c973874ba08ac3f97c69a2c4b2211c8de6f4c205f75cb1c9522596e", size
= 205654, upload-time = "2026-05-22T14:48:43.456Z" },
+ { url =
"https://files.pythonhosted.org/packages/23/b6/87d860dfc6460c246af70b1fd5c8b76df77571b42a493459423ded94fd7d/wrapt-2.2.1-cp313-cp313t-musllinux_1_2_riscv64.whl",
hash =
"sha256:7a4fdb9326aab4a5a477a1640e5ad786a8495901009d7e7b038371edd23a9d2b", size
= 192206, upload-time = "2026-05-22T14:48:44.858Z" },
+ { url =
"https://files.pythonhosted.org/packages/df/46/3eea8cde077d985f239a38c0257087b8064fd9ee9b1a99e282d2c86da4ef/wrapt-2.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl",
hash =
"sha256:c8cc5094b08abeae52da9c73c8a32003623be691a5193df2f4e3eac3d557c394", size
= 198428, upload-time = "2026-05-22T14:48:46.319Z" },
+ { url =
"https://files.pythonhosted.org/packages/18/dc/b927ee9c7fc67adc3a5658f246a0d275425eb840ba36e7b702e70f18bde8/wrapt-2.2.1-cp313-cp313t-win32.whl",
hash =
"sha256:9907a4402ab6db12b7077a0ea5d7a4d028ecb22c8eee2b53527080d347cd1562", size
= 79448, upload-time = "2026-05-22T14:48:47.901Z" },
+ { url =
"https://files.pythonhosted.org/packages/ec/b3/fd30b473fe498c70e6b9a5f328b8d3fbaf1b8c3c481465f59724bba8eb70/wrapt-2.2.1-cp313-cp313t-win_amd64.whl",
hash =
"sha256:5590d63f5243251641cf543009b4c9314a79d0598fdb8a8e4cfc918494536c53", size
= 83021, upload-time = "2026-05-22T14:48:49.201Z" },
+ { url =
"https://files.pythonhosted.org/packages/ee/f3/96c39153a8737a6e9aa85adef254ac4195bea3f2d24efc60472ccc3c9e2e/wrapt-2.2.1-cp313-cp313t-win_arm64.whl",
hash =
"sha256:c318a64b53d97b841d7b5e637517e50a27be64bc695128422953d4b21710954e", size
= 80295, upload-time = "2026-05-22T14:48:50.479Z" },
+ { url =
"https://files.pythonhosted.org/packages/0a/a3/11d7f34ebbf3231bc907a3e6d5ee051b14d034c1bc7b65a97d5cc00516df/wrapt-2.2.1-cp314-cp314-macosx_10_15_x86_64.whl",
hash =
"sha256:6f56a647e4eaf5f0ca40330fb070f566bdf9f7b0db89a1af20d71c28dcd7a0ab", size
= 80879, upload-time = "2026-05-22T14:48:51.802Z" },
+ { url =
"https://files.pythonhosted.org/packages/13/3c/b74cfd984cef560b900fb1a727af20352d89e1f06bf2e1114dd3f00f5f5a/wrapt-2.2.1-cp314-cp314-macosx_11_0_arm64.whl",
hash =
"sha256:64b7deeda4b70408e382328d8bbe52a256fe9bc63ae3db86d804608367e5422c", size
= 81462, upload-time = "2026-05-22T14:48:53.18Z" },
+ { url =
"https://files.pythonhosted.org/packages/15/a3/7c8f704b8dc07dfe0a5d01c2edbfd88317aa8e5e3fa7c743eb7a085ae767/wrapt-2.2.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:b9cf53ba90717db2e292401de290776c498d4bbfb0d4a559ca2895db8b9dcb5c", size
= 167251, upload-time = "2026-05-22T14:48:54.562Z" },
+ { url =
"https://files.pythonhosted.org/packages/80/85/a34d1888d97247da6c2ff6118c3a721c73ed8cc4dd198c00208bb73b6f80/wrapt-2.2.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:cf3638274ab9d9b724c9baa0b4c04e132cd6faefb78b4dd3dd1a02a4bdaad41e", size
= 166316, upload-time = "2026-05-22T14:48:56.065Z" },
+ { url =
"https://files.pythonhosted.org/packages/e9/d7/72ffaeb01eebc704afe3fb99e840480f4bda45f0fa66e3381b6a39251c8f/wrapt-2.2.1-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:aed9658797d0b45d6c49adcfc6b41f66e6f2d0c6de3ec79e16cf4b1855df240f", size
= 157952, upload-time = "2026-05-22T14:48:57.924Z" },
+ { url =
"https://files.pythonhosted.org/packages/24/5b/36f5d6b024e4edfdd90b140742d11ebcf7836daf5c9daf326c55c24db412/wrapt-2.2.1-cp314-cp314-musllinux_1_2_aarch64.whl",
hash =
"sha256:1d676ee388bc42a04d56dd7deb5605244dac2e35cc2fadbb43c9fa25bbd93508", size
= 166130, upload-time = "2026-05-22T14:48:59.384Z" },
+ { url =
"https://files.pythonhosted.org/packages/81/06/9296d9e97bfdef5483dfcc859d57b095b257144b2bc5300ab521e06f4bc7/wrapt-2.2.1-cp314-cp314-musllinux_1_2_riscv64.whl",
hash =
"sha256:e395f7bc31851ef9b612050368cb446e9bc14cd7454b025018980349caf25ae5", size
= 156604, upload-time = "2026-05-22T14:49:00.921Z" },
+ { url =
"https://files.pythonhosted.org/packages/53/37/16953929ed6776175720e58fc966e779926d8d71e2c7b2273230590ca71f/wrapt-2.2.1-cp314-cp314-musllinux_1_2_x86_64.whl",
hash =
"sha256:5f1845c2a8cc1180ccccfa45785dd06f562730d19ef75be180334254012b6283", size
= 166007, upload-time = "2026-05-22T14:49:02.332Z" },
+ { url =
"https://files.pythonhosted.org/packages/b9/73/20ee58c0612dae7c31131a7095345812ed2c7b389019e175f68cde34e5b4/wrapt-2.2.1-cp314-cp314-win32.whl",
hash =
"sha256:436addbc4bb4fc0a88c702577f51195d7d73683a7f3e0e5b253d8404d7847243", size
= 78327, upload-time = "2026-05-22T14:49:03.722Z" },
+ { url =
"https://files.pythonhosted.org/packages/22/b3/ef7c3295d02e0448a71c639a36a057f46d524d057c9486291a7a3039e65c/wrapt-2.2.1-cp314-cp314-win_amd64.whl",
hash =
"sha256:50972a1d974ea07725a7f6b1cec5f8759008afd030a0024843ebe7d52de47f2b", size
= 81144, upload-time = "2026-05-22T14:49:05.093Z" },
+ { url =
"https://files.pythonhosted.org/packages/ac/dc/7bdf336953f99f4ceb0a584bb8870e42c8f26f93ea10c87834dad62f1668/wrapt-2.2.1-cp314-cp314-win_arm64.whl",
hash =
"sha256:1c9934ea5d92957e3cd0adbc0845539dccfd62710ebe16195a8c66c53954db36", size
= 79569, upload-time = "2026-05-22T14:49:06.413Z" },
+ { url =
"https://files.pythonhosted.org/packages/6a/6d/6dfae80150ff1919c356d1dd528f049bcdfaae29b4d284bc957e022caef4/wrapt-2.2.1-cp314-cp314t-macosx_10_15_x86_64.whl",
hash =
"sha256:17de18fc12cea55b8a9587314cb830573e37fb33b247a7515696350863714188", size
= 82892, upload-time = "2026-05-22T14:49:07.925Z" },
+ { url =
"https://files.pythonhosted.org/packages/82/7b/4e34766a7d7804ffce9e71befe47e9b3225dc350c49c94493c4ab39fd3a5/wrapt-2.2.1-cp314-cp314t-macosx_11_0_arm64.whl",
hash =
"sha256:a9dec1aca52dddde7df94818310fa2fe79739c8f385b2014c4cb1035f5508199", size
= 83333, upload-time = "2026-05-22T14:49:09.257Z" },
+ { url =
"https://files.pythonhosted.org/packages/9d/57/0b34db3e8de44ccfece62d7b337abd1631dd810f5adc5f3db571727836b5/wrapt-2.2.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:69f2e9244542cb34dd59c7f073445b9e54ad9f3fce8d93606c368a1b499fc413", size
= 202899, upload-time = "2026-05-22T14:49:10.572Z" },
+ { url =
"https://files.pythonhosted.org/packages/e5/45/ac0c459f154b99d92789a6cba7ca727185b83513b986f8ec7fe2aacddcbf/wrapt-2.2.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:2d83966dc7f4f45e8b97b5933685ac2e6e67fc0e19246ea314bceb9a8970c956", size
= 209986, upload-time = "2026-05-22T14:49:12.229Z" },
+ { url =
"https://files.pythonhosted.org/packages/b7/e4/77e37ff33ad018fa81ade52c25fa327b80b56f81d734279a63614fcb4cbc/wrapt-2.2.1-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:78b0aa6bfb7be8deed0ab23e7aa028cc5210c29bc2d32a04d52b50e517a7307e", size
= 194893, upload-time = "2026-05-22T14:49:14.139Z" },
+ { url =
"https://files.pythonhosted.org/packages/dd/9d/7ea651d1ab032fc5fa222fbec91d0f8a1397f6ae04ebb93fa7219aa921d7/wrapt-2.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl",
hash =
"sha256:05d5cb74d1b232ec8cfa130a8f900708699ff2491d97b8f85a4cdc5996294b85", size
= 205636, upload-time = "2026-05-22T14:49:15.714Z" },
+ { url =
"https://files.pythonhosted.org/packages/09/af/8e88031a701275b9085c54e64bc88c0b1cd55c77eadd400691c371cd76c4/wrapt-2.2.1-cp314-cp314t-musllinux_1_2_riscv64.whl",
hash =
"sha256:f6518b94edb9150452e9aba08027d4cc293433753ec1fbefb4629a21cbc74181", size
= 192267, upload-time = "2026-05-22T14:49:17.283Z" },
+ { url =
"https://files.pythonhosted.org/packages/bf/a8/e657ca876b06710194f243d81c4b0896ade646e244bdbec2d87c8c56a8bd/wrapt-2.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl",
hash =
"sha256:ed55af48b3eb28f43228ca2306788892bcb629eb2b5c4876e2a3659872c2f17a", size
= 198378, upload-time = "2026-05-22T14:49:18.785Z" },
+ { url =
"https://files.pythonhosted.org/packages/c8/59/822efe4ea722a3961331bfa35b7d90937790d2c20f0616de1997ccc3aebd/wrapt-2.2.1-cp314-cp314t-win32.whl",
hash =
"sha256:2e08688ab16525897da6589d56d0aebaf417bbe91c2d8e3b96203b1efa596e85", size
= 80226, upload-time = "2026-05-22T14:49:20.264Z" },
+ { url =
"https://files.pythonhosted.org/packages/ab/31/2a7dc5f6abb2fca0b6e1610e120419f603650aceb4f1d3ac4cae0354e162/wrapt-2.2.1-cp314-cp314t-win_amd64.whl",
hash =
"sha256:fd0135d34387f5fd087d9be368ea77ea89cf2451dc1cd1c622d35021bcb3ab50", size
= 83835, upload-time = "2026-05-22T14:49:21.634Z" },
+ { url =
"https://files.pythonhosted.org/packages/9f/c0/782b86e28d1ceebeb74cccea12d2cd3d2ba0bd68e3dec20b1bc5873f6127/wrapt-2.2.1-cp314-cp314t-win_arm64.whl",
hash =
"sha256:f70db64e8266d7c45d3b735f2e08eeb434b5e03da9a479ae42b2e2e486a21a00", size
= 80722, upload-time = "2026-05-22T14:49:23.59Z" },
+ { url =
"https://files.pythonhosted.org/packages/53/46/29ac9daf11a86c22a8c38cd9236c62928ccae83f7ceb06bd3b0467cf9d05/wrapt-2.2.1-py3-none-any.whl",
hash =
"sha256:3aafea2975caef8ca49400640dde02cc7426e798f24870ed01f490bc3cffd32f", size
= 61000, upload-time = "2026-05-22T14:49:41.593Z" },
]
[[package]]