Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2025

This PR contains the following updates:

Package Type Update Change Pending
astral-sh/setup-uv action minor v6.3.1 -> v6.4.1 v6.4.3 (+1)

Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v6.4.1: 🌈 Hotfix: Ignore deps starting with uv when finding uv version

Compare Source

Changes

Thank you @​phpmypython for raising a PR to fix this issue!

🐛 Bug fixes

v6.4.0: 🌈 Add input version-file

Compare Source

Changes

You can now use the version-file input to specify a file that contains the version of uv to install.
This can either be a pyproject.toml or uv.toml file which defines a required-version or
uv defined as a dependency in pyproject.toml or requirements.txt.

- name: Install uv based on the version defined in requirements.txt
  uses: astral-sh/setup-uv@v6
  with:
    version-file: "requirements.txt"
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

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 this update 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 4, 2025
@renovate renovate bot requested a review from edgarrmondragon as a code owner August 4, 2025 22:15
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 4, 2025
@renovate renovate bot enabled auto-merge August 4, 2025 22:15
@renovate renovate bot added this pull request to the merge queue Aug 4, 2025
Merged via the queue into main with commit cecb4b4 Aug 4, 2025
9 checks passed
@renovate renovate bot deleted the renovate/astral-sh-setup-uv-6.4.x branch August 4, 2025 22:15
Copy link
Contributor

github-actions bot commented Aug 4, 2025

TestsPassed ✅Skipped ⚠️Failed
JUnit Test Report146 ran144 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.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.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