Skip to content

Conversation

@svillegas-cdd
Copy link
Contributor

Ref: #723

jtrobles-cdd and others added 11 commits October 10, 2024 19:33
`Rut.__init__()` is able to accept values of type `Rut` by converting
them to `str`, so a more appropriate type annotation for `value` is
`str | Rut` instead of just `str`.
This method is useful when we want to validate the DV of a `Rut` that
was instantiated with `validate_dv=False`.
rut: Improve type annotation; Add method to validate DV
Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16.
- [Commits](django/django@4.2.15...4.2.16)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): Bump django from 4.2.15 to 4.2.16
The regular expression used to validate RUTs in `_RutPydanticAnnotation`
results in Pydantic generating an invalid JSON Schema because the
regex uses named groups, which are not supported by the JavaScript
regular expression syntax used by JSON Schema (and OpenAPI).
…regex

extras: Pydantic `Rut` type regex is not compliant with JSON Schema
@svillegas-cdd svillegas-cdd added task Task or chore kind: deploy Deployment labels Oct 25, 2024
@svillegas-cdd svillegas-cdd self-assigned this Oct 25, 2024
@svillegas-cdd svillegas-cdd requested a review from a team as a code owner October 25, 2024 15:26
@sonarqubecloud
Copy link

@svillegas-cdd svillegas-cdd merged commit e082f92 into master Oct 25, 2024
32 checks passed
@svillegas-cdd svillegas-cdd deleted the deploy/v0.37.0 branch October 25, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: deploy Deployment task Task or chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants