Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
astral-sh/uv-pre-commit repository patch 0.8.6 -> 0.8.11 age confidence
uv (source, changelog) patch 0.8.7 -> 0.8.11 age confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.8.11

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.8.11

v0.8.10

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.8.10

v0.8.9

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.8.9

v0.8.8

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.8.8

v0.8.7

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.8.7

astral-sh/uv (uv)

v0.8.11

Compare Source

Python
  • Add Python 3.14.0rc2
  • Update Pyodide to 0.28.1
Enhancements
  • Add Debian 13 trixie to published Docker images (#​15269)
  • Add extra-build-dependencies hint for any missing module on build failure (#​15252)
  • Make 'v' prefix cyan in overlap warnings (#​15259)
Bug fixes
  • Fix missing uv version in extended Docker image tags (#​15263)
  • Persist cache info when re-installing cached wheels (#​15274)
Rust API
  • Allow passing custom reqwest clients to RegistryClient (#​15281)

v0.8.10

Compare Source

Python
  • Add support for installing Pyodide versions (#​14518)
Enhancements
  • Allow Python requests with missing segments, e.g., just aarch64 (#​14399)
Preview
  • Move warnings for conflicting modules into preview (#​15253)

v0.8.9

Compare Source

Enhancements
  • Add --reinstall flag to uv python upgrade (#​15194)
Bug fixes
  • Include build settings in cache key for registry source distribution lookups (#​15225)
  • Avoid creating bin links on uv python upgrade if they don't already exist (#​15192)
  • Respect system proxies on macOS and Windows (#​15221)
Documentation

v0.8.8

Compare Source

Bug fixes
  • Fix find_uv_bin compatibility with Python <3.10 (#​15177)

Configuration

📅 Schedule: Branch creation - Between 04:00 PM and 06:59 PM, only on Monday ( * 16-18 * * 1 ) in timezone America/Mexico_City, Automerge - Between 07:00 AM and 09:59 AM, only on Wednesday ( * 7-9 * * 3 ) in timezone America/Mexico_City.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 18, 2025
@renovate renovate bot requested a review from edgarrmondragon as a code owner August 18, 2025 22:58
@renovate renovate bot enabled auto-merge August 18, 2025 22:58
@renovate renovate bot added this pull request to the merge queue Aug 18, 2025
Merged via the queue into main with commit a626de8 Aug 18, 2025
9 checks passed
@renovate renovate bot deleted the renovate/patch-uv-version branch August 18, 2025 22:59
Copy link
Contributor

TestsPassed ✅Skipped ⚠️Failed
JUnit Test Report144 ran142 passed2 skipped0 failed
TestResult
JUnit Test Report
TestTapPolar.test_tap_cli_prints✅ passed
TestTapPolar.test_tap_discovery✅ passed
TestTapPolar.test_tap_stream_connections✅ passed
TestTapPolar.test_tap_valid_final_state✅ passed
TestTapPolar.test_tap_stream_transformed_catalog_schema_matches_record[checkout_links]✅ passed
TestTapPolar.test_tap_stream_transformed_catalog_schema_matches_record[orders]✅ passed
TestTapPolar.test_tap_stream_transformed_catalog_schema_matches_record[organizations]✅ passed
TestTapPolar.test_tap_stream_transformed_catalog_schema_matches_record[products]✅ passed
TestTapPolar.test_tap_stream_transformed_catalog_schema_matches_record[subscriptions]✅ passed
TestTapPolar.test_tap_stream_record_matches_stream_schema[checkout_links]✅ passed
TestTapPolar.test_tap_stream_record_matches_stream_schema[orders]✅ passed
TestTapPolar.test_tap_stream_record_matches_stream_schema[organizations]✅ passed
TestTapPolar.test_tap_stream_record_matches_stream_schema[products]✅ passed
TestTapPolar.test_tap_stream_record_matches_stream_schema[subscriptions]✅ passed
TestTapPolar.test_tap_stream_record_schema_matches_transformed_catalog[checkout_links]✅ passed
TestTapPolar.test_tap_stream_record_schema_matches_transformed_catalog[orders]✅ passed
TestTapPolar.test_tap_stream_record_schema_matches_transformed_catalog[organizations]✅ passed
TestTapPolar.test_tap_stream_record_schema_matches_transformed_catalog[products]✅ passed
TestTapPolar.test_tap_stream_record_schema_matches_transformed_catalog[subscriptions]✅ passed
TestTapPolar.test_tap_stream_returns_record[checkout_links]✅ passed
TestTapPolar.test_tap_stream_returns_record[orders]⚠️ skipped
TestTapPolar.test_tap_stream_returns_record[organizations]✅ passed
TestTapPolar.test_tap_stream_returns_record[products]✅ passed
TestTapPolar.test_tap_stream_returns_record[subscriptions]⚠️ skipped
TestTapPolar.test_tap_stream_schema_is_valid[checkout_links]✅ passed
TestTapPolar.test_tap_stream_schema_is_valid[orders]✅ passed
TestTapPolar.test_tap_stream_schema_is_valid[organizations]✅ passed
TestTapPolar.test_tap_stream_schema_is_valid[products]✅ passed
TestTapPolar.test_tap_stream_schema_is_valid[subscriptions]✅ passed
TestTapPolar.test_tap_stream_primary_keys[checkout_links]✅ passed
TestTapPolar.test_tap_stream_primary_keys[orders]✅ passed
TestTapPolar.test_tap_stream_primary_keys[organizations]✅ passed
TestTapPolar.test_tap_stream_primary_keys[products]✅ passed
TestTapPolar.test_tap_stream_primary_keys[subscriptions]✅ passed
TestTapPolar.test_tap_stream_attribute_is_boolean[checkout_links.allow_discount_codes]✅ passed
TestTapPolar.test_tap_stream_attribute_is_boolean[checkout_links.require_billing_address]✅ passed
TestTapPolar.test_tap_stream_attribute_is_boolean[orders.paid]✅ passed
TestTapPolar.test_tap_stream_attribute_is_boolean[orders.is_invoice_generated]✅ passed
TestTapPolar.test_tap_stream_attribute_is_boolean[products.is_recurring]✅ passed
TestTapPolar.test_tap_stream_attribute_is_boolean[products.is_archived]✅ passed
TestTapPolar.test_tap_stream_attribute_is_boolean[subscriptions.cancel_at_period_end]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[checkout_links.created_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[checkout_links.modified_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[orders.created_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[orders.modified_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[organizations.created_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[organizations.modified_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[organizations.details_submitted_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[products.created_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[products.modified_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[subscriptions.created_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[subscriptions.modified_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[subscriptions.current_period_start]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[subscriptions.current_period_end]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[subscriptions.canceled_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[subscriptions.started_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[subscriptions.ends_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_datetime[subscriptions.ended_at]✅ passed
TestTapPolar.test_tap_stream_attribute_is_integer[orders.subtotal_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_is_integer[orders.discount_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_is_integer[orders.net_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_is_integer[orders.tax_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_is_integer[orders.total_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_is_integer[orders.refunded_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_is_integer[orders.refunded_tax_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_is_integer[subscriptions.amount]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[checkout_links.metadata]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[orders.metadata]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[orders.custom_field_data]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[orders.customer]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[orders.product]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[organizations.subscription_settings]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[organizations.notification_settings]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[products.metadata]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[subscriptions.metadata]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[subscriptions.custom_field_data]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[subscriptions.customer]✅ passed
TestTapPolar.test_tap_stream_attribute_is_object[subscriptions.product]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[checkout_links.created_at]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[checkout_links.id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[checkout_links.metadata]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[checkout_links.payment_processor]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[checkout_links.client_secret]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[checkout_links.allow_discount_codes]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[checkout_links.require_billing_address]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[checkout_links.organization_id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[checkout_links.products]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[checkout_links.url]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.created_at]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.status]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.paid]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.subtotal_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.discount_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.net_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.tax_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.total_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.refunded_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.refunded_tax_amount]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.currency]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.billing_reason]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.is_invoice_generated]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.customer_id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.product_id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.metadata]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.custom_field_data]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.customer]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.user_id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.product]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[orders.items]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[organizations.created_at]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[organizations.id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[organizations.name]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[organizations.slug]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[organizations.socials]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[organizations.subscription_settings]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[organizations.notification_settings]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.created_at]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.name]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.is_recurring]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.is_archived]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.organization_id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.metadata]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.prices]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.benefits]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.medias]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[products.attached_custom_fields]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.created_at]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.amount]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.currency]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.recurring_interval]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.status]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.current_period_start]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.cancel_at_period_end]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.customer_id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.product_id]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.metadata]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.custom_field_data]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.customer]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.product]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.prices]✅ passed
TestTapPolar.test_tap_stream_attribute_not_null[subscriptions.meters]✅ passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants