chore(deps)(deps): bump the python-minor-patch group with 7 updates#836
chore(deps)(deps): bump the python-minor-patch group with 7 updates#836dependabot[bot] wants to merge 4 commits into
Conversation
Bumps the python-minor-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.14` | | [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator) | `0.8.5` | `0.9.0` | | [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.57.0` | `0.58.0` | | [katana-mcp-server](https://github.com/dougborg/katana-openapi-client) | `0.93.0` | `0.93.1` | | [ty](https://github.com/astral-sh/ty) | `0.0.37` | `0.0.39` | | [prefab-ui](https://github.com/PrefectHQ/prefab) | `0.19.1` | `0.20.1` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.5.0` | `3.5.1` | Updates `ruff` from 0.15.13 to 0.15.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.13...0.15.14) Updates `openapi-spec-validator` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/python-openapi/openapi-spec-validator/releases) - [Commits](python-openapi/openapi-spec-validator@0.8.5...0.9.0) Updates `datamodel-code-generator` from 0.57.0 to 0.58.0 - [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases) - [Changelog](https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md) - [Commits](koxudaxi/datamodel-code-generator@0.57.0...0.58.0) Updates `katana-mcp-server` from 0.93.0 to 0.93.1 - [Release notes](https://github.com/dougborg/katana-openapi-client/releases) - [Changelog](https://github.com/dougborg/katana-openapi-client/blob/main/docs/CHANGELOG.md) - [Commits](mcp-v0.93.0...mcp-v0.93.1) Updates `ty` from 0.0.37 to 0.0.39 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.37...0.0.39) Updates `prefab-ui` from 0.19.1 to 0.20.1 - [Release notes](https://github.com/PrefectHQ/prefab/releases) - [Commits](PrefectHQ/prefab@v0.19.1...v0.20.1) Updates `greenlet` from 3.5.0 to 3.5.1 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.5.0...3.5.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: openapi-spec-validator dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: datamodel-code-generator dependency-version: 0.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: katana-mcp-server dependency-version: 0.93.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: ty dependency-version: 0.0.39 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: prefab-ui dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: greenlet dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
The Fixed on main in #842 with a Refs the original analysis (root cause + suggested fix): the TypedDict approach matched what was proposed; no behavioral change. |
`tests/test_api_quality_analysis.py` builds a list of heterogeneous dicts (`name: str | None`, `signature: str`, `usage_count: int`, `endpoints: list[str]`). With an untyped list literal `ty` widens each `param["..."]` to `Any | str | int | list[str]`, which then fails `Sized` checks at `len(param["endpoints"])` and slicing at `param["endpoints"][:3]`. The new `ty` version pulled in by the python-minor-patch group (see #836) is strict enough to surface this latent ambiguity that older versions silently accepted. Add an `ExtractableParameter` TypedDict and annotate `extractable: list[ExtractableParameter] = []` so the values are known concrete types at every access site. No runtime behavior change. Also re-sync uv.lock to the post-release 0.93.2 katana-mcp-server version (drift left by the release commit on main). Refs #836 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Rebase failed
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the python-minor-patch group with 7 updates:
0.15.130.15.140.8.50.9.00.57.00.58.00.93.00.93.10.0.370.0.390.19.10.20.13.5.03.5.1Updates
rufffrom 0.15.13 to 0.15.14Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9ad2da3Bump 0.15.14 (#25295)c714e84[ty] Modernize setup of union types in mdtests (#25291)8a8e35e[flake8-comprehensions] SkipC417for lambdas with positional-only parame...aea5ed4Avoid unnecessary parser lookahead for operators (#25290)e9d72bb[ty] Allow enum member accesses onself(#25077)6cbd59bSetexclude-newer = "7 days"in our PEP-723 scripts (#25285)9999a39Update code example on how to update Neovim LSP log level (#25284)67d8c54[ty] Retain recursively-defined state in binary expressions (#25277)25a3191[ty] Refine Callable class-decorator fallback for unknown results (#25250)c423054Add a recursion limit to the parser (#24810)Updates
openapi-spec-validatorfrom 0.8.5 to 0.9.0Release notes
Sourced from openapi-spec-validator's releases.
Commits
2121137Version 0.9.0ee4683bMerge pull request #506 from python-openapi/feature/upgrade-jsonschema-path-0.5692131cUpgrade jsonschema-path 0.527cb341Merge pull request #505 from python-openapi/feature/upgrade-schema-validator-...4413a52Upgrade schema-validator 0.9f407ed7Merge pull request #484 from python-openapi/dependabot/pip/isort-8.0.1081f3beBump isort from 8.0.0 to 8.0.1d931fafMerge pull request #497 from python-openapi/dependabot/pip/mypy-1.20.2f8c6261Bump mypy from 1.19.1 to 2.1.01b5dafdMerge pull request #500 from python-openapi/dependabot/pip/urllib3-2.7.0Updates
datamodel-code-generatorfrom 0.57.0 to 0.58.0Release notes
Sourced from datamodel-code-generator's releases.
... (truncated)
Changelog
Sourced from datamodel-code-generator's changelog.
... (truncated)
Commits
e48b29cGuard release draft analysis diff (#3184)011f391docs: sync generated docs (#3181)b7f4114Add object type option (#3177)0635a80docs: sync generated docs (#3180)f75db82Preserve schema metadata extras (#3175)4316b7eAdd OpenAPI info version constant (#3176)1f94ca9Support additional JSON Schema string formats (#3173)1588bb7Align schema feature support status (#3174)c864090Fix allOf multipleOf intersection (#3172)ed08cfcFix primitive allOf payload types (#3169)Updates
katana-mcp-serverfrom 0.93.0 to 0.93.1Release notes
Sourced from katana-mcp-server's releases.
Commits
288b1ecchore(release): mcp v0.93.1d077e84fix(mcp): add Prefab UI cards to get_product_bom + get_variant_details batch ...Updates
tyfrom 0.0.37 to 0.0.39Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
0205125Bump version to 0.0.39 (#3516)ae8058dUpdate maturin to v1.13.3 (#3494)33b60f8Update prek dependencies (#3495)1d3efc1Bump version to 0.0.38 (#3492)f5100ccscripts/update_schemastore: use -C to allow re-running schema update on exist...Updates
prefab-uifrom 0.19.1 to 0.20.1Release notes
Sourced from prefab-ui's releases.
Commits
17719b8Downgrade recent renderer dependencies (#456)14f5185Align sortable DataTable headers (#455)08ba291Support latest ty (#452)7b4e83cAdd chart value formatting (#454)363d122Clarify DataTable row click docs (#453)04ab1d6Include css and stylesheets in the wire format (#431)e1fb34dBump qs from 6.14.2 to 6.15.2 in /renderer (#448)b8d1e76Add dependency cooldowns (#450)96774dcBump ip-address and express-rate-limit in /renderer (#435)02baaaeBump fast-uri from 3.1.0 to 3.1.2 in /renderer (#439)Updates
greenletfrom 3.5.0 to 3.5.1Changelog
Sourced from greenlet's changelog.
Commits
b5e5fc4Preparing release 3.5.1c8e1774Tweak wording in CHANGES about greenlet.getcurrent.7fb10c5Merge pull request #510 from python-greenlet/3159718ce5Add Py 3.15; make both API versions of getcurrent() consistent in raising Run...276e08aMerge pull request #509 from python-greenlet/dependabot/github_actions/github...32b0ad6Bump pypa/gh-action-pypi-publish in the github-actions group173b692Back to development: 3.5.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions