Skip to content

Conversation

@daeho-ro
Copy link
Member

@daeho-ro daeho-ro commented Nov 2, 2025

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

These packages print warnings for use of pydantic v1 api and they are not fully compatible with Python 3.14. So this will revert Python version and leave a comment, issue ref to that.

Copilot AI review requested due to automatic review settings November 2, 2025 03:35
@github-actions github-actions bot added the python Python use is a significant feature of the PR or issue label Nov 2, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR downgrades Python dependencies from version 3.14 to 3.13 for three formulas due to Pydantic v1 incompatibility with Python 3.14. The changes also standardize dependency management by moving pydantic-core to exclude packages and updating several Python package versions.

  • Downgrade Python dependency from 3.14 to 3.13 with explanatory comments
  • Move pydantic-core from resource block to exclude packages list
  • Update various Python package versions (sentry-sdk, sse-starlette, starlette, hypothesis, httpx, regex, tiktoken)

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
Formula/p/pieces-cli.rb Downgrade to Python 3.13, remove pydantic-core and typing-extensions resources, remove unused rust dependency, update packages
Formula/c/cloudformation-cli.rb Downgrade to Python 3.13, standardize pypi_packages format, update hypothesis version
Formula/c/chatblade.rb Downgrade to Python 3.13, add pydantic-core to dependencies/excludes, remove typing-extensions resource, update packages

@github-actions
Copy link
Contributor

github-actions bot commented Nov 2, 2025

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Nov 2, 2025
@BrewTestBot BrewTestBot enabled auto-merge November 2, 2025 13:21
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 2, 2025
Merged via the queue into main with commit fad6f2d Nov 2, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the revert-python-mig branch November 2, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. python Python use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants