-
Notifications
You must be signed in to change notification settings - Fork 11
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
Deploy release v0.33.0 #699
Commits on Sep 1, 2024
-
chore(deps): Bump pydantic from 2.7.2 to 2.8.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.2 to 2.8.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.2...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b91ac87 - Browse repository at this point
Copy the full SHA b91ac87View commit details
Commits on Sep 24, 2024
-
Merge pull request #689 from cordada/dependabot/pip/pydantic-2.8.2
chore(deps): Bump pydantic from 2.7.2 to 2.8.2
Configuration menu - View commit details
-
Copy full SHA for 8d2a475 - Browse repository at this point
Copy the full SHA 8d2a475View commit details -
chore(deps): Bump the development-dependencies group with 4 updates
Bumps the development-dependencies group with 4 updates in the / directory: [build](https://github.com/pypa/build), [mypy](https://github.com/python/mypy), [tox](https://github.com/tox-dev/tox) and [types-pytz](https://github.com/python/typeshed). Updates `build` from 1.0.3 to 1.2.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.0.3...1.2.2) Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.1...v1.11.2) Updates `tox` from 4.18.0 to 4.20.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.18.0...4.20.0) Updates `types-pytz` from 2024.1.0.20240417 to 2024.2.0.20240913 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: build dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: types-pytz dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 30323b5 - Browse repository at this point
Copy the full SHA 30323b5View commit details -
Merge pull request #694 from cordada/dependabot/pip/development-depen…
…dencies-1fb6770b20 chore(deps-dev): Bump the development-dependencies group across 1 directory with 4 updates
Configuration menu - View commit details
-
Copy full SHA for c9f80b7 - Browse repository at this point
Copy the full SHA c9f80b7View commit details -
chore(deps): Update
pydantic
from 2.8.2 to 2.9.2- [Software Repository](https://pypi.org/project/pydantic/2.9.2/) - [Release notes](https://github.com/pydantic/pydantic/releases/tag/v2.9.2) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.9.2/HISTORY.md#v292-2024-09-17) - [Commits](pydantic/pydantic@v2.8.2...v2.9.2)
Configuration menu - View commit details
-
Copy full SHA for 2da8340 - Browse repository at this point
Copy the full SHA 2da8340View commit details -
Merge pull request #695 from cordada/task/update-pydantic
deps: Update `pydantic` from 2.8.2 to 2.9.2
Configuration menu - View commit details
-
Copy full SHA for 31d4cdf - Browse repository at this point
Copy the full SHA 31d4cdfView commit details -
chore(deps): Bump cryptography from 42.0.8 to 43.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.8...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 931a61a - Browse repository at this point
Copy the full SHA 931a61aView commit details -
chore: load key and certificated from
pkcs12
- `cryptography` has deprecated the function `load_key_and_certificates_from_pkcs12` so, the certificated should load from `primitives.serialization.pkcs12`
Configuration menu - View commit details
-
Copy full SHA for 2ab23f6 - Browse repository at this point
Copy the full SHA 2ab23f6View commit details -
Merge pull request #693 from cordada/dependabot/pip/cryptography-43.0.1
chore(deps): Bump cryptography from 42.0.8 to 43.0.1
Configuration menu - View commit details
-
Copy full SHA for d3c0fd1 - Browse repository at this point
Copy the full SHA d3c0fd1View commit details -
feat(extras): Add Pydantic type for
Rut
- Add Pydantic type `cl_sii.extras.pydantic_types.Rut` that can be used in place of `cl_sii.rut.Rut` in Pydantic models and Pydantic data classes. - Add extra `pydantic` to Python package. Ref: https://app.shortcut.com/cordada/story/9729 [sc-9729]
Configuration menu - View commit details
-
Copy full SHA for 945ee65 - Browse repository at this point
Copy the full SHA 945ee65View commit details -
Merge pull request #696 from cordada/feature/add-pydantic-rut-field
extras: Add Pydantic type for `Rut`
Configuration menu - View commit details
-
Copy full SHA for d78423d - Browse repository at this point
Copy the full SHA d78423dView commit details -
chore: Bump the production-dependencies group with 2 updates
Bumps the production-dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/setup-python` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.1...v5.2.0) Updates `actions/upload-artifact` from 4.3.6 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.6...v4.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a8096db - Browse repository at this point
Copy the full SHA a8096dbView commit details -
Merge pull request #687 from cordada/dependabot/github_actions/produc…
…tion-dependencies-142643c1bf chore: Bump the production-dependencies group with 2 updates
Configuration menu - View commit details
-
Copy full SHA for 665346c - Browse repository at this point
Copy the full SHA 665346cView commit details -
fix(cte): Close file object in
f29.parse_datos_obj
Fix the following warning: > cl_sii/cte/f29/parse_datos_obj.py:31: > ResourceWarning: unclosed file > <_io.TextIOWrapper name='cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json' mode='r' encoding='UTF-8'> > CTE_F29_DATOS_OBJ_MISSING_KEY_FIXES: SiiCteF29DatosObjType = json.load(
Configuration menu - View commit details
-
Copy full SHA for e6a312f - Browse repository at this point
Copy the full SHA e6a312fView commit details -
Merge pull request #697 from cordada/bugfix/cte-python-warning
cte: Close file object in `f29.parse_datos_obj`
Configuration menu - View commit details
-
Copy full SHA for b886d6a - Browse repository at this point
Copy the full SHA b886d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f55e6 - Browse repository at this point
Copy the full SHA f3f55e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e74d0 - Browse repository at this point
Copy the full SHA b2e74d0View commit details -
Merge pull request #698 from cordada/release/v0.33.0
Release v0.33.0
Configuration menu - View commit details
-
Copy full SHA for c8d922b - Browse repository at this point
Copy the full SHA c8d922bView commit details