Please publish releases for all components affected by the Redis caching feature #943

Closed
opened 2026-02-20 17:42:28 -05:00 by yindo · 0 comments
Owner

Originally created by @sarahec on GitHub (Aug 26, 2025).

Originally assigned to: @casparb on GitHub.

Checked other resources

  • This is a bug, not a usage question. For questions, please use the LangChain Forum (https://forum.langchain.com/).
  • I added a clear and detailed title that summarizes the issue.
  • I read what a minimal reproducible example is (https://stackoverflow.com/help/minimal-reproducible-example).
  • I included a self-contained, minimal example that demonstrates the issue INCLUDING all the relevant imports. The code run AS IS to reproduce the issue.

Example Code

n/a

Error Message and Stack Trace (if applicable)

ImportError while loading conftest '/build/source/libs/langgraph/tests/conftest.py'.
tests/conftest.py:11: in 
    from langgraph.cache.redis import RedisCache
E   ModuleNotFoundError: No module named 'langgraph.cache.redis'

Description

  • #5834 added a Redis cache (defined in libs/checkpoint/langgraph/cache/redis) and referenced from libs/langgraph/tests/conftest.py among other places.
  • When building langgraph @ 0.6.6 for nixpkgs it cannot find the redis cache code when initializing tests.
  • The missing code is nominally in langgraph-checkpoint which hasn't shipped an update lately.

System Info

Attempting to build langgraph @ 0.6.6 with langgraph-checkpoint @ 2.1.1. (latest, last released July 17)

Originally created by @sarahec on GitHub (Aug 26, 2025). Originally assigned to: @casparb on GitHub. ### Checked other resources - [x] This is a bug, not a usage question. For questions, please use the LangChain Forum (https://forum.langchain.com/). - [x] I added a clear and detailed title that summarizes the issue. - [x] I read what a minimal reproducible example is (https://stackoverflow.com/help/minimal-reproducible-example). - [x] I included a self-contained, minimal example that demonstrates the issue INCLUDING all the relevant imports. The code run AS IS to reproduce the issue. ### Example Code ```python n/a ``` ### Error Message and Stack Trace (if applicable) ```shell ImportError while loading conftest '/build/source/libs/langgraph/tests/conftest.py'. tests/conftest.py:11: in from langgraph.cache.redis import RedisCache E ModuleNotFoundError: No module named 'langgraph.cache.redis' ``` ### Description * #5834 added a Redis cache (defined in `libs/checkpoint/langgraph/cache/redis`) and referenced from [libs/langgraph/tests/conftest.py](https://github.com/langchain-ai/langgraph/pull/5834/files#diff-93aa421d7bafbaea8f2efd6e83fa700c800bf52259d90981c29bd484f7c554fb) among other places. * When building langgraph @ 0.6.6 for nixpkgs it cannot find the redis cache code when initializing tests. * The missing code is nominally in `langgraph-checkpoint` which hasn't shipped an update lately. ### System Info Attempting to build langgraph @ 0.6.6 with langgraph-checkpoint @ [2.1.1](https://github.com/langchain-ai/langgraph/releases/tag/checkpoint%3D%3D2.1.1). (latest, last released July 17)
yindo added the bugpending labels 2026-02-20 17:42:28 -05:00
yindo closed this issue 2026-02-20 17:42:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#943