Skip to content

Migrate away from deprecated langchain-community dependency #236

Description

@olex-snk

Description:
Context:
On June 19, 2026, the langchain-community repository was officially archived by its owner, marking it as deprecated.

The Issue:
Currently, langchain-google-spanner-python relies on langchain-community as a dependency. Continuing to use an archived package presents long-term maintainability and security risks, and prevents us from receiving upstream bug fixes.

Action Required:

Identify all modules and imports currently relying on langchain-community.

Migrate these implementations to use the appropriate replacements (e.g., langchain-core, direct package integrations, or moving necessary integrations in-house).

Remove langchain-community from our dependency tree (pyproject.toml, requirements.txt, etc.).

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the googleapis/langchain-google-spanner-python API.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions