-
Notifications
You must be signed in to change notification settings - Fork 5
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
poetry.lock is out of sync with pyproject.toml #125
Comments
Worth figuring out if we can bump poetry in CI to 1.8+ then. Poetry.lock mismatch no bueno. |
I think that wraps it up - thanks again for the contributions, @arr-ee! cc @natikgadzhi (fyi, this is now closed+resolved) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fresh checkout of the repo fails during dependencies installation:
#105 appears to be the culprit, which sort of makes sense given its scope.
Curiously, CI did not catch this since lock file de-sync only became an error in 1.8.0, and CI is running 1.7.1, so it moves along on cached dependencies: https://github.com/airbytehq/airbyte-python-cdk/actions/runs/12170943912/job/33946917673#step:5:13
I will open a PR to re-sync
poetry.lock
(luckily it's just a bunch of packages that are no longer dependencies); let me know if you'd like me to also bump poetry requirements for CI and devenv, or introduce some other way of catching this in the future.The text was updated successfully, but these errors were encountered: