Skip to content

Release v09 - #108

Merged
stevenhsd merged 25 commits into
mainfrom
release_v09
Aug 12, 2026
Merged

Release v09#108
stevenhsd merged 25 commits into
mainfrom
release_v09

Conversation

@georgeRobertson

Copy link
Copy Markdown
Contributor

TLDR of changes

Upgrade DVE to run on Pydantic V2. Full list of original upgrade here -> #107

Still some reviews and regression tests required before merging this into a stable release. Docs also need updating following these changes.

What kind of changes does this PR introduce?

Tick all that apply

  • fix: A bug fix. Correlates with PATCH in SemVer
  • feat: A new feature. Correlates with MINOR in SemVer
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing or correcting existing tests
  • build: Changes that affect the build system or external dependencies (example scopes: pip, docker, npm)
  • ci: Changes to CI configuration files and scripts (example scopes: GitLabCI)

Please check if the PR fulfills these requirements

  • I have read and followed the Contributing guidance
  • Docs have been added / updated
  • Tests and Linting in the CI are passing
  • Changes have been reviewed and approved by a Project Maintainer

georgeRobertson2 and others added 24 commits May 27, 2026 17:27
* build: uplift pydantic to v2

* style: formatting, linting fixes and additional testing on audit record
…ependencies (#110)

added `min-release-age` argument to poetry.toml to ensure dependencies are at least 10 days old before upgrading. This was made available in poetry v2.4
…of 'simple' types

added some more tests around is complex and stringify model to ensure functionality is working
This was causing custom type objects in the dischema to become unmandatory despite being lists in the mandatory_fields section
…pydantic_v2_release

Fix/gr regression fixes post pydantic v2 release
* fix: fix alphanumeric and identifier type
@georgeRobertson
georgeRobertson marked this pull request as ready for review August 12, 2026 10:24
@sonarqubecloud

Copy link
Copy Markdown

@stevenhsd
stevenhsd merged commit c896f98 into main Aug 12, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants