-
Notifications
You must be signed in to change notification settings - Fork 12
Deploy release v0.52.0 #866
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
Bumps the python-development group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.2.2.post1` | `1.3.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.1` | `7.10.4` | | [mypy](https://github.com/python/mypy) | `1.16.1` | `1.17.1` | | [types-jsonschema](https://github.com/typeshed-internal/stub_uploader) | `4.24.0.20250528` | `4.25.0.20250809` | | [types-pytz](https://github.com/typeshed-internal/stub_uploader) | `2025.2.0.20250516` | `2025.2.0.20250809` | | [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `80.9.0.20250529` | `80.9.0.20250809` | Updates `build` from 1.2.2.post1 to 1.3.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.2.post1...1.3.0) Updates `coverage` from 7.9.1 to 7.10.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.9.1...7.10.4) Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.1) Updates `types-jsonschema` from 4.24.0.20250528 to 4.25.0.20250809 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-pytz` from 2025.2.0.20250516 to 2025.2.0.20250809 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-setuptools` from 80.9.0.20250529 to 80.9.0.20250809 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development - dependency-name: coverage dependency-version: 7.10.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development - dependency-name: types-jsonschema dependency-version: 4.25.0.20250809 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development - dependency-name: types-pytz dependency-version: 2025.2.0.20250809 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-development - dependency-name: types-setuptools dependency-version: 80.9.0.20250809 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-development ... Signed-off-by: dependabot[bot] <[email protected]>
…t-f3c605e775 chore(deps): Bump the python-development group across 1 directory with 6 updates
Update Dependabot configuration
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.24.0 to 4.25.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.24.0...v4.25.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
chore(deps): Bump jsonschema from 4.24.0 to 4.25.0
Minor improvement of CI workflow
The value `50000000` is the minimum RUT digits for a "Persona Jurídica", not for the whole range of RUT. If the minimum RUT digits for a "Persona Jurídica" is desired, use `PERSONA_JURIDICA_MIN_RUT_DIGITS` instead of `RUT_DIGITS_MIN_VALUE`.⚠️ Breaking change: The range of possible return values of `Rut.random()` will be expanded because it uses `RUT_DIGITS_MIN_VALUE`. Fixes: #96
rut: Constant `RUT_DIGITS_MIN_VALUE` should be for the whole range of RUTs
- Added support for additional fields in the `RcvVentaCsvRowSchema` parser. - Updated `parse_rcv_venta_csv_file` to include all fields except `Nro`. - Updated data model `RvDetalleEntry` to handle additional fields. - Updated `_RcvCsvRowSchemaBase.preprocess` to set to `None` unset values in non-required fields Ref: https://app.shortcut.com/cordada/story/16111/
…reate-entrada-registro-ventas rcv: Enhance "RCV Ventas" CSV parsing and add schema fields
Release v0.52.0
|
jtrobles-cdd
approved these changes
Aug 28, 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: #865