-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): bump the production-deps group with 3 updates #209
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,9 +26,9 @@ classifiers = [ | |
| "Typing :: Typed", | ||
| ] | ||
| dependencies = [ | ||
| "httpx>=0.23.0,<0.29.0", | ||
| "pydantic>=2.0,<3", | ||
| "typing_extensions>=4.6", | ||
| "httpx>=0.28.1,<0.29.0", | ||
| "pydantic>=2.13.5,<3", | ||
| "typing_extensions>=4.16.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lock file lags new constraintsMedium Severity
Reviewed by Cursor Bugbot for commit 9e03976. Configure here. |
||
| ] | ||
|
|
||
| [project.optional-dependencies] | ||
|
|
||


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.
Raised floors break library consumers
Medium Severity
The new lower bounds require
pydantic2.13.5,httpx0.28.1, andtyping_extensions4.16.0. Those versions were already allowed by the previous ranges, so this change drops support for still-compatible releases rather than merely permitting newer ones. Downstream installs that pin older valid versions will fail.Reviewed by Cursor Bugbot for commit 9e03976. Configure here.