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

Update dependency langchain #38

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Update dependency langchain #38

merged 1 commit into from
Oct 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
langchain ^0.0.323 -> ^0.0.326 age adoption passing confidence
langchain ^0.0.173 -> ^0.0.176 age adoption passing confidence

Release Notes

langchain-ai/langchain (langchain)

v0.0.326

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain@v0.0.325...v0.0.326

v0.0.325

Compare Source

What's Changed

New Contributors

CVEs

CVE-2023-39659 resolved in https://github.com/langchain-ai/langchain/pull/12427

Full Changelog: langchain-ai/langchain@v0.0.324...v0.0.325

v0.0.324

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain@v0.0.323...v0.0.324

langchain-ai/langchainjs (langchain)

v0.0.176

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.175...0.0.176

v0.0.175

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.174...0.0.175

v0.0.174

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.173...0.0.174


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: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
autoblocks-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2023 1:17am

@review-agent-prime
Copy link

The changes in this PR mainly involve updating the version of langchain in multiple files. This is a straightforward change and doesn't seem to introduce any issues. However, there are a few things to consider:

  1. Make sure that the new version of langchain is compatible with the rest of your dependencies. If there are any breaking changes in the new version, you might need to update your code or other dependencies accordingly.

  2. It's good practice to keep your dependencies up to date, but be aware that updating a dependency can sometimes introduce bugs if the new version has changes that aren't compatible with your code. Always test your code thoroughly after updating a dependency.

  3. In the package-lock.json file, a new dependency convex has been added. Ensure that this new dependency is necessary and doesn't introduce any vulnerabilities into your project.

  4. In the package.json and pyproject.toml files, only the langchain version is updated. If there are other dependencies that also need to be updated, consider doing so in this PR to keep all dependencies up to date.

  5. Lastly, ensure that the updated langchain version is available and correctly published in the npm and Python package registry. If the version is not correctly published, the build might fail.
    The changes in the PR look good overall. However, there are a few points that could be improved:

  6. It seems like the version of langchain and langsmith packages are being updated. Please ensure that the new versions are compatible with the rest of the codebase and that they don't introduce any breaking changes.

  7. The extended-testing package list has been updated. Please make sure that all the added packages are necessary for testing and that they don't introduce unnecessary dependencies.

  8. The PyYAML package has been updated with many different versions for different platforms. Please ensure that these versions are necessary and compatible with the rest of the codebase.

  9. The `requests

@nicolewhite nicolewhite merged commit e94bac8 into main Oct 31, 2023
18 checks passed
@nicolewhite nicolewhite deleted the renovate/langchain-0.x branch October 31, 2023 01:19
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.

1 participant