Skip to content

Feature/upgrade to 0.3.0#25

Merged
costezki merged 2 commits intodevelopfrom
feature/upgrade-to-0.3.0
Apr 2, 2026
Merged

Feature/upgrade to 0.3.0#25
costezki merged 2 commits intodevelopfrom
feature/upgrade-to-0.3.0

Conversation

@costezki
Copy link
Copy Markdown

@costezki costezki commented Apr 2, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 2, 2026 20:56
@costezki costezki merged commit ccfcba0 into develop Apr 2, 2026
2 checks passed
Copy link
Copy Markdown

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 the ers-spec dependency source to use the meaningfy-ws/entity-resolution-spec Git repository (tracking develop), aligning the project with the ers-spec 0.3.0 line reflected in the lockfile.

Changes:

  • Switched ers-spec Git URL from OP-TED to meaningfy-ws in pyproject.toml.
  • Regenerated poetry.lock to reflect the new Git source and resolved commit.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Updates ers-spec Git dependency URL to the meaningfy-ws repository.
poetry.lock Updates the locked Git source URL and resolved_reference for ers-spec.

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

Comment thread pyproject.toml

# TODO: should we have a registry?
ers-spec = { git = "https://github.com/OP-TED/entity-resolution-spec.git", branch = "develop" }
ers-spec = { git = "https://github.com/meaningfy-ws/entity-resolution-spec.git", branch = "develop" }
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The ers-spec dependency is pinned to a moving develop branch. That makes installs non-reproducible (the same commit of this repo could resolve to different ers-spec code over time, especially when the lockfile isn’t used). Prefer pinning to an immutable reference (tag/version) or a specific commit rev and update the lock accordingly.

Suggested change
ers-spec = { git = "https://github.com/meaningfy-ws/entity-resolution-spec.git", branch = "develop" }
ers-spec = { git = "https://github.com/meaningfy-ws/entity-resolution-spec.git", rev = "CURRENT_ERS_SPEC_COMMIT_SHA" }

Copilot uses AI. Check for mistakes.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 2, 2026

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