-
-
Notifications
You must be signed in to change notification settings - Fork 13.2k
chatblade cloudformation-cli pieces-cli: use python@3.13 and brewed pydantic-core
#252357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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-corefrom 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 |
f9fb8ed to
928e044
Compare
928e044 to
86dd46d
Compare
|
🤖 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. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?These packages print warnings for use of
pydanticv1 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.