Skip to content

2.0.1#585

Merged
regulartim merged 5 commits intomainfrom
develop
Oct 6, 2025
Merged

2.0.1#585
regulartim merged 5 commits intomainfrom
develop

Conversation

@regulartim
Copy link
Copy Markdown
Collaborator

@regulartim regulartim commented Oct 6, 2025

Checklist for creating a new release

  • Change version number in docker/.version and in .env_template
  • Verify CI Tests
  • Verify that the PR is named with a correct version number like x.x.x
  • Merge the PR to the main branch. The release will be done automatically by the CI

Note: Only use "Merge and commit" as the merge strategy and not "Squash and merge". Using "Squash and merge" makes history between branches misaligned.

dependabot bot and others added 4 commits October 4, 2025 15:58
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.3.2...v2.3.3)

---
updated-dependencies:
- dependency-name: pandas
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

# Stage 2: Backend
FROM python:3.13-alpine3.21
FROM python:3.13-alpine
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@regulartim the con about this is the non-reproducibility of the builds because the version may change under the hood at every re-build. This could bring unexpected results. That's the reason why the version was pinned.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Ah, ok. This change was suggested by dockerhub, thats why I made it. Will revert.

@regulartim regulartim marked this pull request as ready for review October 6, 2025 07:01
@regulartim regulartim merged commit 18f33ba into main Oct 6, 2025
8 checks passed
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