Skip to content

Migrate to langchain >=0.1.0,<0.3 - #174

Open
ehsandaya1-blip wants to merge 1 commit into
shroominic:mainfrom
ehsandaya1-blip:relay/langchain-0.1.0
Open

Migrate to langchain >=0.1.0,<0.3#174
ehsandaya1-blip wants to merge 1 commit into
shroominic:mainfrom
ehsandaya1-blip:relay/langchain-0.1.0

Conversation

@ehsandaya1-blip

Copy link
Copy Markdown

This updates the project's use of langchain from <0.1.0 to >=0.1.0,<0.3, following the provider's migration guide (https://python.langchain.com/docs/versions/v0_2/).

What changed

  • 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.

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.

- **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.
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