Skip to content

chore: align .ort.yml format with ai-dial-quickapps-backend#89

Merged
ypldan merged 1 commit into
developmentfrom
chore/align-ort-config-format
May 21, 2026
Merged

chore: align .ort.yml format with ai-dial-quickapps-backend#89
ypldan merged 1 commit into
developmentfrom
chore/align-ort-config-format

Conversation

@ypldan
Copy link
Copy Markdown
Collaborator

@ypldan ypldan commented May 20, 2026

Description of changes

Align .ort.yml with the style used in ai-dial-quickapps-backend/.ort.yml:

  • Broaden version regex from exact pins (e.g. httpcore:1\.0\.9) to major-version match (httpcore:1\..*) so resolutions don't have to be retouched on every routine bump.
  • Standardize license-name comments (drop the "New or Revised" qualifier; give idna a real license attribution instead of "ORT cannot pick up license information").
  • Add the dev Poetry-group scope to the excludes list (the group exists in pyproject.toml but wasn't being excluded).

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Use broader major-version regex patterns instead of exact pinning so the
resolutions survive routine dependency bumps, standardize license-name
comments, add the missing dev scope exclude, and give idna a proper
license attribution.
@ypldan ypldan requested a review from adubovik as a code owner May 20, 2026 16:20
@ypldan ypldan requested review from andrii-novikov and removed request for adubovik May 21, 2026 08:11
@ypldan ypldan merged commit d93259f into development May 21, 2026
12 of 13 checks passed
@ypldan ypldan deleted the chore/align-ort-config-format branch May 21, 2026 08:56
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