Skip to content
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

Merged
merged 18 commits into from
Sep 24, 2024
Merged

Deploy release v0.33.0 #699

merged 18 commits into from
Sep 24, 2024

Commits on Sep 1, 2024

  1. 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>
    dependabot[bot] authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    b91ac87 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge pull request #689 from cordada/dependabot/pip/pydantic-2.8.2

    chore(deps): Bump pydantic from 2.7.2 to 2.8.2
    jtrobles-cdd authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8d2a475 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored and jtrobles-cdd committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    30323b5 View commit details
    Browse the repository at this point in the history
  3. 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
    jtrobles-cdd authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c9f80b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2da8340 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #695 from cordada/task/update-pydantic

    deps: Update `pydantic` from 2.8.2 to 2.9.2
    jtrobles-cdd authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    31d4cdf View commit details
    Browse the repository at this point in the history
  6. 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>
    dependabot[bot] authored and svillegas-cdd committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    931a61a View commit details
    Browse the repository at this point in the history
  7. 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`
    svillegas-cdd committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2ab23f6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #693 from cordada/dependabot/pip/cryptography-43.0.1

    chore(deps): Bump cryptography from 42.0.8 to 43.0.1
    svillegas-cdd authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d3c0fd1 View commit details
    Browse the repository at this point in the history
  9. 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]
    jtrobles-cdd committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    945ee65 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #696 from cordada/feature/add-pydantic-rut-field

    extras: Add Pydantic type for `Rut`
    jtrobles-cdd authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d78423d View commit details
    Browse the repository at this point in the history
  11. 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>
    dependabot[bot] authored and jtrobles-cdd committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a8096db View commit details
    Browse the repository at this point in the history
  12. Merge pull request #687 from cordada/dependabot/github_actions/produc…

    …tion-dependencies-142643c1bf
    
    chore: Bump the production-dependencies group with 2 updates
    jtrobles-cdd authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    665346c View commit details
    Browse the repository at this point in the history
  13. 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(
    jtrobles-cdd committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e6a312f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #697 from cordada/bugfix/cte-python-warning

    cte: Close file object in `f29.parse_datos_obj`
    jtrobles-cdd authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b886d6a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f3f55e6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b2e74d0 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #698 from cordada/release/v0.33.0

    Release v0.33.0
    svillegas-cdd authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c8d922b View commit details
    Browse the repository at this point in the history