Skip to content

chore(deps): update dependency langchain-google-vertexai to v2 #12593

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

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
langchain-google-vertexai ==1.0.6 -> ==2.0.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners September 14, 2024 01:52
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 14, 2024
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Sep 14, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 14, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 14, 2024
@davidcavazos
Copy link
Contributor

On Python 3.11

The conflict is caused by:
    The user requested langchain-core==0.2.11
    langchain-google-vertexai 2.0.0 depends on langchain-core<0.4 and >=0.3.0

We'll need to update langchain-core as well.


On Python 3.8

ERROR: Could not find a version that satisfies the requirement langchain-google-vertexai==2.0.0 (from versions: 0.0.1rc0, 0.0.1, 0.0.1.post1, 0.0.2, 0.0.3, 0.0.5, 0.0.6rc0, 0.0.6, 0.0.7, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10)
ERROR: No matching distribution found for langchain-google-vertexai==2.0.0

We'll need a version conditional for Python < 3.x (not sure what's the latest version supported for v2.0.0)

Copy link
Contributor

@davidcavazos davidcavazos left a comment

Choose a reason for hiding this comment

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

langchain-google-vertexai already depends on langchain-core, so this is a redundant dependency.

https://github.com/langchain-ai/langchain-google/blob/6568ca6e074cb286a5d41fd2f308e5c5a6ef5063/libs/vertexai/pyproject.toml#L15

@davidcavazos davidcavazos requested a review from a team as a code owner December 2, 2024 22:54
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Dec 2, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 2, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 2, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 2, 2024
@davidcavazos
Copy link
Contributor

This requirements file no longer exists.

Copy link

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-bot renovate-bot deleted the renovate/langchain-google-vertexai-2.x branch December 2, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
owlbot:run Add this label to trigger the Owlbot post processor. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants