-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
chore(airbyte-ci): deps update #42583
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
airbyte-connectors-base-images = {path = "../base_images", develop = true} | ||
connector-ops = {path = "../connector_ops", develop = true} | ||
airbyte-connectors-base-images = { path = "../base_images", develop = true } | ||
connector-ops = { path = "../connector_ops", develop = true } | ||
toml = "^0.10.2" | ||
types-requests = "^2.31" | ||
sentry-sdk = "^1.28.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should've upgraded Sentry too tbh. Felt lazy, I will merge this on green CI and upgrade Sentry separately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks sane ✅
What
Automerge on.
This one is a bit more scary as internal usage is higher, and there are some major version bumps. But, this does NOT change our
pyproject.toml
deps, so it's within our lock constraints.