Migrate to langchain >=0.1.0,<0.3 - #174
Open
ehsandaya1-blip wants to merge 1 commit into
Open
Conversation
- **langchain.schema.*, langchain.prompts.*, langchain.callbacks.base, langchain.output_parsers (base)** → `langchain_core.{messages,documents,prompts,callbacks,output_parsers,runnables}` (2 sites): Base abstractions moved to langchain-core.
Files touched: 1.
Deterministic rewrites from a machine-readable MigrationSpec for this upgrade, then a review pass on the semantic residue; every changed file was parsed and checked with pyflakes for new undefined names before this PR was prepared. No behaviour beyond the migration was touched: no reformatting, no import reordering, no unrelated code.
Happy to adjust anything — if the project deliberately pins the old major version, say so and I will close this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the project's use of
langchainfrom<0.1.0to>=0.1.0,<0.3, following the provider's migration guide (https://python.langchain.com/docs/versions/v0_2/).What changed
langchain_core.{messages,documents,prompts,callbacks,output_parsers,runnables}(2 sites): Base abstractions moved to langchain-core.Files touched: 1.
How this was produced
Deterministic rewrites from a machine-readable MigrationSpec for this upgrade, then a review pass on the semantic residue; every changed file was parsed and checked with pyflakes for new undefined names before this PR was prepared. No behaviour beyond the migration was touched: no reformatting, no import reordering, no unrelated code.
Happy to adjust anything — if the project deliberately pins the old major version, say so and I will close this.