Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Bump pipeline version #758

Merged
merged 1 commit into from
Oct 16, 2024
Merged

fix: Bump pipeline version #758

merged 1 commit into from
Oct 16, 2024

Conversation

alarthast
Copy link
Contributor

@alarthast alarthast commented Oct 11, 2024

@alarthast alarthast force-pushed the bump-pipeline branch 2 times, most recently from a12c738 to f9dfe63 Compare October 14, 2024 11:11
@alarthast alarthast marked this pull request as ready for review October 14, 2024 11:12
pyproject.toml Outdated
@@ -14,7 +14,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"opensafely-pipeline @ git+https://github.com/opensafely-core/[email protected].08.124104",
"opensafely-pipeline[fastparser] @ git+https://github.com/opensafely-core/[email protected].11.170331",
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah sorry, confusingly job-runner can't depend on the fastparser extra because it ends up vendored inside opensafely-cli and we can't vendor compiled dependencies. This is part of the Gordian knot we trying to cut by switching to uv.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it, I will switch it back :)

Copy link
Member

Choose a reason for hiding this comment

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

We can't hard depend on it for the above reason, but we could add it to the job-runner-dependencies so we get the benefit in job-runner in prod.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah yeah, I hadn't thought of that.

@alarthast alarthast merged commit 04847b8 into main Oct 16, 2024
20 checks passed
@alarthast alarthast deleted the bump-pipeline branch October 16, 2024 11:51
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