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 to ^0.0.175 #37

Merged
merged 3 commits into from
Oct 31, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
langchain ^0.0.165 -> ^0.0.175 age adoption passing confidence

Release Notes

langchain-ai/langchainjs (langchain)

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

v0.0.173

Compare Source

What's Changed

New Contributors

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

v0.0.172

Compare Source

What's Changed

Full Changelog: langchain-ai/langchainjs@0.0.171...0.0.172

v0.0.171

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.170...0.0.171

v0.0.170

Compare Source

What's Changed
New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.169...0.0.170

v0.0.169

Compare Source

What's Changed
New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.168...0.0.169

v0.0.168

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.167...0.0.168

v0.0.167

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.166...0.0.167

v0.0.166

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.165...0.0.166


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.

🔕 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 has been generated by Mend Renovate. View repository job log here.

@review-agent-prime
Copy link
Contributor

The changes in the PR seem to be updating the version of the langchain package from ^0.0.165 to ^0.0.175. This is generally a good practice to keep dependencies up-to-date. However, it's important to ensure that this update doesn't introduce any breaking changes or incompatibilities with the existing codebase.

If the update is tested and working fine, then there's no issue with this change. If not, I would suggest testing the application thoroughly after this update. If any issues are found, they should be fixed before merging this PR.

Also, it's a good practice to keep all the dependencies up-to-date. I noticed that some other packages like jest, typescript, eslint, etc. are not the latest versions. If possible, consider updating these as well, but remember to test thoroughly after updating.

Here's how you can update the jest and typescript packages:

"jest": "^29.6.2",
- "langchain": "^0.0.165",
+ "langchain": "^0.0.175",
"lint-staged": "^13.2.3",
"openai": "^4.11.1",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
- "typescript": "^5.1.6"
+ "typescript": "^5.2.0"

Remember to run npm install after updating the package.json file to install the updated packages.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 30, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@nicolewhite nicolewhite merged commit 6bd900d into main Oct 31, 2023
3 checks passed
@nicolewhite nicolewhite deleted the renovate/langchain-0.x branch October 31, 2023 00:36
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