-
Notifications
You must be signed in to change notification settings - Fork 12
Deploy release v0.63.0 #940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Since commit cdb2ec6, `setuptools` is installed and managed through dependency manifests (`requirements.*`), so we can delete Make task `python-setuptools-install`.
…h-make-tasks Do not install `setuptools` using Make tasks
From <actions/setup-python#1101 (comment)>: > To avoid version conflicts, install the required `pip` version (24.2) > right after `setup-python` action.
…hub-actions Installing Pip version 24 in GitHub Actions fails when default's 25
Bumps [lxml](https://github.com/lxml/lxml) from 5.4.0 to 6.0.2. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-5.4.0...lxml-6.0.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): Bump lxml from 5.4.0 to 6.0.2
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.14.0...4.15.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…-4.15.0 chore(deps): Bump typing-extensions from 4.14.0 to 4.15.0
Bumps [django](https://github.com/django/django) from 4.2.25 to 4.2.26. - [Commits](django/django@4.2.25...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): Bump django from 4.2.25 to 4.2.26
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.4.1 to 7.5.1. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](jazzband/pip-tools@7.4.1...v7.5.1) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.5.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): Bump pip-tools from 7.4.1 to 7.5.1
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.5.1 to 7.5.2. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](jazzband/pip-tools@v7.5.1...v7.5.2)
deps: Bump pip-tools from 7.5.1 to 7.5.2
Bumps [pip](https://github.com/pypa/pip) from 24.2 to 25.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@24.2...25.3) --- updated-dependencies: - dependency-name: pip dependency-version: '25.3' dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): Bump pip from 24.2 to 25.3
- Updated to handle case when a main row is encountered and the entry_key already exists and the code doesn't update the stored row. - Changed the grouping key from folio to entry_key (combination of folio, tipo docto, and rut) - Solves the issue where some rows with the same `folio` but different `rut` or `tipo docto` were missing. Ref: https://app.shortcut.com/cordada/story/17311/
…-error-en-parseo-de-rcv rcv: Refactor grouping logic for RCV parsing
Release v0.63.0
|
jtrobles-cdd
approved these changes
Nov 13, 2025
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.


Ref: #939