Skip to content

update dependencies#182

Merged
DSuveges merged 1 commit intomainfrom
package_update
Feb 16, 2026
Merged

update dependencies#182
DSuveges merged 1 commit intomainfrom
package_update

Conversation

@DSuveges
Copy link
Copy Markdown
Contributor

As part of the preparation for the 26.03 release, version was bumped and all obsolete dependencies were upgraded.

Copy link
Copy Markdown
Contributor

@ireneisdoomed ireneisdoomed left a comment

Choose a reason for hiding this comment

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

See comment

Comment thread uv.lock
requires-python = ">=3.11, <3.14"
resolution-markers = [
"python_full_version >= '3.13'",
"python_full_version < '3.13'",
"python_full_version == '3.12.*'",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We have downgraded the python version?

Copy link
Copy Markdown
Contributor Author

@DSuveges DSuveges Feb 16, 2026

Choose a reason for hiding this comment

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

No, we haven't explicitly, the pyproject file hasn't changed (requires-python = ">=3.11,<3.14"), it must be because some of the updated dependencies might not tolerate 3.13. I can take a look, which package causes this issue.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

OK, it doesn't mean the version would be restricted to lower python version. It just mean that there are different resolution for different versions. Also there is a separate one for more modern one: "python_full_version >= '3.13'",.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Got it, thanks for looking into it

@DSuveges DSuveges merged commit cf69202 into main Feb 16, 2026
3 checks passed
@DSuveges DSuveges deleted the package_update branch February 16, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants