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

Updated to dependencies to the latest versions #53

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

theo-dt
Copy link

@theo-dt theo-dt commented Jun 11, 2024

Description

I've updated the poetry dependencies to the latest versions

How has this been tested?

I've run make install, make training, make prediction and make test after updating the poetry lock

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes (make test-trigger and make test-all-components)
  • I have successfully run the E2E tests
  • I have updated any relevant documentation to reflect my changes

@theo-dt theo-dt requested a review from felix-datatonic June 11, 2024 14:21
components/pyproject.toml Outdated Show resolved Hide resolved
pipelines/pyproject.toml Outdated Show resolved Hide resolved
google-cloud-storage = "<2.13.0"
google-cloud-pipeline-components = "^2.1.0"
google-cloud-aiplatform = ">=1.54.1"
google-cloud-storage = "<2.17.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

@theo-dt there has been a bug which surfaced with a warning when triggering a pipeline job. so take care that this version is correct.

Copy link
Author

Choose a reason for hiding this comment

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

Where did you see that warning because I cant see a warning anywhere

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