Skip to content

Conversation

@heliocastro
Copy link
Owner

No description provided.

Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
@heliocastro heliocastro self-assigned this Nov 6, 2025
Copilot AI review requested due to automatic review settings November 6, 2025 15:28
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates dependencies and adds new functionality for source code origin tracking in ORT repository configurations. The changes include bumping multiple Python packages to their latest versions and introducing a new SourceCodeOrigin enum with corresponding model field updates.

  • Dependency updates for argcomplete, datamodel-code-generator, filelock, idna, iniconfig, platformdirs, pydantic, pydantic-core, pyrefly, pytokens, ruff, tomli, and virtualenv
  • New SourceCodeOrigin enum to represent VCS or ARTIFACT source types
  • Extended package curation model with new fields: source_code_origins and labels, plus reordered fields purl and cpe

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
uv.lock Updates multiple dependencies to newer versions, including major version bumps for pydantic (2.11.10 → 2.12.4), pydantic-core (2.33.2 → 2.41.5), pyrefly (0.35.0 → 0.40.0), pytokens (0.1.10 → 0.3.0), ruff (0.13.3 → 0.14.3), and tomli (2.2.1 → 2.3.0)
src/ort/models/source_code_origin.py Introduces new enum for representing source code origin types (VCS/ARTIFACT)
src/ort/models/repository_configuration.py Adds import for SourceCodeOrigin, reorders fields, and adds new fields with default_factory for dict types
schemas/curations-schema.json New JSON schema file defining the complete ORT repository configuration structure including the new SourceCodeOrigin enum
pyproject.toml Bumps project version to 0.2.0 and updates minimum dependency versions to match uv.lock
.pre-commit-config.yaml Updates pre-commit hook versions for ruff, conventional-pre-commit, and uv

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@heliocastro heliocastro merged commit 01604b7 into main Nov 6, 2025
11 checks passed
@heliocastro heliocastro deleted the test/labels branch November 6, 2025 15:31
heliocastro added a commit that referenced this pull request Nov 6, 2025
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
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.

2 participants