Skip to content

Chore/stackitsdk 466 update deps#5312

Open
cgoetz-inovex wants to merge 12 commits into
mainfrom
chore/STACKITSDK-466-update-deps
Open

Chore/stackitsdk 466 update deps#5312
cgoetz-inovex wants to merge 12 commits into
mainfrom
chore/STACKITSDK-466-update-deps

Conversation

@cgoetz-inovex

@cgoetz-inovex cgoetz-inovex commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Description

  • bump min python to 3.10
  • use python 3.10 for most jobs
  • adjust python version ci matrix from 3.10 to latest
  • bump dependency versions
  • regenerate lock files
  • adjust changelogs and versions
  • bump uv version

Checklist

  • Issue was linked above
  • No generated code was adjusted manually (check comments in file header)
  • Changelogs and versioning
    • Changelog in root directory was adjusted (see here)
    • Changelog of the service(s) was adjusted (see e.g. here)
    • pyproject.toml of the service(s) was adjusted (see e.g. here)
  • Examples were added / adjusted (see examples/ directory)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@cgoetz-inovex cgoetz-inovex enabled auto-merge (squash) July 8, 2026 12:25
Comment thread core/pyproject.toml
max-line-length = 120
# E203,W503 and E704 are incompatible with the formatter black
ignore = ["E203", "W503", "E704"]
ignore = ["E203", "W503", "E704", "B042"]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why was B042 added here and all other services? Should we leave a comment that explains the reason here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants