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