This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 19fa8ff5847 [main] CI: Upgrade important CI environment (#67942)
19fa8ff5847 is described below
commit 19fa8ff584730363452d5743896ec587f8556474
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 3 15:21:59 2026 +0200
[main] CI: Upgrade important CI environment (#67942)
Co-authored-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
---
Dockerfile | 2 +-
Dockerfile.ci | 4 +-
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/uv.lock | 74 ++++-----
pyproject.toml | 2 +-
scripts/tools/setup_breeze | 2 +-
uv.lock | 180 ++++++++++-----------
9 files changed, 135 insertions(+), 135 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index b027ee93edc..86638919c6a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -73,7 +73,7 @@ ARG PYTHON_LTO="true"
# Also use `force pip` label on your PR to swap all places we use `uv` to `pip`
ARG AIRFLOW_PIP_VERSION=26.1.1
# ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main"
-ARG AIRFLOW_UV_VERSION=0.11.16
+ARG AIRFLOW_UV_VERSION=0.11.17
ARG AIRFLOW_USE_UV="false"
ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow"
ARG
AIRFLOW_IMAGE_README_URL="https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md"
diff --git a/Dockerfile.ci b/Dockerfile.ci
index 918f7e86ff5..2379df51297 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1700,7 +1700,7 @@ ENV DEV_APT_COMMAND=${DEV_APT_COMMAND} \
ARG AIRFLOW_PYTHON_VERSION="3.13.13"
ENV AIRFLOW_PYTHON_VERSION=${AIRFLOW_PYTHON_VERSION}
-ENV GOLANG_MAJOR_MINOR_VERSION="1.26.3"
+ENV GOLANG_MAJOR_MINOR_VERSION="1.26.4"
ENV RUSTUP_HOME="/usr/local/rustup"
ENV CARGO_HOME="/usr/local/cargo"
ENV PATH="${CARGO_HOME}/bin:${PATH}"
@@ -1854,7 +1854,7 @@ COPY --from=scripts common.sh install_packaging_tools.sh
install_additional_depe
# Also use `force pip` label on your PR to swap all places we use `uv` to `pip`
ARG AIRFLOW_PIP_VERSION=26.1.1
# ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main"
-ARG AIRFLOW_UV_VERSION=0.11.16
+ARG AIRFLOW_UV_VERSION=0.11.17
ARG AIRFLOW_PREK_VERSION="0.4.3"
# UV_LINK_MODE=copy is needed since we are using cache mounted from the host
diff --git a/dev/breeze/doc/ci/02_images.md b/dev/breeze/doc/ci/02_images.md
index 1dfbf0ac27e..4e56ceb48a8 100644
--- a/dev/breeze/doc/ci/02_images.md
+++ b/dev/breeze/doc/ci/02_images.md
@@ -443,7 +443,7 @@ can be used for CI images:
| `ADDITIONAL_DEV_APT_DEPS` | | Additional
apt dev dependencies installed in the first part of the image
|
| `ADDITIONAL_DEV_APT_ENV` | | Additional
env variables defined when installing dev deps
|
| `AIRFLOW_PIP_VERSION` | `26.1.1` | `pip`
version used.
|
-| `AIRFLOW_UV_VERSION` | `0.11.16` | `uv`
version used.
|
+| `AIRFLOW_UV_VERSION` | `0.11.17` | `uv`
version used.
|
| `AIRFLOW_PREK_VERSION` | `0.4.3` | `prek`
version used.
|
| `AIRFLOW_USE_UV` | `true` | Whether to
use UV for installation.
|
| `PIP_PROGRESS_BAR` | `on` | Progress
bar for PIP installation
|
diff --git
a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
index c039aa3df97..f38865f0ec6 100644
--- a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
@@ -265,7 +265,7 @@ class VersionedFile(NamedTuple):
AIRFLOW_PIP_VERSION = "26.1.1"
-AIRFLOW_UV_VERSION = "0.11.16"
+AIRFLOW_UV_VERSION = "0.11.17"
AIRFLOW_USE_UV = False
GITPYTHON_VERSION = "3.1.50"
RICH_VERSION = "15.0.0"
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py
b/dev/breeze/src/airflow_breeze/global_constants.py
index fd7d399eaca..bdf280e44b6 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -263,7 +263,7 @@ if MYSQL_INNOVATION_RELEASE:
ALLOWED_INSTALL_MYSQL_CLIENT_TYPES = ["mariadb"]
PIP_VERSION = "26.1.1"
-UV_VERSION = "0.11.16"
+UV_VERSION = "0.11.17"
# packages that providers docs
REGULAR_DOC_PACKAGES = [
diff --git a/dev/breeze/uv.lock b/dev/breeze/uv.lock
index 3f7fc005ff6..e8ec4e62bb7 100644
--- a/dev/breeze/uv.lock
+++ b/dev/breeze/uv.lock
@@ -253,30 +253,30 @@ wheels = [
[[package]]
name = "boto3"
-version = "1.43.16"
+version = "1.43.18"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "botocore" },
{ name = "jmespath" },
{ name = "s3transfer" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/48/4f/f13d80d377b54dd2973e243e4eb7ce748706cd53876361cc72506006fd8b/boto3-1.43.16.tar.gz",
hash =
"sha256:6c337bbe608aacc7d335c79e671f0c893870293b74d652f7a7af22ccd0dfef16", size
= 113152, upload-time = "2026-05-27T19:31:39.899Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/22/37/2ae45d06423182b4561c03bc33494fafa21a0d1e847f0554f590e3cbbc62/boto3-1.43.18.tar.gz",
hash =
"sha256:33138883e984eb1937d1553da699182c8ad2099138091e885b65c9accbccea16", size
= 113154, upload-time = "2026-05-29T19:33:30.046Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/af/c0/7d687e40f4b7046ede66026ecd1b0a93d47afe26d9170f5926a1605c8641/boto3-1.43.16-py3-none-any.whl",
hash =
"sha256:dffc8a3cd3edbc0ad95b9c6b983e873b76ede46d3aa0709f94db253f2ff2388f", size
= 140537, upload-time = "2026-05-27T19:31:36.453Z" },
+ { url =
"https://files.pythonhosted.org/packages/a7/75/fcb2c10d516496536c50e397248de42a673d8ea8137caf5b578a72b11293/boto3-1.43.18-py3-none-any.whl",
hash =
"sha256:7b62ce5c0a51428d692aa4f2adc9dc2a4a4c2989bf65a0a12834eeffa99b0b84", size
= 140538, upload-time = "2026-05-29T19:33:27.131Z" },
]
[[package]]
name = "botocore"
-version = "1.43.16"
+version = "1.43.18"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "jmespath" },
{ name = "python-dateutil" },
{ name = "urllib3" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/a1/74/140451a1fe027cb5e387cc7b1ec56224616ca742c330f1492f71c5cba3fb/botocore-1.43.16.tar.gz",
hash =
"sha256:813dae233d8b365c19aaf7865b32070e34d7e793654881bf86ecbbef3f4ad5c6", size
= 15388648, upload-time = "2026-05-27T19:31:25.172Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/01/6d/436d69ec484ffc43635b38d7fb7d717d38824671f10e12e77924019ca929/botocore-1.43.18.tar.gz",
hash =
"sha256:dc8c105351b49688c667065cd5a45fc5b9db982657cefc9e3fbfb9417a55c7df", size
= 15424886, upload-time = "2026-05-29T19:33:16.251Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/46/8f/25933240485c0662bb3fa430ed0c6b8b8124ab3bc136154c07ce12644cb0/botocore-1.43.16-py3-none-any.whl",
hash =
"sha256:8ab05b1346d26a3c6d69c7338051f07bd4739a090f414d2cff43c0dbc1e18ca7", size
= 15067437, upload-time = "2026-05-27T19:31:19.212Z" },
+ { url =
"https://files.pythonhosted.org/packages/21/5a/35c92c0af1514581031fe66c398b622176b3c928a6d5cf8133c7207e3bd7/botocore-1.43.18-py3-none-any.whl",
hash =
"sha256:e2610fce16df9f89deab5f3c163430a814e6804034eb95bef8957c8db60b7dbc", size
= 15106258, upload-time = "2026-05-29T19:33:11.18Z" },
]
[[package]]
@@ -671,7 +671,7 @@ wheels = [
[[package]]
name = "google-api-python-client"
-version = "2.196.0"
+version = "2.197.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "google-api-core" },
@@ -680,9 +680,9 @@ dependencies = [
{ name = "httplib2" },
{ name = "uritemplate" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/6d/f3/34ef8aca7909675fe327f96c1ed927f0520e7acf68af19157e96acc05e76/google_api_python_client-2.196.0.tar.gz",
hash =
"sha256:9f335d38f6caaa2747bcf64335ed1a9a19047d53e86538eda6a1b17d37f1743d", size
= 14628129, upload-time = "2026-05-06T23:47:35.655Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/22/09/081d66357118bd260f8f182cb1b2dd5bd32ca88e3714d7c93896cab946fc/google_api_python_client-2.197.0.tar.gz",
hash =
"sha256:32e03977eda4a66eafc6ae58dc9ec46426b6025636d5ef019c5703013eddd4e5", size
= 14707398, upload-time = "2026-05-28T20:23:12.498Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/99/c7/1817b4edf966d5afcac1c0781ca36d621bc0cb58104c4e7c2a475ab185f7/google_api_python_client-2.196.0-py3-none-any.whl",
hash =
"sha256:2591e9b47dcb17e4e62a09370aaee3bcf323af8f28ccecdabcd0a42a23ca4db5", size
= 15206663, upload-time = "2026-05-06T23:47:32.886Z" },
+ { url =
"https://files.pythonhosted.org/packages/a0/e5/e9cc221fd75230974d4ef45eb72d2261feca3c110d5554215d516bfe6534/google_api_python_client-2.197.0-py3-none-any.whl",
hash =
"sha256:0f8b89aa75768161dd4f5092d6bcb386c13236b32e0d9a938c02f71342094d14", size
= 15287302, upload-time = "2026-05-28T20:23:09.683Z" },
]
[[package]]
@@ -1714,7 +1714,7 @@ wheels = [
[[package]]
name = "rich-click"
-version = "1.9.7"
+version = "1.9.8"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "click" },
@@ -1722,9 +1722,9 @@ dependencies = [
{ name = "rich" },
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/04/27/091e140ea834272188e63f8dd6faac1f5c687582b687197b3e0ec3c78ebf/rich_click-1.9.7.tar.gz",
hash =
"sha256:022997c1e30731995bdbc8ec2f82819340d42543237f033a003c7b1f843fc5dc", size
= 74838, upload-time = "2026-01-31T04:29:27.707Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/f7/ea/21e4867ea0ef881ffd4c0550fc21a061435e50d6324bcd034396633cbc18/rich_click-1.9.8.tar.gz",
hash =
"sha256:4008f921da88b5d91646c134ec881c1500e5a6b3f093e90e8f29400e09608371", size
= 75363, upload-time = "2026-05-28T19:54:59.144Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/ca/e5/d708d262b600a352abe01c2ae360d8ff75b0af819b78e9af293191d928e6/rich_click-1.9.7-py3-none-any.whl",
hash =
"sha256:2f99120fca78f536e07b114d3b60333bc4bb2a0969053b1250869bcdc1b5351b", size
= 71491, upload-time = "2026-01-31T04:29:26.777Z" },
+ { url =
"https://files.pythonhosted.org/packages/6d/97/a87901aef6b7e7e4a34c6dd6cc17dca8594a592ef9d9dd765fca2b7facf7/rich_click-1.9.8-py3-none-any.whl",
hash =
"sha256:12873865396e6927835d4eabb1cc3996edcd65b7ac9b2391a29eca4f335a2f93", size
= 72189, upload-time = "2026-05-28T19:54:57.867Z" },
]
[[package]]
@@ -1995,14 +1995,14 @@ wheels = [
[[package]]
name = "s3transfer"
-version = "0.17.1"
+version = "0.18.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "botocore" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/11/b3/bcdc2f58fa92592db511beda154c2c08d28f21f6c4637f06a42a24b10c21/s3transfer-0.17.1.tar.gz",
hash =
"sha256:042dd5e3b1b512355e35a23f0223e426b7042e80b97830ea2680ddce327fc45e", size
= 159439, upload-time = "2026-05-26T19:45:01.714Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/e0/1f/12417f7f493fc45e1f9fd5d4a9b6c125cf8d2cf3f8ddbdfab3e76406e9d6/s3transfer-0.18.0.tar.gz",
hash =
"sha256:3760b8b7ec1315da54048b2d626276732bee4300d054d492d4e1d43e20d4ecbd", size
= 160560, upload-time = "2026-05-28T19:39:09.124Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/85/dd/904873250a6554fbae40cddbf9198e3cc37a2f1319d5e1a5ce82fe269c17/s3transfer-0.17.1-py3-none-any.whl",
hash =
"sha256:5b9827d1044159bbb01b86ef8902760ea39281927f5de31de75e1d657177bf4c", size
= 88264, upload-time = "2026-05-26T19:45:00.452Z" },
+ { url =
"https://files.pythonhosted.org/packages/2b/58/a58fc997655386daa2e25784e30c288aa3e3819e401f77029ee4899fb55a/s3transfer-0.18.0-py3-none-any.whl",
hash =
"sha256:239c13b09e65ad0346e1be7348b8a202dcad44ac7ea7c6eb858fc881dce739b6", size
= 88572, upload-time = "2026-05-28T19:39:07.999Z" },
]
[[package]]
@@ -2217,28 +2217,28 @@ wheels = [
[[package]]
name = "uv"
-version = "0.11.16"
-source = { registry = "https://pypi.org/simple" }
-sdist = { url =
"https://files.pythonhosted.org/packages/a1/99/025154611a4bd97a23851574c15d73bb71ada09d35f092d6972f9ac87f70/uv-0.11.16.tar.gz",
hash =
"sha256:4b435fcb0af8f34833dcc1903a8a223856437efd0d515c2160a2871def221238", size
= 4177038, upload-time = "2026-05-21T22:10:01.009Z" }
-wheels = [
- { url =
"https://files.pythonhosted.org/packages/55/e3/8b8cfc802bc476c67e31a39725538193265cf3a19585b4a60c232659f919/uv-0.11.16-py3-none-linux_armv6l.whl",
hash =
"sha256:c9e9d9cb73ee8cd2ad696dbf1bc3232abaac363270557684b6b85a2bdb8eb276", size
= 23508087, upload-time = "2026-05-21T22:10:06.227Z" },
- { url =
"https://files.pythonhosted.org/packages/45/78/d5ca91c636ac88e902b6b3ff31ad32d2d02663232d844aff871467a323d2/uv-0.11.16-py3-none-macosx_10_12_x86_64.whl",
hash =
"sha256:01172238a75e42a5a55d12555cd9ec98bee24249f3645b98a4b32eb5f1ff5e43", size
= 23028989, upload-time = "2026-05-21T22:09:50.127Z" },
- { url =
"https://files.pythonhosted.org/packages/c7/26/c84580dfec5a87c36fb1218eac17c5194fa3e58e2a9232cf085d69eb6bed/uv-0.11.16-py3-none-macosx_11_0_arm64.whl",
hash =
"sha256:c75f9b5bac49b97131973910c220feac60fe47b10a333941b237ff0ae4b36721", size
= 21572023, upload-time = "2026-05-21T22:09:58.703Z" },
- { url =
"https://files.pythonhosted.org/packages/84/68/ba2bdc64fea96ef8c9796a991f244541b65bb9d31c661b322cc724857a4e/uv-0.11.16-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl",
hash =
"sha256:a801484f4507b6c2133e557350f3143b61b8f8b61dddb01ff7b84a74cdfab1fb", size
= 23289936, upload-time = "2026-05-21T22:10:15.423Z" },
- { url =
"https://files.pythonhosted.org/packages/c9/81/74922f693d5804a77d009338ca8dc709eff871fb60d9f2c263dede8d77d1/uv-0.11.16-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl",
hash =
"sha256:eb538069e768b042cf870be700a210518ce628e36d99d9a83b85acaf484d7f6a", size
= 23020906, upload-time = "2026-05-21T22:10:24.242Z" },
- { url =
"https://files.pythonhosted.org/packages/60/81/cda8886f5df4dd28854a9b97bcc3ee6a7d1b5b5b23aaaccfbf1ed3e5e2bf/uv-0.11.16-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
hash =
"sha256:d7cdb23457a4d1bc76bf1016638ea1d1ada0e8e032f656168e933d4d17c47e72", size
= 23004220, upload-time = "2026-05-21T22:10:32.847Z" },
- { url =
"https://files.pythonhosted.org/packages/98/7c/65837e07de23f0a40ab860bc6601f7c022d4bcf4b97ca79b6c35a2e72e65/uv-0.11.16-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
hash =
"sha256:451327388d59ac3041cbda474296f3ceeafac5b1f645476198e7b95f504fcfd5", size
= 24319651, upload-time = "2026-05-21T22:10:21.492Z" },
- { url =
"https://files.pythonhosted.org/packages/85/70/9d364542bf118433b60ed71422e47d2c8c470aca7d3aef0df9449a5f726a/uv-0.11.16-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
hash =
"sha256:e7992b8276149b3ffaf35ce9434702d3e16bae6ec393e99df209b870a7e19eb0", size
= 25359517, upload-time = "2026-05-21T22:09:46.519Z" },
- { url =
"https://files.pythonhosted.org/packages/99/b4/650896e8cff5a3289cee860c41fd9876da83ca628c5871f9a61d5fc75c72/uv-0.11.16-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
hash =
"sha256:83a8db9b3314d900e7a240105afce43f806c9e04c59ea10a40bdbdca84c6d0c5", size
= 24563421, upload-time = "2026-05-21T22:10:35.82Z" },
- { url =
"https://files.pythonhosted.org/packages/b1/7d/184711a8c02466e1486d57efdc9394ce09cbf43ee2c5794da70bd25db3fb/uv-0.11.16-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
hash =
"sha256:9b10086165189c39c53142a0e2f34e0b8889ef681886f589ed17be45a1a774c7", size
= 24676607, upload-time = "2026-05-21T22:10:39.784Z" },
- { url =
"https://files.pythonhosted.org/packages/ee/3f/5b338df6505f77f73c20eae38cb29f57d14dba56dac835386e3dc6e2a5d6/uv-0.11.16-py3-none-manylinux_2_28_aarch64.whl",
hash =
"sha256:cfe1f06fb8f135a735a961065d5ee90f99cccf41749fb1f964edb5b3c3dae19b", size
= 23401615, upload-time = "2026-05-21T22:10:30.124Z" },
- { url =
"https://files.pythonhosted.org/packages/b6/f9/54bbcbc77443dc76468f09a49cc9f4f92ca49b4159a011c6010d223de4ea/uv-0.11.16-py3-none-manylinux_2_31_riscv64.musllinux_1_1_riscv64.whl",
hash =
"sha256:2454f80d8b548fb2e246151578809b14ad4395b3f357d738bae1af11918e91af", size
= 24104468, upload-time = "2026-05-21T22:09:53.323Z" },
- { url =
"https://files.pythonhosted.org/packages/3e/0a/b5f105514fddea5110fe3947cd18a9f199ff93dbad78e5e5a08e1b5d0ea2/uv-0.11.16-py3-none-manylinux_2_31_riscv64.whl",
hash =
"sha256:4249d57a563165d368050680deeb722f9c0053a0dbf3244b11cca3e6d85a3c7d", size
= 24164861, upload-time = "2026-05-21T22:10:09.458Z" },
- { url =
"https://files.pythonhosted.org/packages/f6/01/15d4ca2be7257862b077a9077ac31ce81c419f35ef7994e76356a317716b/uv-0.11.16-py3-none-musllinux_1_1_i686.whl",
hash =
"sha256:374c30126483ce95675c5de49e54c2454ddedb01c17b8321417fe4eb9da83406", size
= 23644919, upload-time = "2026-05-21T22:10:03.129Z" },
- { url =
"https://files.pythonhosted.org/packages/49/bf/9de3e262e6ff93aec2e0a4c238857293fd2c616dd79f25bb440f126bf32c/uv-0.11.16-py3-none-musllinux_1_1_x86_64.whl",
hash =
"sha256:746edfc9d1d8cd03dd58739989f634d3580648048d09f81a9c68da74c4eb9d62", size
= 24973746, upload-time = "2026-05-21T22:10:18.413Z" },
- { url =
"https://files.pythonhosted.org/packages/f6/7d/f4126dce104f1b5d0b451ce3ca41c4db69b963c2e78c3465fcda6440de31/uv-0.11.16-py3-none-win32.whl",
hash =
"sha256:50299b20aab2d28c05ff27d781ce2af3f5af2102bc304dc07a4ad54b05e2af8a", size
= 22400991, upload-time = "2026-05-21T22:10:27.119Z" },
- { url =
"https://files.pythonhosted.org/packages/8f/38/99627cb995a03389b227ce4b12b08e770565d0aa7850cd0420973194a638/uv-0.11.16-py3-none-win_amd64.whl",
hash =
"sha256:e901aafa5007beffafe57bfa44e5e248d99fb5d97036a3718fd65cf9723c5cd3", size
= 25067163, upload-time = "2026-05-21T22:10:12.317Z" },
- { url =
"https://files.pythonhosted.org/packages/b6/68/3ed1c0bdfb4bec501e5cde73419b4f39c8a125ef905a85fc0f239f19eb9b/uv-0.11.16-py3-none-win_arm64.whl",
hash =
"sha256:d777cb29661cdfa7f90dae77406c85fb5b729bf8bc13941dc237958a1ea1ba00", size
= 23502015, upload-time = "2026-05-21T22:09:56.014Z" },
+version = "0.11.17"
+source = { registry = "https://pypi.org/simple" }
+sdist = { url =
"https://files.pythonhosted.org/packages/2c/8e/ec34c19d0f254fcbcc5c1ce8c7f06e47e0f69a7e1a0269c1d59cb0b0f279/uv-0.11.17.tar.gz",
hash =
"sha256:1d1be74deec997db1dda05a7e67541c904d65cbfd72e455d3c0a2a1e4bf2cddf", size
= 4203607, upload-time = "2026-05-28T20:39:47.707Z" }
+wheels = [
+ { url =
"https://files.pythonhosted.org/packages/15/2e/e6d42f9d39009eee976f1e5dfd31d3d1943e6e593ad7b191cf11e9744a36/uv-0.11.17-py3-none-linux_armv6l.whl",
hash =
"sha256:8426bfe315564d414cbc5ba5467595dc6348965e19acec742914f47da3ff269f", size
= 23551216, upload-time = "2026-05-28T20:39:05.395Z" },
+ { url =
"https://files.pythonhosted.org/packages/d0/ee/d72bcc60f3585653a4b768425854d737d98d65c1765547d25c2999547ea9/uv-0.11.17-py3-none-macosx_10_12_x86_64.whl",
hash =
"sha256:6d1a033cc68cabb4141d6c1e3b66ffc6e970b98ba42e210f33270251e0bd8697", size
= 22997377, upload-time = "2026-05-28T20:39:25.21Z" },
+ { url =
"https://files.pythonhosted.org/packages/58/34/1bc69798d9ae998fbc42c61b02883f2ba00d04bdd858e589604d01846287/uv-0.11.17-py3-none-macosx_11_0_arm64.whl",
hash =
"sha256:58c07ffc272c847d29cd98ca5082fa4304a645f87c718ec900e3cca9026bd096", size
= 21630197, upload-time = "2026-05-28T20:39:28.935Z" },
+ { url =
"https://files.pythonhosted.org/packages/6b/93/1be48ec6a8933d9a77d0ce5240ed63f68869f68517ccf5d62268ed03f3e8/uv-0.11.17-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl",
hash =
"sha256:036d6e2940afe8b79637530b01b9241d8cfd174b07f1179a1ebbd42409c38ca3", size
= 23414940, upload-time = "2026-05-28T20:39:55.015Z" },
+ { url =
"https://files.pythonhosted.org/packages/00/31/b7488ff49d80090ea9d05d67a4d381a1b4479502e9853e654caa1c1c678e/uv-0.11.17-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl",
hash =
"sha256:283186700c3e65a4644a73a917232da7d3e4a94d25ea0377a44f5b263fa49577", size
= 23096330, upload-time = "2026-05-28T20:39:01.284Z" },
+ { url =
"https://files.pythonhosted.org/packages/fe/95/42b6137c5de06278d229c7eef2f314df2a738cd799795bbb44dace21bd6e/uv-0.11.17-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
hash =
"sha256:f2e44dfbfc7778d0d90edc6738f237c91e5e37e4e3cfe94c8a312cec56a41485", size
= 23101906, upload-time = "2026-05-28T20:39:17.149Z" },
+ { url =
"https://files.pythonhosted.org/packages/17/7c/0ca03b2d19965db6d5dfe0c8cf96a3d0b424503c8cbc3cd2ffdc5869a15d/uv-0.11.17-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
hash =
"sha256:1a817eeb3026f27a53d3f4b7855a5105f6787dd192140e201eda4d2b9a11b72e", size
= 24444409, upload-time = "2026-05-28T20:39:59.218Z" },
+ { url =
"https://files.pythonhosted.org/packages/b5/fb/179f55a3b19d47c30ec1f41b9b964da74dfa7053ff310a70a9c4d8cb998d/uv-0.11.17-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
hash =
"sha256:bf8f5ad959583dcd2c4ae445c754a97c05700246ff89259f3fd285c9c20f4c00", size
= 25540153, upload-time = "2026-05-28T20:39:09.535Z" },
+ { url =
"https://files.pythonhosted.org/packages/f7/29/592f42012765c43ae45c112110e214bca7b0cfc08c4c1b52e1dfa47dedd5/uv-0.11.17-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
hash =
"sha256:ce16892a45134d20165c1ceababe06f3e9ce6a58902db1eff812c8c93626823f", size
= 24665906, upload-time = "2026-05-28T20:39:41.254Z" },
+ { url =
"https://files.pythonhosted.org/packages/0e/51/b75808766f895248553c6370968509cd4f726e6943e310a8f7a171036ad0/uv-0.11.17-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
hash =
"sha256:9da839e5a491c9a701d7d327a199cafc76ac27a03ac84fd2a8d4bf32c3af2448", size
= 24863325, upload-time = "2026-05-28T20:39:51.006Z" },
+ { url =
"https://files.pythonhosted.org/packages/ee/6a/6f27ee69e97f480104bb8ec335f04c2a12add98edfcc4844a68e9538b6e2/uv-0.11.17-py3-none-manylinux_2_28_aarch64.whl",
hash =
"sha256:ec004b3c9bf9cb7756067ad1bd0bf64eb843e6fa2edbfbb3135ee152c14cea91", size
= 23521674, upload-time = "2026-05-28T20:38:55.869Z" },
+ { url =
"https://files.pythonhosted.org/packages/df/11/1344aca7c710f794750f74de0e552a54ab24193ecc01fa3b3ae22ff822a1/uv-0.11.17-py3-none-manylinux_2_31_riscv64.musllinux_1_1_riscv64.whl",
hash =
"sha256:659227cac719b618cc91e02be9e274ad5bd72d74fa278123e6373537e9f28216", size
= 24224725, upload-time = "2026-05-28T20:39:32.945Z" },
+ { url =
"https://files.pythonhosted.org/packages/ad/44/7b11550c1453ea13b81e549c83523e6ab6ed3231d09b2fd6b9eb19acceaf/uv-0.11.17-py3-none-manylinux_2_31_riscv64.whl",
hash =
"sha256:e301d844eed9401f0f0351de12c55f1306ca05372acb0f28d35717c8ba663a22", size
= 24301643, upload-time = "2026-05-28T20:39:45.183Z" },
+ { url =
"https://files.pythonhosted.org/packages/1a/36/8f683bc60547b8f93d0e752a8574d13fad776999cb978482b360c053ca22/uv-0.11.17-py3-none-musllinux_1_1_i686.whl",
hash =
"sha256:f0bf483c0d9fa14283992d56061b498b9d3d4adebd285af8744dc33f64dadfba", size
= 23786049, upload-time = "2026-05-28T20:39:20.999Z" },
+ { url =
"https://files.pythonhosted.org/packages/10/dc/7a495db39c2970de4fa375c337dbd617b16780911f88f0511f8fe7f6747c/uv-0.11.17-py3-none-musllinux_1_1_x86_64.whl",
hash =
"sha256:2ccd5487a4a192bc832ea04c867a26883757db8fdfe88bed85d8129c82f9e505", size
= 25049786, upload-time = "2026-05-28T20:40:03.292Z" },
+ { url =
"https://files.pythonhosted.org/packages/37/dd/74eff72d749eaf7e19f489878e21a368a7fef58d26ea0c63ec044ecd78b1/uv-0.11.17-py3-none-win32.whl",
hash =
"sha256:12b701fa32c5be3691759a73956e4462f30fa7b0dfa52ec66cb305bbb6ea4129", size
= 22479213, upload-time = "2026-05-28T20:39:13.316Z" },
+ { url =
"https://files.pythonhosted.org/packages/79/99/8af4a92b99a8a4823297c26df727fe957267e03e1196e3caa803c3f6ccb2/uv-0.11.17-py3-none-win_amd64.whl",
hash =
"sha256:44ec1fe3af839f87370dcf0400c0cab917cc1ce697d563e860fc7d9ed72655e7", size
= 25083161, upload-time = "2026-05-28T20:40:07.931Z" },
+ { url =
"https://files.pythonhosted.org/packages/00/76/a689077832d585d29d87f9cd0d65eca1af58abd29a4eab004d0a8a858b9c/uv-0.11.17-py3-none-win_arm64.whl",
hash =
"sha256:37c915bfcf86f99c1c5be7c9ed21e0d80624067ba47bc8916a3cb0530bc94d27", size
= 23544936, upload-time = "2026-05-28T20:39:37.137Z" },
]
[[package]]
diff --git a/pyproject.toml b/pyproject.toml
index f4995a95f9c..4c3c3983123 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -555,7 +555,7 @@ apache-airflow = "airflow.__main__:main"
"apache-airflow-providers-amazon[s3fs]",
]
"uv" = [
- "uv>=0.11.16",
+ "uv>=0.11.17",
]
[project.urls]
diff --git a/scripts/tools/setup_breeze b/scripts/tools/setup_breeze
index 1edde53a2b6..d9a665b4863 100755
--- a/scripts/tools/setup_breeze
+++ b/scripts/tools/setup_breeze
@@ -26,7 +26,7 @@ COLOR_YELLOW=$'\e[33m'
COLOR_BLUE=$'\e[34m'
COLOR_RESET=$'\e[0m'
-UV_VERSION="0.11.16"
+UV_VERSION="0.11.17"
SHIM_DIR="${HOME}/.local/bin"
SHIM_PATH="${SHIM_DIR}/breeze"
diff --git a/uv.lock b/uv.lock
index f59d258fc5b..699ca707374 100644
--- a/uv.lock
+++ b/uv.lock
@@ -929,7 +929,7 @@ wheels = [
[[package]]
name = "anthropic"
-version = "0.105.0"
+version = "0.105.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "anyio" },
@@ -941,9 +941,9 @@ dependencies = [
{ name = "sniffio" },
{ name = "typing-extensions" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/fb/8e/74a2c9c118c277cb1f39a1828139e919dfe0facc51a3b8f000dd2692eebc/anthropic-0.105.0.tar.gz",
hash =
"sha256:2cc60ee165948f2c45fd417d2e408dbd787349b17b2ab5520a487683b59aef5d", size
= 853709, upload-time = "2026-05-28T16:52:55.769Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/46/46/47581b8c689c743ceabf6a0f9ff48472160900ce802d26c0fb50423997b3/anthropic-0.105.2.tar.gz",
hash =
"sha256:0e26b90841c2dced7cc6e98d21d5517d0be33f1876b8e779f478202e28bcaa07", size
= 853789, upload-time = "2026-05-29T00:21:14.104Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/e9/90/a0a74482fd9a7fe6e8edfb4e4470e42ebce9e04d5a2052bda0a4a4cc98e7/anthropic-0.105.0-py3-none-any.whl",
hash =
"sha256:0565975f37a8ac7bdcf97c2002aa5b133376c157d9265997721c7f131e69724d", size
= 837504, upload-time = "2026-05-28T16:52:53.971Z" },
+ { url =
"https://files.pythonhosted.org/packages/83/75/be0c357e33a5a56c8f9db5b4212f886138d2bf59c0952d858f6b75d710ef/anthropic-0.105.2-py3-none-any.whl",
hash =
"sha256:e53ed5f6bf36fb1ecb9b25d8634cfd30e02fab9fb3374a0c2d5c585874757230", size
= 837507, upload-time = "2026-05-29T00:21:15.528Z" },
]
[[package]]
@@ -1758,7 +1758,7 @@ requires-dist = [
{ name = "cloudpickle", marker = "extra == 'cloudpickle'", specifier =
">=2.2.1" },
{ name = "python-ldap", marker = "extra == 'ldap'", specifier = ">=3.4.4"
},
{ name = "sentry-sdk", marker = "extra == 'sentry'", specifier =
">=2.30.0" },
- { name = "uv", marker = "extra == 'uv'", specifier = ">=0.11.16" },
+ { name = "uv", marker = "extra == 'uv'", specifier = ">=0.11.17" },
]
provides-extras = ["all-core", "async", "graphviz", "gunicorn", "kerberos",
"memray", "otel", "statsd", "all-task-sdk", "airbyte", "akeyless", "alibaba",
"amazon", "apache-cassandra", "apache-drill", "apache-druid", "apache-flink",
"apache-hdfs", "apache-hive", "apache-iceberg", "apache-impala",
"apache-kafka", "apache-kylin", "apache-livy", "apache-pig", "apache-pinot",
"apache-spark", "apache-tinkerpop", "apprise", "arangodb", "asana",
"atlassian-jira", "celery", "cloudant", "cncf-kube [...]
@@ -8902,7 +8902,7 @@ wheels = [
[[package]]
name = "apprise"
-version = "1.10.0"
+version = "1.11.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "certifi" },
@@ -8913,9 +8913,9 @@ dependencies = [
{ name = "requests-oauthlib" },
{ name = "tzdata", marker = "sys_platform == 'win32'" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/2f/74/9c16829d3e7e45ce7daf1b704687fa4fde7ea00d72eafe8de18c72bf5995/apprise-1.10.0.tar.gz",
hash =
"sha256:b768f32d99e45ed5f4c3eef1f67903e803c97f97ba61a531a5d0a45d40df90a8", size
= 2188611, upload-time = "2026-04-26T14:23:51.928Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/a8/f8/83f4e2aaaa0342dc67f783bf84427d9ff5cfa4ecde3a52d9b587740a91ee/apprise-1.11.0.tar.gz",
hash =
"sha256:3b1e6f5365b302d1fae270c0c8007958e54224b9b7808acec69006ea27f5b8a2", size
= 2337248, upload-time = "2026-05-29T17:52:29.198Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/69/f9/177a73589d34e676d10bc4c6a8328710e28af5907234e9f25bb149a04eec/apprise-1.10.0-py3-none-any.whl",
hash =
"sha256:e685303d3568bb7a057d6ddeafd27ee12fff183ca36483ad4bacc0b9b4efa82c", size
= 1632292, upload-time = "2026-04-26T14:23:49.28Z" },
+ { url =
"https://files.pythonhosted.org/packages/5e/79/1483693160917522703708e45b4045946d86be634b8af2c2ac9f361f8fa3/apprise-1.11.0-py3-none-any.whl",
hash =
"sha256:6abc6d9f8dddedfe14b2918c3553146894ac6e3dad401deaf854b20b4c455d38", size
= 1712975, upload-time = "2026-05-29T17:52:26.645Z" },
]
[[package]]
@@ -9322,15 +9322,15 @@ aio = [
[[package]]
name = "azure-cosmos"
-version = "4.15.0"
+version = "4.16.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "azure-core" },
{ name = "typing-extensions" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/c8/a3/0474e622bf9676e3206d61269461ed16a05958363c254ea3b15af16219b2/azure_cosmos-4.15.0.tar.gz",
hash =
"sha256:be1cf49837c197d9da880ec47fe020a24d679075b89e0e1e2aca8d376b3a5a24", size
= 2100744, upload-time = "2026-02-23T16:01:52.293Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/ad/98/bf5ed6dddef8e09387ad1980181ceb9f6abc1bed35e77ea9a2273b66a9ab/azure_cosmos-4.16.0.tar.gz",
hash =
"sha256:9dff165033d6d5a83f331817f7e247fda8d620be88d7756fecbbbb13207ea9be", size
= 2354053, upload-time = "2026-05-29T17:44:13.82Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/31/5f/b6e3d3ae16fa121fdc17e62447800d378b7e716cd6103c3650977a6c4618/azure_cosmos-4.15.0-py3-none-any.whl",
hash =
"sha256:83c1da7386bcd0df9a15c52116cc35012225d8a72d4f1379938b83ea5eb19fff", size
= 424870, upload-time = "2026-02-23T16:01:54.514Z" },
+ { url =
"https://files.pythonhosted.org/packages/a8/11/1af403b5a1d18a4fca2d720239632c46d7dfbd7597711fbd84dd2a6e6872/azure_cosmos-4.16.0-py3-none-any.whl",
hash =
"sha256:09227ff057c83344798f6faba8b649a13f71582d4acf6e2f5a3ada9c06e2923c", size
= 494932, upload-time = "2026-05-29T17:44:16.036Z" },
]
[[package]]
@@ -10596,7 +10596,7 @@ wheels = [
[[package]]
name = "cohere"
-version = "7.0.0"
+version = "7.0.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "fastavro" },
@@ -10608,9 +10608,9 @@ dependencies = [
{ name = "types-requests" },
{ name = "typing-extensions" },
]
-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" }
+sdist = { url =
"https://files.pythonhosted.org/packages/e4/18/37fe97d764acc9e7c9c51e77797e8cb9b12074d5d30988e4dda21f0256cd/cohere-7.0.2.tar.gz",
hash =
"sha256:18961c06b717d102ac4dde4d12a3664f55af9714a311bd3de55f30f815ec94ee", size
= 208688, upload-time = "2026-05-29T13:59:26Z" }
wheels = [
- { 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" },
+ { url =
"https://files.pythonhosted.org/packages/18/43/96f0ebf59605227cb02a577b77870c0f9ef9b5464e29af91dad27f5933a8/cohere-7.0.2-py3-none-any.whl",
hash =
"sha256:4b07b191e9a89d5a942a10246c11b7c22e7e81a356d1220e768e259568f1495b", size
= 351937, upload-time = "2026-05-29T13:59:24.512Z" },
]
[[package]]
@@ -12275,7 +12275,7 @@ grpc = [
[[package]]
name = "google-api-python-client"
-version = "2.196.0"
+version = "2.197.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "google-api-core" },
@@ -12284,9 +12284,9 @@ dependencies = [
{ name = "httplib2" },
{ name = "uritemplate" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/6d/f3/34ef8aca7909675fe327f96c1ed927f0520e7acf68af19157e96acc05e76/google_api_python_client-2.196.0.tar.gz",
hash =
"sha256:9f335d38f6caaa2747bcf64335ed1a9a19047d53e86538eda6a1b17d37f1743d", size
= 14628129, upload-time = "2026-05-06T23:47:35.655Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/22/09/081d66357118bd260f8f182cb1b2dd5bd32ca88e3714d7c93896cab946fc/google_api_python_client-2.197.0.tar.gz",
hash =
"sha256:32e03977eda4a66eafc6ae58dc9ec46426b6025636d5ef019c5703013eddd4e5", size
= 14707398, upload-time = "2026-05-28T20:23:12.498Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/99/c7/1817b4edf966d5afcac1c0781ca36d621bc0cb58104c4e7c2a475ab185f7/google_api_python_client-2.196.0-py3-none-any.whl",
hash =
"sha256:2591e9b47dcb17e4e62a09370aaee3bcf323af8f28ccecdabcd0a42a23ca4db5", size
= 15206663, upload-time = "2026-05-06T23:47:32.886Z" },
+ { url =
"https://files.pythonhosted.org/packages/a0/e5/e9cc221fd75230974d4ef45eb72d2261feca3c110d5554215d516bfe6534/google_api_python_client-2.197.0-py3-none-any.whl",
hash =
"sha256:0f8b89aa75768161dd4f5092d6bcb386c13236b32e0d9a938c02f71342094d14", size
= 15287302, upload-time = "2026-05-28T20:23:09.683Z" },
]
[[package]]
@@ -14176,7 +14176,7 @@ wheels = [
[[package]]
name = "impyla"
-version = "0.22.0"
+version = "0.23.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "bitarray" },
@@ -14184,9 +14184,9 @@ dependencies = [
{ name = "thrift" },
{ name = "thrift-sasl" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/b7/34/894799eb934954188079a82a68085ae757bbac2496e0a52eebb0e5210592/impyla-0.22.0.tar.gz",
hash =
"sha256:19def919ef8295a622fdf2f6d04fe1e5954c4d932a397fbde26a89c6c29ef33d", size
= 276105, upload-time = "2025-07-31T09:02:50.632Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/00/89/0f5cada2299154fa71c0218106d28755bae2ebd433a2e1dd247d943bb121/impyla-0.23.0.tar.gz",
hash =
"sha256:0c617436cd98493139306354f5c0af75d1d7567b168be1289fdea1fdfb431777", size
= 277015, upload-time = "2026-05-29T20:32:43.22Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/62/a3/f32c2f6831e56f10727eb9233a822e1b9438f4cd6e1595539432ed1f9196/impyla-0.22.0-py2.py3-none-any.whl",
hash =
"sha256:bb27777dcd712ea2f0267338e0c925dade7d8fa3b1436e49097ed37ef3a90c92", size
= 310167, upload-time = "2025-07-31T09:02:48.321Z" },
+ { url =
"https://files.pythonhosted.org/packages/c7/55/296ad4926f8002a1cef23172aab0a1e99587c1e37328c80c608287c601f8/impyla-0.23.0-py2.py3-none-any.whl",
hash =
"sha256:65d41c95fe4a304459631c72080f08f14e94f15e6d5d2529c18ea612d6935e22", size
= 310736, upload-time = "2026-05-29T20:32:41.335Z" },
]
[[package]]
@@ -14279,7 +14279,7 @@ source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "decorator" },
{ name = "ipython", version = "8.39.0", source = { registry =
"https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
- { name = "ipython", version = "9.13.0", source = { registry =
"https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
+ { name = "ipython", version = "9.14.0", source = { registry =
"https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
{ name = "tomli", marker = "python_full_version < '3.11'" },
]
sdist = { url =
"https://files.pythonhosted.org/packages/3d/1b/7e07e7b752017f7693a0f4d41c13e5ca29ce8cbcfdcc1fd6c4ad8c0a27a0/ipdb-0.13.13.tar.gz",
hash =
"sha256:e3ac6018ef05126d442af680aad863006ec19d02290561ac88b8b1c0b0cfc726", size
= 17042, upload-time = "2023-03-09T15:40:57.487Z" }
@@ -14296,7 +14296,7 @@ dependencies = [
{ name = "comm" },
{ name = "debugpy" },
{ name = "ipython", version = "8.39.0", source = { registry =
"https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
- { name = "ipython", version = "9.13.0", source = { registry =
"https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
+ { name = "ipython", version = "9.14.0", source = { registry =
"https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
{ name = "jupyter-client" },
{ name = "jupyter-core" },
{ name = "matplotlib-inline" },
@@ -14340,7 +14340,7 @@ wheels = [
[[package]]
name = "ipython"
-version = "9.13.0"
+version = "9.14.0"
source = { registry = "https://pypi.org/simple" }
resolution-markers = [
"python_full_version >= '3.15' and sys_platform == 'win32'",
@@ -14362,15 +14362,15 @@ dependencies = [
{ name = "matplotlib-inline", marker = "python_full_version >= '3.11'" },
{ name = "pexpect", marker = "python_full_version >= '3.11' and
sys_platform != 'emscripten' and sys_platform != 'win32'" },
{ name = "prompt-toolkit", marker = "python_full_version >= '3.11'" },
- { name = "psutil", marker = "python_full_version >= '3.11'" },
+ { name = "psutil", marker = "python_full_version >= '3.11' and
sys_platform != 'emscripten'" },
{ name = "pygments", marker = "python_full_version >= '3.11'" },
{ name = "stack-data", marker = "python_full_version >= '3.11'" },
{ name = "traitlets", marker = "python_full_version >= '3.11'" },
{ name = "typing-extensions", marker = "python_full_version == '3.11.*'" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/cd/c4/87cda5842cf5c31837c06ddb588e11c3c35d8ece89b7a0108c06b8c9b00a/ipython-9.13.0.tar.gz",
hash =
"sha256:7e834b6afc99f020e3f05966ced34792f40267d64cb1ea9043886dab0dde5967", size
= 4430549, upload-time = "2026-04-24T12:24:55.221Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/21/c2/c0064cf15d026501a1ef70e42efd9c3f818663089399aacc5e37a82901c1/ipython-9.14.0.tar.gz",
hash =
"sha256:6f27ff0f1d9ea050e0551f71568bc4b34d8aba579e8f111c5b4175f44ac6b4aa", size
= 4432601, upload-time = "2026-05-29T15:13:24.611Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/b9/86/3060e8029b7cc505cce9a0137431dda81d0a3fde93a8f0f50ee0bf37a795/ipython-9.13.0-py3-none-any.whl",
hash =
"sha256:57f9d4639e20818d328d287c7b549af3d05f12486ea8f2e7f73e52a36ec4d201", size
= 627274, upload-time = "2026-04-24T12:24:53.038Z" },
+ { url =
"https://files.pythonhosted.org/packages/14/a3/9e59340f02c1dc8f8c0a05b09244712b8609eb5439f9996e887e2b82f452/ipython-9.14.0-py3-none-any.whl",
hash =
"sha256:8fd984a3372c14b12790b084ba6b5cff5678c0cb063244a0034f06a51f20d6c2", size
= 627457, upload-time = "2026-05-29T15:13:22.942Z" },
]
[[package]]
@@ -14965,14 +14965,14 @@ wheels = [
[[package]]
name = "langchain-protocol"
-version = "0.0.15"
+version = "0.0.16"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "typing-extensions" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/4f/24/9777489d6fbbee64af0c8f96d4f840239c408cf694f3394672807dafc490/langchain_protocol-0.0.15.tar.gz",
hash =
"sha256:9ab2d11ee73944754f10e037e717098d3a6796f0e58afa9cadda6154e7655ade", size
= 5862, upload-time = "2026-05-01T22:30:04.748Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/36/e7/8300ba22d968653051fd06e3117d783872dddf3dcebdd6b1d386836eb43c/langchain_protocol-0.0.16.tar.gz",
hash =
"sha256:806c7cdd951b1c4f692fa40fce60821ff0f221d4360e27673ddf2c2b99c2b7ff", size
= 5969, upload-time = "2026-05-28T23:05:11.121Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/1d/7a/9c97a7b9cbe4c5dc6a44cdb1545450c28f0c8ce89b9c1f0ee7fbad896263/langchain_protocol-0.0.15-py3-none-any.whl",
hash =
"sha256:461eb794358f83d5e42635a5797799ffec7b4702314e34edf73ac21e75d3ef79", size
= 6982, upload-time = "2026-05-01T22:30:03.877Z" },
+ { url =
"https://files.pythonhosted.org/packages/1f/9c/06dfcc88d02a6364e8d864c421ddd3736305cb0a6c853f75c302c80fe17c/langchain_protocol-0.0.16-py3-none-any.whl",
hash =
"sha256:3658c142c5d0fb3a023a4be442ce4c15c6d626aab6135eb79a76dc64ad19c3c3", size
= 7037, upload-time = "2026-05-28T23:05:10.163Z" },
]
[[package]]
@@ -15033,7 +15033,7 @@ wheels = [
[[package]]
name = "langsmith"
-version = "0.8.6"
+version = "0.8.7"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "httpx" },
@@ -15047,9 +15047,9 @@ dependencies = [
{ name = "xxhash" },
{ name = "zstandard" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/7a/61/d269b8bd3376031de7be6ac2de8ba94fafff67635195d97aa0e842027ac7/langsmith-0.8.6.tar.gz",
hash =
"sha256:a46fd3403c2de3a9c34f72ebb7b2e45872627671adcc67c6a4c571520b6931cc", size
= 4463093, upload-time = "2026-05-27T22:51:52.928Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/2b/8a/9c4a27612f08b607fad56c1c093334d61d3e65d6b1783205118deb1da4bd/langsmith-0.8.7.tar.gz",
hash =
"sha256:1d0f2b4bcfbf26e9e37bf978dfe23e50d4c90bf1a0f26717879d56f941465a85", size
= 4467388, upload-time = "2026-05-29T12:40:16.044Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/7e/c5/28f99eccd79ce89ec93de9a5039a74ddf4740f2d9671b0a06c5d2e200914/langsmith-0.8.6-py3-none-any.whl",
hash =
"sha256:b304888ea5ec5fe397db24f0bf474b0c8e472fb23ee36a2007e9837f6ff29cc1", size
= 399954, upload-time = "2026-05-27T22:51:50.847Z" },
+ { url =
"https://files.pythonhosted.org/packages/c6/6e/a99e22455925eccb45aa2c5de1c4773309420bcc0ee1f8fec5bb20e70d9d/langsmith-0.8.7-py3-none-any.whl",
hash =
"sha256:bfc9bd3276c75201edbf85d12367502aed60752e2da720daee46dccb96f0c3cb", size
= 402326, upload-time = "2026-05-29T12:40:13.623Z" },
]
[[package]]
@@ -15368,15 +15368,15 @@ wheels = [
[[package]]
name = "llama-index-llms-openai"
-version = "0.7.8"
+version = "0.7.9"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "llama-index-core" },
{ name = "openai" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/00/d5/2de9c05f1f1d21eb678a6044c59e943063e70099ac39b8b6f835e6e39511/llama_index_llms_openai-0.7.8.tar.gz",
hash =
"sha256:3352aed617ee5b7aefeb12719609ff84b4b590a1f49aa1e2e9c383d67ea88b0e", size
= 27539, upload-time = "2026-05-08T20:02:09.42Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/b2/85/f07466d0f5c3f1e1f295a60f2d2e9d32163635ba39ae2fda22ce2fbac1c9/llama_index_llms_openai-0.7.9.tar.gz",
hash =
"sha256:f54a24b717134c86e724007057a06a84394f019d1f01e918b624894e208a86df", size
= 27564, upload-time = "2026-05-29T15:32:37.141Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/32/49/4250108a76f4f7622109ecb9c57861829f508aba0ffdc502b27134378505/llama_index_llms_openai-0.7.8-py3-none-any.whl",
hash =
"sha256:967aac1f4ceff99185b2cc425c2757d4fefaf3fac0a35ace247f87a212a29359", size
= 28617, upload-time = "2026-05-08T20:02:10.583Z" },
+ { url =
"https://files.pythonhosted.org/packages/62/c2/cfa341cff00154b58abed3fc559fb43c2531d5dd70eefb75f230704d4c3c/llama_index_llms_openai-0.7.9-py3-none-any.whl",
hash =
"sha256:0bc8f59faddf8dbc9f90c5576127ab2fa6d368be5078885dc7e611af129b5a79", size
= 28648, upload-time = "2026-05-29T15:32:35.997Z" },
]
[[package]]
@@ -15765,7 +15765,7 @@ wheels = [
[[package]]
name = "mcp"
-version = "1.27.1"
+version = "1.27.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "anyio" },
@@ -15783,9 +15783,9 @@ dependencies = [
{ name = "typing-inspection" },
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/38/83/d1efe7c2980d8a3afa476f4e3d42d53dd54c0ab94c27bee5d755b45c8b73/mcp-1.27.1.tar.gz",
hash =
"sha256:0f47e1820f8f8f941466b39749eb1d1839a04caddca2bc60e9d46e8a99914924", size
= 608458, upload-time = "2026-05-08T16:50:12.601Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/27/3c/347cf965d313f5d41764e7d46bea6ffe7d9ef13b983cc429b0340962a082/mcp-1.27.2.tar.gz",
hash =
"sha256:8e02db104096d1c25b28e64bde29a5c32b31bc241710213e12fd4d84985bdfef", size
= 621116, upload-time = "2026-05-29T17:16:04.039Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/fd/73/42d9596facebdb533b7f0b86c1b0364ef350d1f8ba78b1052e8a58b48b65/mcp-1.27.1-py3-none-any.whl",
hash =
"sha256:1af3c4203b329430fde7a87b4fcb6392a041f5cb851fd68fc674016ab4e7c06f", size
= 216260, upload-time = "2026-05-08T16:50:10.547Z" },
+ { url =
"https://files.pythonhosted.org/packages/c9/11/252c6f971dc4f16af1d98a1c469d8ba523aab00d1bb76b4d3bc1ff32eacc/mcp-1.27.2-py3-none-any.whl",
hash =
"sha256:d6ff5160c6ca65d93013626efb3fc249de683c30b2d8570755ceddd490344de5", size
= 220498, upload-time = "2026-05-29T17:16:02.442Z" },
]
[[package]]
@@ -16129,16 +16129,16 @@ wheels = [
[[package]]
name = "msal"
-version = "1.36.0"
+version = "1.37.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "cryptography" },
{ name = "pyjwt", extra = ["crypto"] },
{ name = "requests" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/de/cb/b02b0f748ac668922364ccb3c3bff5b71628a05f5adfec2ba2a5c3031483/msal-1.36.0.tar.gz",
hash =
"sha256:3f6a4af2b036b476a4215111c4297b4e6e236ed186cd804faefba23e4990978b", size
= 174217, upload-time = "2026-04-09T10:20:33.525Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/9a/99/d840198ecf6e8057bbc937f129ae940404485d736cda73253bbff9537f01/msal-1.37.0.tar.gz",
hash =
"sha256:1b1672a33ee467c1d70b341bb16cafd51bb3c817147a95b93263794b03971bec", size
= 182444, upload-time = "2026-05-29T19:49:05.561Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/2a/d3/414d1f0a5f6f4fe5313c2b002c54e78a3332970feb3f5fed14237aa17064/msal-1.36.0-py3-none-any.whl",
hash =
"sha256:36ecac30e2ff4322d956029aabce3c82301c29f0acb1ad89b94edcabb0e58ec4", size
= 121547, upload-time = "2026-04-09T10:20:32.336Z" },
+ { url =
"https://files.pythonhosted.org/packages/94/b0/d807279f4b55d16d1f120d5ac4344c6e39b56732e2a224d40bded7fd67ad/msal-1.37.0-py3-none-any.whl",
hash =
"sha256:dd17e95a7c71bce75e8108113438ba7c4a086b3bcad4f57a8c09b7af3d753c2d", size
= 123725, upload-time = "2026-05-29T19:49:04.335Z" },
]
[[package]]
@@ -18087,30 +18087,30 @@ wheels = [
[[package]]
name = "polars"
-version = "1.41.1"
+version = "1.41.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "polars-runtime-32" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/84/af/5fd97632f49ffe46b887b9931e19ec38ae1e3d9198be86dccd465dc6f1b3/polars-1.41.1.tar.gz",
hash =
"sha256:4a8df19475a68c3b4a65466b2683fc3a9a76053a591cde1748d84b690aff9338", size
= 737807, upload-time = "2026-05-27T19:54:41.937Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/ff/f9/aeda46259b0669247a160315d2d51269de9504b9dd2f70acadbcb22f46b7/polars-1.41.2.tar.gz",
hash =
"sha256:256d6731162371b77f3f29a55eacb8c0fc740ddb1a293a01d2ef5b5393c5c708", size
= 737996, upload-time = "2026-05-29T17:39:15.604Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/68/ef/cdd8bf7e46e94c4cb8f7c092c9c2c731a734a2dc3076516a85e457845b92/polars-1.41.1-py3-none-any.whl",
hash =
"sha256:b758df44b0d5dc3f19b2d81eaa3c617d53196226163d41e7ccd240ab494274da", size
= 833213, upload-time = "2026-05-27T19:53:28.752Z" },
+ { url =
"https://files.pythonhosted.org/packages/1f/22/28f62d24f7db56ac4343588f9362d49b7b4177e55ac47a466fe696b0099b/polars-1.41.2-py3-none-any.whl",
hash =
"sha256:23ce9a2910b6e3e8d4258770bf44aa17170958df7af6e85feedf4458a04d8d29", size
= 833445, upload-time = "2026-05-29T17:37:05.576Z" },
]
[[package]]
name = "polars-runtime-32"
-version = "1.41.1"
+version = "1.41.2"
source = { registry = "https://pypi.org/simple" }
-sdist = { url =
"https://files.pythonhosted.org/packages/30/96/cd099e525716cc8549096e3cc1c1f13b9d97d00588d40781f42a09243b4c/polars_runtime_32-1.41.1.tar.gz",
hash =
"sha256:84cb75c70bf48fd27a9c2c83b9ade7eadd647eee6c3df3ed2dcc7dccfd5ad56e", size
= 2989104, upload-time = "2026-05-27T19:54:43.426Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/f9/56/54e3ea0e9b64f327179049e4742241cc6b1d3e8fa414b05a057dd26df367/polars_runtime_32-1.41.2.tar.gz",
hash =
"sha256:7af09ec1ab053da2c9669e8d15f809a4083a29be05db57111688b8051062af56", size
= 2989474, upload-time = "2026-05-29T17:39:17.257Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/65/be/d3777241935a5ba3a54b1bc89e81f9a640d13c30f38b37f8e677a5683288/polars_runtime_32-1.41.1-cp310-abi3-macosx_10_12_x86_64.whl",
hash =
"sha256:3791802e0665ab66e72cdacf94966fd409f408acd7d16c1a31ecc74ea06aa6e8", size
= 52210540, upload-time = "2026-05-27T19:53:31.669Z" },
- { url =
"https://files.pythonhosted.org/packages/5d/47/846140d1fbdada68b467116c65845935eb82f5ac92884573b0906ae8fcb2/polars_runtime_32-1.41.1-cp310-abi3-macosx_11_0_arm64.whl",
hash =
"sha256:df0de10d152ebd2fb3cccd0a2a26db68138440bc44164e831a7c9a50f73adf8b", size
= 46504153, upload-time = "2026-05-27T19:53:34.593Z" },
- { url =
"https://files.pythonhosted.org/packages/ee/a7/873f38f71e20e747ec4d4aea8b5c510e279b3447efc5bac725a954923f8e/polars_runtime_32-1.41.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
hash =
"sha256:b544fcf95219857d698f5b61583309dcc5469443fbcb688356d5913169cf37df", size
= 50393809, upload-time = "2026-05-27T19:53:37.64Z" },
- { url =
"https://files.pythonhosted.org/packages/b4/6b/6e9f6818e2b8258be5127a3455a6e09d99770f14098e9d5bfd85c2b3aa71/polars_runtime_32-1.41.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
hash =
"sha256:d279ad9036293592396988a46046d73cc340a3bd51fa82fa6993822632ed11f9", size
= 56368917, upload-time = "2026-05-27T19:53:40.857Z" },
- { url =
"https://files.pythonhosted.org/packages/00/ec/33fd93f4d6f251c3a4125668d8e4b6fc25b7abdb3cd13aecb4cda2252d56/polars_runtime_32-1.41.1-cp310-abi3-musllinux_1_2_aarch64.whl",
hash =
"sha256:d25e6e99a85488943b6377194e1dd6391281027d355e5da3f607705434b9756f", size
= 50564909, upload-time = "2026-05-27T19:53:44.096Z" },
- { url =
"https://files.pythonhosted.org/packages/11/5f/0c893aacc1aa4f78b15c0eeab44fce69487ff659fb2145e894bd3f5df451/polars_runtime_32-1.41.1-cp310-abi3-musllinux_1_2_x86_64.whl",
hash =
"sha256:1fec5be999825a1956392c682d0c04426b4fc40c4e16bc166807f36b5056d10e", size
= 54289924, upload-time = "2026-05-27T19:53:47.067Z" },
- { url =
"https://files.pythonhosted.org/packages/b0/98/996c48e2f94b8c81d6ac9e513fdd75a612015c40a367ab885ef7d053f08a/polars_runtime_32-1.41.1-cp310-abi3-win_amd64.whl",
hash =
"sha256:dfb9eff25fca1b67d6381895313d05a3510f3c0cdba0bd0cf24cba9071aa190b", size
= 51946331, upload-time = "2026-05-27T19:53:50.066Z" },
- { url =
"https://files.pythonhosted.org/packages/ac/67/c053610d3609263d4d4412390ced8db8e45322c1358ec6ef5359457a6ae5/polars_runtime_32-1.41.1-cp310-abi3-win_arm64.whl",
hash =
"sha256:348f4fe9ebacf904b71ecc7c293314292117a78c6464aa0b5781db7ffc425c56", size
= 45957732, upload-time = "2026-05-27T19:53:52.816Z" },
+ { url =
"https://files.pythonhosted.org/packages/d6/9b/fe72a3811c0357cdb06c67bdc7695fa1623ad47948fc523195f5ac31037f/polars_runtime_32-1.41.2-cp310-abi3-macosx_10_12_x86_64.whl",
hash =
"sha256:95a08346dac337357cdb825c8076df7d36da54c4caa59a5cb41d0a30691c5edd", size
= 52265283, upload-time = "2026-05-29T17:37:09.407Z" },
+ { url =
"https://files.pythonhosted.org/packages/0a/93/fab9da803fd80d9e83ef88c20932f637a10bc611b20415fc322eec84bc44/polars_runtime_32-1.41.2-cp310-abi3-macosx_11_0_arm64.whl",
hash =
"sha256:dedfaeec2c7f995298da7319dd9431d662e5dd1d0ec51b1459df4a0234ceff52", size
= 46571222, upload-time = "2026-05-29T17:37:13.698Z" },
+ { url =
"https://files.pythonhosted.org/packages/c8/2a/8843f34a8ac57acd058a39b87b03b580dd352a490e9dae0415e02033bdd4/polars_runtime_32-1.41.2-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
hash =
"sha256:18eea22c5cc34e27f8a60950458ad81e6a9ea75e89363ca1367e14e7e7f781fc", size
= 50409372, upload-time = "2026-05-29T17:37:17.875Z" },
+ { url =
"https://files.pythonhosted.org/packages/6c/c6/92b352fe88cf51bd0a19fb99e1c0cbe46aa26c14dcf7995b89869cd932ae/polars_runtime_32-1.41.2-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
hash =
"sha256:2630540dfdfb0f36f9b04a07c7c2e3f50bf2ad384113263c1c812007ee9141e0", size
= 56405484, upload-time = "2026-05-29T17:37:22.684Z" },
+ { url =
"https://files.pythonhosted.org/packages/74/c4/bae3174c3b02f6b441d2e58594387abcd509f67a098f682a83b195f08966/polars_runtime_32-1.41.2-cp310-abi3-musllinux_1_2_aarch64.whl",
hash =
"sha256:20e969e08f9b137e233c04cc04de73d9795f89eb77d34854e40a025965a43763", size
= 50603512, upload-time = "2026-05-29T17:37:27.422Z" },
+ { url =
"https://files.pythonhosted.org/packages/f4/ed/f2d26ae02d92c2689056838ed59e2a626326ad23c2831d58637d25f6c82a/polars_runtime_32-1.41.2-cp310-abi3-musllinux_1_2_x86_64.whl",
hash =
"sha256:e7016a3deb641b64a31447abbbee0f34bd020a6a9ae34ee6b743837def15e2a4", size
= 54328561, upload-time = "2026-05-29T17:37:32.587Z" },
+ { url =
"https://files.pythonhosted.org/packages/9b/c4/9c3831cc885dc7769e59abf8f583821a5fb4403fd0e4eba0ccc6d47a3d4b/polars_runtime_32-1.41.2-cp310-abi3-win_amd64.whl",
hash =
"sha256:1e5e5377c315e0dcafdfb2a31adc546abbaeb3f9cb1864e6536523d2af473265", size
= 51978643, upload-time = "2026-05-29T17:37:37.443Z" },
+ { url =
"https://files.pythonhosted.org/packages/cd/c6/79e9f3f270270d7ed5575d92b7bfef49f01abd9275447161275b23b553a8/polars_runtime_32-1.41.2-cp310-abi3-win_arm64.whl",
hash =
"sha256:843d96f69d18eca53429c1198e58891db7f18111f83b9c419bb45ad9d73eaed5", size
= 46006901, upload-time = "2026-05-29T17:37:42.522Z" },
]
[[package]]
@@ -18822,7 +18822,7 @@ wheels = [
[[package]]
name = "pydantic-ai-slim"
-version = "1.103.0"
+version = "1.104.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "exceptiongroup", marker = "python_full_version < '3.11'" },
@@ -18834,9 +18834,9 @@ dependencies = [
{ name = "pydantic-graph" },
{ name = "typing-inspection" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/3a/ce/ae3cd88af67e418e8d68749b1014d52aa84188acee438241ec819918a31a/pydantic_ai_slim-1.103.0.tar.gz",
hash =
"sha256:b0fda8eea125440b74c1de9cb5c8ed4fa6cfae72586b7de03581adf263903b8a", size
= 748460, upload-time = "2026-05-27T02:49:04.141Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/7f/12/bb6110fd0eac6a10cabba019e46ee6a05f69d52a9043251d3d932bee3805/pydantic_ai_slim-1.104.0.tar.gz",
hash =
"sha256:b67e3a398de3d7d9a88d3ed17d042f46dba9fa2bb5bdb120e4ae5b5199dd776a", size
= 749010, upload-time = "2026-05-29T04:52:35.055Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/7b/36/261c0891cc0925a59f0f3741ef2057ff3074c9a7940220ea39f83e9dd434/pydantic_ai_slim-1.103.0-py3-none-any.whl",
hash =
"sha256:866d5a6376f113bcb7e20749b87640db919efd9a44fdbb73574b77f06bc83c3d", size
= 927993, upload-time = "2026-05-27T02:48:56.067Z" },
+ { url =
"https://files.pythonhosted.org/packages/6a/1d/c03cecf9c48040f750c6e5b4f027fb4935cc41d9b76f1217af7731f4dc2b/pydantic_ai_slim-1.104.0-py3-none-any.whl",
hash =
"sha256:bab0b1ac74603c789a629e5dcb7a0a7f720d198ce7726cc2a891f819a973cf49", size
= 928540, upload-time = "2026-05-29T04:52:27.712Z" },
]
[package.optional-dependencies]
@@ -18988,7 +18988,7 @@ wheels = [
[[package]]
name = "pydantic-graph"
-version = "1.103.0"
+version = "1.104.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "httpx" },
@@ -18996,9 +18996,9 @@ dependencies = [
{ name = "pydantic" },
{ name = "typing-inspection" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/46/f9/301c8477cc2309d827ef0e99e73c36581bd9d8811bd85a2a8bdd58a17a74/pydantic_graph-1.103.0.tar.gz",
hash =
"sha256:174ce80e3a67e393a227c70f5c9531497a15ce064fae8aef4635c1a5d9507c68", size
= 62589, upload-time = "2026-05-27T02:49:06.61Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/05/a4/ae7e8d2b411c7f060b8710062964271bff2fc470bf9d28b32a2c78c51c60/pydantic_graph-1.104.0.tar.gz",
hash =
"sha256:fbaa7d2eff41c32c987e9b3751d99c27bb9e0172a72e561774139c739b01a2d7", size
= 62581, upload-time = "2026-05-29T04:52:37.291Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/f3/fb/60037718a0219933ae4fd2c393c69529260593a49f3fd334b3e7f9e3a912/pydantic_graph-1.103.0-py3-none-any.whl",
hash =
"sha256:98687e53811db9e324fabbf5f4692b5dd6af458591461ab6255230d8bc4bebf3", size
= 80100, upload-time = "2026-05-27T02:48:59.756Z" },
+ { url =
"https://files.pythonhosted.org/packages/b7/dd/a5e51dcbf02d212edc02172e3761fcfe974eb931489e2f62932dd817172f/pydantic_graph-1.104.0-py3-none-any.whl",
hash =
"sha256:09f962be494b1b2855e748b0bae116797cdbd4194834af61b4591048ab0fba35", size
= 80099, upload-time = "2026-05-29T04:52:30.818Z" },
]
[[package]]
@@ -20709,7 +20709,7 @@ wheels = [
[[package]]
name = "rich-click"
-version = "1.9.7"
+version = "1.9.8"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "click" },
@@ -20717,9 +20717,9 @@ dependencies = [
{ name = "rich" },
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/04/27/091e140ea834272188e63f8dd6faac1f5c687582b687197b3e0ec3c78ebf/rich_click-1.9.7.tar.gz",
hash =
"sha256:022997c1e30731995bdbc8ec2f82819340d42543237f033a003c7b1f843fc5dc", size
= 74838, upload-time = "2026-01-31T04:29:27.707Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/f7/ea/21e4867ea0ef881ffd4c0550fc21a061435e50d6324bcd034396633cbc18/rich_click-1.9.8.tar.gz",
hash =
"sha256:4008f921da88b5d91646c134ec881c1500e5a6b3f093e90e8f29400e09608371", size
= 75363, upload-time = "2026-05-28T19:54:59.144Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/ca/e5/d708d262b600a352abe01c2ae360d8ff75b0af819b78e9af293191d928e6/rich_click-1.9.7-py3-none-any.whl",
hash =
"sha256:2f99120fca78f536e07b114d3b60333bc4bb2a0969053b1250869bcdc1b5351b", size
= 71491, upload-time = "2026-01-31T04:29:26.777Z" },
+ { url =
"https://files.pythonhosted.org/packages/6d/97/a87901aef6b7e7e4a34c6dd6cc17dca8594a592ef9d9dd765fca2b7facf7/rich_click-1.9.8-py3-none-any.whl",
hash =
"sha256:12873865396e6927835d4eabb1cc3996edcd65b7ac9b2391a29eca4f335a2f93", size
= 72189, upload-time = "2026-05-28T19:54:57.867Z" },
]
[[package]]
@@ -21372,7 +21372,7 @@ version = "0.5.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "ipython", version = "8.39.0", source = { registry =
"https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
- { name = "ipython", version = "9.13.0", source = { registry =
"https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
+ { name = "ipython", version = "9.14.0", source = { registry =
"https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
{ name = "jsonschema" },
{ name = "pandas" },
{ name = "papermill" },
@@ -21393,8 +21393,8 @@ name = "secretstorage"
version = "3.5.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
- { name = "cryptography", marker = "(python_full_version >= '3.14' and
sys_platform == 'darwin') or (python_full_version < '3.15' and sys_platform ==
'emscripten') or (python_full_version < '3.15' and sys_platform == 'win32') or
(platform_machine != 'arm64' and sys_platform == 'darwin') or (sys_platform !=
'darwin' and sys_platform != 'emscripten' and sys_platform != 'win32')" },
- { name = "jeepney", marker = "(python_full_version >= '3.14' and
sys_platform == 'darwin') or (python_full_version < '3.15' and sys_platform ==
'emscripten') or (python_full_version < '3.15' and sys_platform == 'win32') or
(platform_machine != 'arm64' and sys_platform == 'darwin') or (sys_platform !=
'darwin' and sys_platform != 'emscripten' and sys_platform != 'win32')" },
+ { name = "cryptography", marker = "python_full_version >= '3.14' or
platform_machine != 'arm64' or sys_platform != 'darwin'" },
+ { name = "jeepney", marker = "python_full_version >= '3.14' or
platform_machine != 'arm64' or sys_platform != 'darwin'" },
]
sdist = { url =
"https://files.pythonhosted.org/packages/1c/03/e834bcd866f2f8a49a85eaff47340affa3bfa391ee9912a952a1faa68c7b/secretstorage-3.5.0.tar.gz",
hash =
"sha256:f04b8e4689cbce351744d5537bf6b1329c6fc68f91fa666f60a380edddcd11be", size
= 19884, upload-time = "2025-11-23T19:02:53.191Z" }
wheels = [
@@ -22969,7 +22969,7 @@ wheels = [
[[package]]
name = "typer"
-version = "0.26.2"
+version = "0.26.3"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "annotated-doc" },
@@ -22977,9 +22977,9 @@ dependencies = [
{ name = "rich" },
{ name = "shellingham" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/67/a5/756f2e6bc81a7dd79aa3c625dd01b74cabc4516628cace2caaec09ca6ff2/typer-0.26.2.tar.gz",
hash =
"sha256:9b4f19e08fcc9427a822d1ef467b1fe76737a2f65c7926bdeba2337d73569b68", size
= 198991, upload-time = "2026-05-27T10:41:39.166Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/cc/15/f5fc7be23b7196bc065b282d9589a372392fb10860c80f9c1dd7eb008662/typer-0.26.3.tar.gz",
hash =
"sha256:3e2b9352f535e5303ef27806dadc2c8647687bdca5c902f03fec3fb88f46a46a", size
= 198326, upload-time = "2026-05-28T20:30:50.984Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/8b/a5/6ffd702beda8798b2b82ff70805ed4a66d963557e43a5d1823ab456251a4/typer-0.26.2-py3-none-any.whl",
hash =
"sha256:39beff72ffbb31978a5b545f677d57edb97c6f980f433b38556deb0af25f094d", size
= 123123, upload-time = "2026-05-27T10:41:40.504Z" },
+ { url =
"https://files.pythonhosted.org/packages/cd/cc/c6c5dea061e2740355bfeef22ac6a41751bd2f3903e83921295569bdcec4/typer-0.26.3-py3-none-any.whl",
hash =
"sha256:e70549ec5a403ca8a0bf0802ddd9f3c6ff7a14ccbb859b01b697baa943636f33", size
= 122338, upload-time = "2026-05-28T20:30:49.816Z" },
]
[[package]]
@@ -23419,28 +23419,28 @@ wheels = [
[[package]]
name = "uv"
-version = "0.11.16"
-source = { registry = "https://pypi.org/simple" }
-sdist = { url =
"https://files.pythonhosted.org/packages/a1/99/025154611a4bd97a23851574c15d73bb71ada09d35f092d6972f9ac87f70/uv-0.11.16.tar.gz",
hash =
"sha256:4b435fcb0af8f34833dcc1903a8a223856437efd0d515c2160a2871def221238", size
= 4177038, upload-time = "2026-05-21T22:10:01.009Z" }
-wheels = [
- { url =
"https://files.pythonhosted.org/packages/55/e3/8b8cfc802bc476c67e31a39725538193265cf3a19585b4a60c232659f919/uv-0.11.16-py3-none-linux_armv6l.whl",
hash =
"sha256:c9e9d9cb73ee8cd2ad696dbf1bc3232abaac363270557684b6b85a2bdb8eb276", size
= 23508087, upload-time = "2026-05-21T22:10:06.227Z" },
- { url =
"https://files.pythonhosted.org/packages/45/78/d5ca91c636ac88e902b6b3ff31ad32d2d02663232d844aff871467a323d2/uv-0.11.16-py3-none-macosx_10_12_x86_64.whl",
hash =
"sha256:01172238a75e42a5a55d12555cd9ec98bee24249f3645b98a4b32eb5f1ff5e43", size
= 23028989, upload-time = "2026-05-21T22:09:50.127Z" },
- { url =
"https://files.pythonhosted.org/packages/c7/26/c84580dfec5a87c36fb1218eac17c5194fa3e58e2a9232cf085d69eb6bed/uv-0.11.16-py3-none-macosx_11_0_arm64.whl",
hash =
"sha256:c75f9b5bac49b97131973910c220feac60fe47b10a333941b237ff0ae4b36721", size
= 21572023, upload-time = "2026-05-21T22:09:58.703Z" },
- { url =
"https://files.pythonhosted.org/packages/84/68/ba2bdc64fea96ef8c9796a991f244541b65bb9d31c661b322cc724857a4e/uv-0.11.16-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl",
hash =
"sha256:a801484f4507b6c2133e557350f3143b61b8f8b61dddb01ff7b84a74cdfab1fb", size
= 23289936, upload-time = "2026-05-21T22:10:15.423Z" },
- { url =
"https://files.pythonhosted.org/packages/c9/81/74922f693d5804a77d009338ca8dc709eff871fb60d9f2c263dede8d77d1/uv-0.11.16-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl",
hash =
"sha256:eb538069e768b042cf870be700a210518ce628e36d99d9a83b85acaf484d7f6a", size
= 23020906, upload-time = "2026-05-21T22:10:24.242Z" },
- { url =
"https://files.pythonhosted.org/packages/60/81/cda8886f5df4dd28854a9b97bcc3ee6a7d1b5b5b23aaaccfbf1ed3e5e2bf/uv-0.11.16-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
hash =
"sha256:d7cdb23457a4d1bc76bf1016638ea1d1ada0e8e032f656168e933d4d17c47e72", size
= 23004220, upload-time = "2026-05-21T22:10:32.847Z" },
- { url =
"https://files.pythonhosted.org/packages/98/7c/65837e07de23f0a40ab860bc6601f7c022d4bcf4b97ca79b6c35a2e72e65/uv-0.11.16-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
hash =
"sha256:451327388d59ac3041cbda474296f3ceeafac5b1f645476198e7b95f504fcfd5", size
= 24319651, upload-time = "2026-05-21T22:10:21.492Z" },
- { url =
"https://files.pythonhosted.org/packages/85/70/9d364542bf118433b60ed71422e47d2c8c470aca7d3aef0df9449a5f726a/uv-0.11.16-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
hash =
"sha256:e7992b8276149b3ffaf35ce9434702d3e16bae6ec393e99df209b870a7e19eb0", size
= 25359517, upload-time = "2026-05-21T22:09:46.519Z" },
- { url =
"https://files.pythonhosted.org/packages/99/b4/650896e8cff5a3289cee860c41fd9876da83ca628c5871f9a61d5fc75c72/uv-0.11.16-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
hash =
"sha256:83a8db9b3314d900e7a240105afce43f806c9e04c59ea10a40bdbdca84c6d0c5", size
= 24563421, upload-time = "2026-05-21T22:10:35.82Z" },
- { url =
"https://files.pythonhosted.org/packages/b1/7d/184711a8c02466e1486d57efdc9394ce09cbf43ee2c5794da70bd25db3fb/uv-0.11.16-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
hash =
"sha256:9b10086165189c39c53142a0e2f34e0b8889ef681886f589ed17be45a1a774c7", size
= 24676607, upload-time = "2026-05-21T22:10:39.784Z" },
- { url =
"https://files.pythonhosted.org/packages/ee/3f/5b338df6505f77f73c20eae38cb29f57d14dba56dac835386e3dc6e2a5d6/uv-0.11.16-py3-none-manylinux_2_28_aarch64.whl",
hash =
"sha256:cfe1f06fb8f135a735a961065d5ee90f99cccf41749fb1f964edb5b3c3dae19b", size
= 23401615, upload-time = "2026-05-21T22:10:30.124Z" },
- { url =
"https://files.pythonhosted.org/packages/b6/f9/54bbcbc77443dc76468f09a49cc9f4f92ca49b4159a011c6010d223de4ea/uv-0.11.16-py3-none-manylinux_2_31_riscv64.musllinux_1_1_riscv64.whl",
hash =
"sha256:2454f80d8b548fb2e246151578809b14ad4395b3f357d738bae1af11918e91af", size
= 24104468, upload-time = "2026-05-21T22:09:53.323Z" },
- { url =
"https://files.pythonhosted.org/packages/3e/0a/b5f105514fddea5110fe3947cd18a9f199ff93dbad78e5e5a08e1b5d0ea2/uv-0.11.16-py3-none-manylinux_2_31_riscv64.whl",
hash =
"sha256:4249d57a563165d368050680deeb722f9c0053a0dbf3244b11cca3e6d85a3c7d", size
= 24164861, upload-time = "2026-05-21T22:10:09.458Z" },
- { url =
"https://files.pythonhosted.org/packages/f6/01/15d4ca2be7257862b077a9077ac31ce81c419f35ef7994e76356a317716b/uv-0.11.16-py3-none-musllinux_1_1_i686.whl",
hash =
"sha256:374c30126483ce95675c5de49e54c2454ddedb01c17b8321417fe4eb9da83406", size
= 23644919, upload-time = "2026-05-21T22:10:03.129Z" },
- { url =
"https://files.pythonhosted.org/packages/49/bf/9de3e262e6ff93aec2e0a4c238857293fd2c616dd79f25bb440f126bf32c/uv-0.11.16-py3-none-musllinux_1_1_x86_64.whl",
hash =
"sha256:746edfc9d1d8cd03dd58739989f634d3580648048d09f81a9c68da74c4eb9d62", size
= 24973746, upload-time = "2026-05-21T22:10:18.413Z" },
- { url =
"https://files.pythonhosted.org/packages/f6/7d/f4126dce104f1b5d0b451ce3ca41c4db69b963c2e78c3465fcda6440de31/uv-0.11.16-py3-none-win32.whl",
hash =
"sha256:50299b20aab2d28c05ff27d781ce2af3f5af2102bc304dc07a4ad54b05e2af8a", size
= 22400991, upload-time = "2026-05-21T22:10:27.119Z" },
- { url =
"https://files.pythonhosted.org/packages/8f/38/99627cb995a03389b227ce4b12b08e770565d0aa7850cd0420973194a638/uv-0.11.16-py3-none-win_amd64.whl",
hash =
"sha256:e901aafa5007beffafe57bfa44e5e248d99fb5d97036a3718fd65cf9723c5cd3", size
= 25067163, upload-time = "2026-05-21T22:10:12.317Z" },
- { url =
"https://files.pythonhosted.org/packages/b6/68/3ed1c0bdfb4bec501e5cde73419b4f39c8a125ef905a85fc0f239f19eb9b/uv-0.11.16-py3-none-win_arm64.whl",
hash =
"sha256:d777cb29661cdfa7f90dae77406c85fb5b729bf8bc13941dc237958a1ea1ba00", size
= 23502015, upload-time = "2026-05-21T22:09:56.014Z" },
+version = "0.11.17"
+source = { registry = "https://pypi.org/simple" }
+sdist = { url =
"https://files.pythonhosted.org/packages/2c/8e/ec34c19d0f254fcbcc5c1ce8c7f06e47e0f69a7e1a0269c1d59cb0b0f279/uv-0.11.17.tar.gz",
hash =
"sha256:1d1be74deec997db1dda05a7e67541c904d65cbfd72e455d3c0a2a1e4bf2cddf", size
= 4203607, upload-time = "2026-05-28T20:39:47.707Z" }
+wheels = [
+ { url =
"https://files.pythonhosted.org/packages/15/2e/e6d42f9d39009eee976f1e5dfd31d3d1943e6e593ad7b191cf11e9744a36/uv-0.11.17-py3-none-linux_armv6l.whl",
hash =
"sha256:8426bfe315564d414cbc5ba5467595dc6348965e19acec742914f47da3ff269f", size
= 23551216, upload-time = "2026-05-28T20:39:05.395Z" },
+ { url =
"https://files.pythonhosted.org/packages/d0/ee/d72bcc60f3585653a4b768425854d737d98d65c1765547d25c2999547ea9/uv-0.11.17-py3-none-macosx_10_12_x86_64.whl",
hash =
"sha256:6d1a033cc68cabb4141d6c1e3b66ffc6e970b98ba42e210f33270251e0bd8697", size
= 22997377, upload-time = "2026-05-28T20:39:25.21Z" },
+ { url =
"https://files.pythonhosted.org/packages/58/34/1bc69798d9ae998fbc42c61b02883f2ba00d04bdd858e589604d01846287/uv-0.11.17-py3-none-macosx_11_0_arm64.whl",
hash =
"sha256:58c07ffc272c847d29cd98ca5082fa4304a645f87c718ec900e3cca9026bd096", size
= 21630197, upload-time = "2026-05-28T20:39:28.935Z" },
+ { url =
"https://files.pythonhosted.org/packages/6b/93/1be48ec6a8933d9a77d0ce5240ed63f68869f68517ccf5d62268ed03f3e8/uv-0.11.17-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl",
hash =
"sha256:036d6e2940afe8b79637530b01b9241d8cfd174b07f1179a1ebbd42409c38ca3", size
= 23414940, upload-time = "2026-05-28T20:39:55.015Z" },
+ { url =
"https://files.pythonhosted.org/packages/00/31/b7488ff49d80090ea9d05d67a4d381a1b4479502e9853e654caa1c1c678e/uv-0.11.17-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl",
hash =
"sha256:283186700c3e65a4644a73a917232da7d3e4a94d25ea0377a44f5b263fa49577", size
= 23096330, upload-time = "2026-05-28T20:39:01.284Z" },
+ { url =
"https://files.pythonhosted.org/packages/fe/95/42b6137c5de06278d229c7eef2f314df2a738cd799795bbb44dace21bd6e/uv-0.11.17-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
hash =
"sha256:f2e44dfbfc7778d0d90edc6738f237c91e5e37e4e3cfe94c8a312cec56a41485", size
= 23101906, upload-time = "2026-05-28T20:39:17.149Z" },
+ { url =
"https://files.pythonhosted.org/packages/17/7c/0ca03b2d19965db6d5dfe0c8cf96a3d0b424503c8cbc3cd2ffdc5869a15d/uv-0.11.17-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
hash =
"sha256:1a817eeb3026f27a53d3f4b7855a5105f6787dd192140e201eda4d2b9a11b72e", size
= 24444409, upload-time = "2026-05-28T20:39:59.218Z" },
+ { url =
"https://files.pythonhosted.org/packages/b5/fb/179f55a3b19d47c30ec1f41b9b964da74dfa7053ff310a70a9c4d8cb998d/uv-0.11.17-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
hash =
"sha256:bf8f5ad959583dcd2c4ae445c754a97c05700246ff89259f3fd285c9c20f4c00", size
= 25540153, upload-time = "2026-05-28T20:39:09.535Z" },
+ { url =
"https://files.pythonhosted.org/packages/f7/29/592f42012765c43ae45c112110e214bca7b0cfc08c4c1b52e1dfa47dedd5/uv-0.11.17-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
hash =
"sha256:ce16892a45134d20165c1ceababe06f3e9ce6a58902db1eff812c8c93626823f", size
= 24665906, upload-time = "2026-05-28T20:39:41.254Z" },
+ { url =
"https://files.pythonhosted.org/packages/0e/51/b75808766f895248553c6370968509cd4f726e6943e310a8f7a171036ad0/uv-0.11.17-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
hash =
"sha256:9da839e5a491c9a701d7d327a199cafc76ac27a03ac84fd2a8d4bf32c3af2448", size
= 24863325, upload-time = "2026-05-28T20:39:51.006Z" },
+ { url =
"https://files.pythonhosted.org/packages/ee/6a/6f27ee69e97f480104bb8ec335f04c2a12add98edfcc4844a68e9538b6e2/uv-0.11.17-py3-none-manylinux_2_28_aarch64.whl",
hash =
"sha256:ec004b3c9bf9cb7756067ad1bd0bf64eb843e6fa2edbfbb3135ee152c14cea91", size
= 23521674, upload-time = "2026-05-28T20:38:55.869Z" },
+ { url =
"https://files.pythonhosted.org/packages/df/11/1344aca7c710f794750f74de0e552a54ab24193ecc01fa3b3ae22ff822a1/uv-0.11.17-py3-none-manylinux_2_31_riscv64.musllinux_1_1_riscv64.whl",
hash =
"sha256:659227cac719b618cc91e02be9e274ad5bd72d74fa278123e6373537e9f28216", size
= 24224725, upload-time = "2026-05-28T20:39:32.945Z" },
+ { url =
"https://files.pythonhosted.org/packages/ad/44/7b11550c1453ea13b81e549c83523e6ab6ed3231d09b2fd6b9eb19acceaf/uv-0.11.17-py3-none-manylinux_2_31_riscv64.whl",
hash =
"sha256:e301d844eed9401f0f0351de12c55f1306ca05372acb0f28d35717c8ba663a22", size
= 24301643, upload-time = "2026-05-28T20:39:45.183Z" },
+ { url =
"https://files.pythonhosted.org/packages/1a/36/8f683bc60547b8f93d0e752a8574d13fad776999cb978482b360c053ca22/uv-0.11.17-py3-none-musllinux_1_1_i686.whl",
hash =
"sha256:f0bf483c0d9fa14283992d56061b498b9d3d4adebd285af8744dc33f64dadfba", size
= 23786049, upload-time = "2026-05-28T20:39:20.999Z" },
+ { url =
"https://files.pythonhosted.org/packages/10/dc/7a495db39c2970de4fa375c337dbd617b16780911f88f0511f8fe7f6747c/uv-0.11.17-py3-none-musllinux_1_1_x86_64.whl",
hash =
"sha256:2ccd5487a4a192bc832ea04c867a26883757db8fdfe88bed85d8129c82f9e505", size
= 25049786, upload-time = "2026-05-28T20:40:03.292Z" },
+ { url =
"https://files.pythonhosted.org/packages/37/dd/74eff72d749eaf7e19f489878e21a368a7fef58d26ea0c63ec044ecd78b1/uv-0.11.17-py3-none-win32.whl",
hash =
"sha256:12b701fa32c5be3691759a73956e4462f30fa7b0dfa52ec66cb305bbb6ea4129", size
= 22479213, upload-time = "2026-05-28T20:39:13.316Z" },
+ { url =
"https://files.pythonhosted.org/packages/79/99/8af4a92b99a8a4823297c26df727fe957267e03e1196e3caa803c3f6ccb2/uv-0.11.17-py3-none-win_amd64.whl",
hash =
"sha256:44ec1fe3af839f87370dcf0400c0cab917cc1ce697d563e860fc7d9ed72655e7", size
= 25083161, upload-time = "2026-05-28T20:40:07.931Z" },
+ { url =
"https://files.pythonhosted.org/packages/00/76/a689077832d585d29d87f9cd0d65eca1af58abd29a4eab004d0a8a858b9c/uv-0.11.17-py3-none-win_arm64.whl",
hash =
"sha256:37c915bfcf86f99c1c5be7c9ed21e0d80624067ba47bc8916a3cb0530bc94d27", size
= 23544936, upload-time = "2026-05-28T20:39:37.137Z" },
]
[[package]]