Bump cattrs from 25.3.0 to 26.1.0#2413
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
dependabot
Bot
force-pushed
the
dependabot/uv/cattrs-26.1.0
branch
from
May 8, 2026 14:10
37d7afb to
10a88ae
Compare
Bumps [cattrs](https://github.com/python-attrs/cattrs) from 25.3.0 to 26.1.0. - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md) - [Commits](python-attrs/cattrs@v25.3.0...v26.1.0) --- updated-dependencies: - dependency-name: cattrs dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/cattrs-26.1.0
branch
from
May 11, 2026 08:02
10a88ae to
b26bf84
Compare
asnare
approved these changes
May 13, 2026
Contributor
Author
|
Looks like cattrs is up-to-date now, so this is no longer needed. |
ameersalman33
pushed a commit
to ameersalman33/lakebridge
that referenced
this pull request
May 19, 2026
## Changes This primary purpose of this PR is: - Fixing some changes to `uv.lock` that were inadvertently introduced in databrickslabs#2151. - Updating our CI to detect issues in PRs relating to the lock-files. The intention within this repo is: - The lock-files should only update under 2 circumstances: - A refresh-only update of the lock-files. - A dependency in `pyproject.toml` has been changed. - Outside of this, `uv.lock` and `.build-constraints.txt` should not be changing. - When they change, it should be via `make lock-dependencies` which ensures `uv.lock` refers to PyPI properly. (Manual review is unlikely to spot the error if a dev proxy is in there, so this PR automates the check.) Further to these linting-releated changes: - Running `make lock-dependencies` now locks to the latest versions of dependencies instead of keeping the existing versions if they're still within their allowed version range. - The use of `databricks-bb-analyzer==0.3.1` is blocked: the analyzer binary in this release doesn't work properly. (Issue databrickslabs#2373.) Finally, to verify the linting this PR updates some dependencies: - Versions are locked against the highest version. - Outstanding dependabot updates are included. ### Relevant implementation details The linting script has been written so that it can be run locally by developers, it doesn't require the GHA environment to be in place. ### Linked Issues Resolves: databrickslabs#2373 Subsumes: - databrickslabs#2409 - databrickslabs#2410 - databrickslabs#2411 - databrickslabs#2412 - databrickslabs#2413 - databrickslabs#2415 ### Tests - manually tested - new CI check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps cattrs from 25.3.0 to 26.1.0.
Release notes
Sourced from cattrs's releases.
Changelog
Sourced from cattrs's changelog.
Commits
fd887b7v26.1.06bc4708Support overrides in annotated attributes (#717)309e9d1Pin CI references (#716)1ac3ce8Introduce tomllib (#715)4c20ab7configure_tagged_unions: fix recursive type aliases (#714)31c19ceFixinclude_subclasses+ configure_tagged_union when diamond inheritance is...32d0be5Introduce hook factories for enums (#705)6941413Generate rename metadata for aliases in generated hooks (#710)08bd8d9tomlkit: handle native date objects (#708)1a94abfBenchmark enums (#704)