ERROR: extension "vector" is not available #420

Closed
opened 2026-02-20 17:40:01 -05:00 by yindo · 1 comment
Owner

Originally created by @daflood on GitHub (Jan 23, 2025).

Checked other resources

  • This is a bug, not a usage question. For questions, please use GitHub Discussions.
  • 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

langgraph up

Error Message and Stack Trace (if applicable)

Starting LangGraph API server...
For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Cloud closed beta.
For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY.
| Starting...#0 building with "desktop-linux" instance using docker driver

#1 [langgraph-api internal] load build definition from Dockerfile
#1 transferring dockerfile: 541B done
#1 DONE 0.0s

#2 [langgraph-api internal] load metadata for docker.io/langchain/langgraph-api:3.11
#2 DONE 0.0s

#3 [langgraph-api internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [langgraph-api internal] load build context
#4 DONE 0.0s

#5 [langgraph-api 1/4] FROM docker.io/langchain/langgraph-api:3.11@sha256:f8a020d5d61fa4b19f276b635542b25faea7d71239a903ffca3e729b34a2aea8
#5 resolve docker.io/langchain/langgraph-api:3.11@sha256:f8a020d5d61fa4b19f276b635542b25faea7d71239a903ffca3e729b34a2aea8
#5 ...

#6 [langgraph-api auth] langchain/langgraph-api:pull token for registry-1.docker.io
#6 DONE 0.0s

#5 [langgraph-api 1/4] FROM docker.io/langchain/langgraph-api:3.11@sha256:f8a020d5d61fa4b19f276b635542b25faea7d71239a903ffca3e729b34a2aea8
#5 resolve docker.io/langchain/langgraph-api:3.11@sha256:f8a020d5d61fa4b19f276b635542b25faea7d71239a903ffca3e729b34a2aea8 0.8s done
#5 DONE 0.8s

#5 [langgraph-api 1/4] FROM docker.io/langchain/langgraph-api:3.11@sha256:f8a020d5d61fa4b19f276b635542b25faea7d71239a903ffca3e729b34a2aea8
#5 DONE 0.9s

#4 [langgraph-api internal] load build context
#4 transferring context: 283.50kB 0.1s done
#4 DONE 0.1s

#7 [langgraph-api 2/4] ADD . /deps/memory-template-fablr
#7 DONE 0.5s

#8 [langgraph-api 3/4] RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -e /deps/*
#8 0.240 Obtaining file:///deps/memory-template-fablr
#8 0.242   Installing build dependencies: started
#8 1.178   Installing build dependencies: finished with status 'done'
#8 1.179   Checking if build backend supports build_editable: started
#8 1.238   Checking if build backend supports build_editable: finished with status 'done'
#8 1.238   Getting requirements to build editable: started
#8 1.333   Getting requirements to build editable: finished with status 'done'
#8 1.334   Preparing editable metadata (pyproject.toml): started
#8 1.421   Preparing editable metadata (pyproject.toml): finished with status 'done'
#8 1.433 Requirement already satisfied: langgraph<0.3.0,>=0.2.53 in /usr/local/lib/python3.11/site-packages (from memory-graph==0.0.1) (0.2.66)
#8 1.433 Requirement already satisfied: langgraph-checkpoint>=2.0.8 in /usr/local/lib/python3.11/site-packages (from memory-graph==0.0.1) (2.0.10)
#8 1.499 Collecting langchain-openai>=0.2.1 (from memory-graph==0.0.1)
#8 1.574   Downloading langchain_openai-0.3.1-py3-none-any.whl.metadata (2.7 kB)
#8 1.596 Collecting langchain-anthropic>=0.2.1 (from memory-graph==0.0.1)
#8 1.614   Downloading langchain_anthropic-0.3.3-py3-none-any.whl.metadata (2.3 kB)
#8 1.700 Collecting langchain>=0.3.8 (from memory-graph==0.0.1)
#8 1.719   Downloading langchain-0.3.15-py3-none-any.whl.metadata (7.1 kB)
#8 1.736 Collecting python-dotenv>=1.0.1 (from memory-graph==0.0.1)
#8 1.753   Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
#8 1.762 Requirement already satisfied: langgraph-sdk>=0.1.40 in /usr/local/lib/python3.11/site-packages (from memory-graph==0.0.1) (0.1.51)
#8 1.780 Collecting trustcall>=0.0.21 (from memory-graph==0.0.1)
#8 1.799   Downloading trustcall-0.0.28-py3-none-any.whl.metadata (29 kB)
#8 1.812 Requirement already satisfied: PyYAML>=5.3 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (6.0.2)
#8 1.954 Collecting SQLAlchemy<3,>=1.4 (from langchain>=0.3.8->memory-graph==0.0.1)
#8 1.975   Downloading SQLAlchemy-2.0.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.6 kB)
#8 2.139 Collecting aiohttp<4.0.0,>=3.8.3 (from langchain>=0.3.8->memory-graph==0.0.1)
#8 2.158   Downloading aiohttp-3.11.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB)
#8 2.160 Requirement already satisfied: langchain-core<0.4.0,>=0.3.31 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (0.3.31)
#8 2.174 Collecting langchain-text-splitters<0.4.0,>=0.3.3 (from langchain>=0.3.8->memory-graph==0.0.1)
#8 2.194   Downloading langchain_text_splitters-0.3.5-py3-none-any.whl.metadata (2.3 kB)
#8 2.195 Requirement already satisfied: langsmith<0.4,>=0.1.17 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (0.3.1)
#8 2.287 Collecting numpy<2,>=1.22.4 (from langchain>=0.3.8->memory-graph==0.0.1)
#8 2.306   Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (62 kB)
#8 2.315      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 kB 8.6 MB/s eta 0:00:00
#8 2.321 Requirement already satisfied: pydantic<3.0.0,>=2.7.4 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (2.10.5)
#8 2.321 Requirement already satisfied: requests<3,>=2 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (2.32.3)
#8 2.322 Requirement already satisfied: tenacity!=8.4.0,<10,>=8.1.0 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (9.0.0)
#8 2.348 Collecting anthropic<1,>=0.41.0 (from langchain-anthropic>=0.2.1->memory-graph==0.0.1)
#8 2.366   Downloading anthropic-0.44.0-py3-none-any.whl.metadata (23 kB)
#8 2.382 Collecting defusedxml<0.8.0,>=0.7.1 (from langchain-anthropic>=0.2.1->memory-graph==0.0.1)
#8 2.402   Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
#8 2.444 Collecting openai<2.0.0,>=1.58.1 (from langchain-openai>=0.2.1->memory-graph==0.0.1)
#8 2.461   Downloading openai-1.60.0-py3-none-any.whl.metadata (27 kB)
#8 2.485 Collecting tiktoken<1,>=0.7 (from langchain-openai>=0.2.1->memory-graph==0.0.1)
#8 2.507   Downloading tiktoken-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.6 kB)
#8 2.514 Requirement already satisfied: msgpack<2.0.0,>=1.1.0 in /usr/local/lib/python3.11/site-packages (from langgraph-checkpoint>=2.0.8->memory-graph==0.0.1) (1.1.0)
#8 2.516 Requirement already satisfied: httpx>=0.25.2 in /usr/local/lib/python3.11/site-packages (from langgraph-sdk>=0.1.40->memory-graph==0.0.1) (0.28.1)
#8 2.517 Requirement already satisfied: orjson>=3.10.1 in /usr/local/lib/python3.11/site-packages (from langgraph-sdk>=0.1.40->memory-graph==0.0.1) (3.10.15)
#8 2.602 Collecting dydantic<1.0.0,>=0.0.7 (from trustcall>=0.0.21->memory-graph==0.0.1)
#8 2.625   Downloading dydantic-0.0.7-py3-none-any.whl.metadata (3.6 kB)
#8 2.626 Requirement already satisfied: jsonpatch<2.0,>=1.33 in /usr/local/lib/python3.11/site-packages (from trustcall>=0.0.21->memory-graph==0.0.1) (1.33)
#8 2.651 Collecting aiohappyeyeballs>=2.3.0 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1)
#8 2.669   Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl.metadata (6.1 kB)
#8 2.687 Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1)
#8 2.707   Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB)
#8 2.727 Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1)
#8 2.746   Downloading attrs-24.3.0-py3-none-any.whl.metadata (11 kB)
#8 2.785 Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1)
#8 2.804   Downloading frozenlist-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (13 kB)
#8 2.883 Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1)
#8 2.901   Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.0 kB)
#8 2.924 Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1)
#8 2.944   Downloading propcache-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.2 kB)
#8 3.080 Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1)
#8 3.098   Downloading yarl-1.18.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (69 kB)
#8 3.102      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.2/69.2 kB 21.0 MB/s eta 0:00:00
#8 3.108 Requirement already satisfied: anyio<5,>=3.5.0 in /usr/local/lib/python3.11/site-packages (from anthropic<1,>=0.41.0->langchain-anthropic>=0.2.1->memory-graph==0.0.1) (4.8.0)
#8 3.126 Collecting distro<2,>=1.7.0 (from anthropic<1,>=0.41.0->langchain-anthropic>=0.2.1->memory-graph==0.0.1)
#8 3.142   Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
#8 3.174 Collecting jiter<1,>=0.4.0 (from anthropic<1,>=0.41.0->langchain-anthropic>=0.2.1->memory-graph==0.0.1)
#8 3.192   Downloading jiter-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.2 kB)
#8 3.194 Requirement already satisfied: sniffio in /usr/local/lib/python3.11/site-packages (from anthropic<1,>=0.41.0->langchain-anthropic>=0.2.1->memory-graph==0.0.1) (1.3.1)
#8 3.194 Requirement already satisfied: typing-extensions<5,>=4.10 in /usr/local/lib/python3.11/site-packages (from anthropic<1,>=0.41.0->langchain-anthropic>=0.2.1->memory-graph==0.0.1) (4.12.2)
#8 3.202 Requirement already satisfied: certifi in /usr/local/lib/python3.11/site-packages (from httpx>=0.25.2->langgraph-sdk>=0.1.40->memory-graph==0.0.1) (2024.12.14)
#8 3.203 Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.11/site-packages (from httpx>=0.25.2->langgraph-sdk>=0.1.40->memory-graph==0.0.1) (1.0.7)
#8 3.203 Requirement already satisfied: idna in /usr/local/lib/python3.11/site-packages (from httpx>=0.25.2->langgraph-sdk>=0.1.40->memory-graph==0.0.1) (3.10)
#8 3.206 Requirement already satisfied: h11<0.15,>=0.13 in /usr/local/lib/python3.11/site-packages (from httpcore==1.*->httpx>=0.25.2->langgraph-sdk>=0.1.40->memory-graph==0.0.1) (0.14.0)
#8 3.208 Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/site-packages (from jsonpatch<2.0,>=1.33->trustcall>=0.0.21->memory-graph==0.0.1) (3.0.0)
#8 3.211 Requirement already satisfied: packaging<25,>=23.2 in /usr/local/lib/python3.11/site-packages (from langchain-core<0.4.0,>=0.3.31->langchain>=0.3.8->memory-graph==0.0.1) (24.2)
#8 3.219 Requirement already satisfied: requests-toolbelt<2.0.0,>=1.0.0 in /usr/local/lib/python3.11/site-packages (from langsmith<0.4,>=0.1.17->langchain>=0.3.8->memory-graph==0.0.1) (1.0.0)
#8 3.220 Requirement already satisfied: zstandard<0.24.0,>=0.23.0 in /usr/local/lib/python3.11/site-packages (from langsmith<0.4,>=0.1.17->langchain>=0.3.8->memory-graph==0.0.1) (0.23.0)
#8 3.255 Collecting tqdm>4 (from openai<2.0.0,>=1.58.1->langchain-openai>=0.2.1->memory-graph==0.0.1)
#8 3.273   Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB)
#8 3.276      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/57.7 kB 38.1 MB/s eta 0:00:00
#8 3.284 Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.11/site-packages (from pydantic<3.0.0,>=2.7.4->langchain>=0.3.8->memory-graph==0.0.1) (0.7.0)
#8 3.284 Requirement already satisfied: pydantic-core==2.27.2 in /usr/local/lib/python3.11/site-packages (from pydantic<3.0.0,>=2.7.4->langchain>=0.3.8->memory-graph==0.0.1) (2.27.2)
#8 3.292 Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/site-packages (from requests<3,>=2->langchain>=0.3.8->memory-graph==0.0.1) (3.4.1)
#8 3.293 Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/site-packages (from requests<3,>=2->langchain>=0.3.8->memory-graph==0.0.1) (2.3.0)
#8 3.393 Collecting greenlet!=0.4.17 (from SQLAlchemy<3,>=1.4->langchain>=0.3.8->memory-graph==0.0.1)
#8 3.412   Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.8 kB)
#8 3.547 Collecting regex>=2022.1.18 (from tiktoken<1,>=0.7->langchain-openai>=0.2.1->memory-graph==0.0.1)
#8 3.566   Downloading regex-2024.11.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (40 kB)
#8 3.569      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 kB 14.8 MB/s eta 0:00:00
#8 3.669 Downloading langchain-0.3.15-py3-none-any.whl (1.0 MB)
#8 3.715    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 23.2 MB/s eta 0:00:00
#8 3.734 Downloading langchain_anthropic-0.3.3-py3-none-any.whl (22 kB)
#8 3.754 Downloading langchain_openai-0.3.1-py3-none-any.whl (54 kB)
#8 3.755    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 400.6 MB/s eta 0:00:00
#8 3.773 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB)
#8 3.790 Downloading trustcall-0.0.28-py3-none-any.whl (24 kB)
#8 3.808 Downloading aiohttp-3.11.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB)
#8 3.841    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 59.9 MB/s eta 0:00:00
#8 3.862 Downloading anthropic-0.44.0-py3-none-any.whl (208 kB)
#8 3.866    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.6/208.6 kB 217.8 MB/s eta 0:00:00
#8 3.884 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
#8 3.907 Downloading dydantic-0.0.7-py3-none-any.whl (8.6 kB)
#8 3.929 Downloading langchain_text_splitters-0.3.5-py3-none-any.whl (31 kB)
#8 3.955 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.2 MB)
#8 4.086    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.2/14.2 MB 129.0 MB/s eta 0:00:00
#8 4.106 Downloading openai-1.60.0-py3-none-any.whl (456 kB)
#8 4.111    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 456.1/456.1 kB 162.7 MB/s eta 0:00:00
#8 4.131 Downloading SQLAlchemy-2.0.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB)
#8 4.161    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 112.7 MB/s eta 0:00:00
#8 4.182 Downloading tiktoken-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB)
#8 4.200    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 76.8 MB/s eta 0:00:00
#8 4.219 Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl (14 kB)
#8 4.239 Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB)
#8 4.264 Downloading attrs-24.3.0-py3-none-any.whl (63 kB)
#8 4.269    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.4/63.4 kB 93.2 MB/s eta 0:00:00
#8 4.288 Downloading distro-1.9.0-py3-none-any.whl (20 kB)
#8 4.311 Downloading frozenlist-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (276 kB)
#8 4.315    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 276.4/276.4 kB 201.5 MB/s eta 0:00:00
#8 4.337 Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (640 kB)
#8 4.343    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 640.4/640.4 kB 117.7 MB/s eta 0:00:00
#8 4.362 Downloading jiter-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (335 kB)
#8 4.369    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 335.5/335.5 kB 243.8 MB/s eta 0:00:00
#8 4.387 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (131 kB)
#8 4.389    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.1/131.1 kB 457.2 MB/s eta 0:00:00
#8 4.407 Downloading propcache-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232 kB)
#8 4.410    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.1/232.1 kB 334.9 MB/s eta 0:00:00
#8 4.433 Downloading regex-2024.11.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (792 kB)
#8 4.439    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 792.1/792.1 kB 207.5 MB/s eta 0:00:00
#8 4.458 Downloading tqdm-4.67.1-py3-none-any.whl (78 kB)
#8 4.460    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 250.6 MB/s eta 0:00:00
#8 4.481 Downloading yarl-1.18.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340 kB)
#8 4.483    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.6/340.6 kB 389.2 MB/s eta 0:00:00
#8 4.531 Building wheels for collected packages: memory-graph
#8 4.532   Building editable for memory-graph (pyproject.toml): started
#8 4.641   Building editable for memory-graph (pyproject.toml): finished with status 'done'
#8 4.641   Created wheel for memory-graph: filename=memory_graph-0.0.1-0.editable-py3-none-any.whl size=12058 sha256=231700013530c5ec53d51858097ee84bff1feaa31e80e3767011fdb6bb1da20f
#8 4.641   Stored in directory: /tmp/pip-ephem-wheel-cache-4xloqqw2/wheels/c5/7a/de/6394e8973710799d9374a0b7e96b0800e1979dc4e97f5a93ea
#8 4.643 Successfully built memory-graph
#8 4.769 Installing collected packages: tqdm, regex, python-dotenv, propcache, numpy, multidict, jiter, greenlet, frozenlist, distro, defusedxml, attrs, aiohappyeyeballs, yarl, tiktoken, SQLAlchemy, aiosignal, openai, dydantic, anthropic, aiohttp, langchain-text-splitters, langchain-openai, langchain-anthropic, langchain, trustcall, memory-graph
#8 6.783 Successfully installed SQLAlchemy-2.0.37 aiohappyeyeballs-2.4.4 aiohttp-3.11.11 aiosignal-1.3.2 anthropic-0.44.0 attrs-24.3.0 defusedxml-0.7.1 distro-1.9.0 dydantic-0.0.7 frozenlist-1.5.0 greenlet-3.1.1 jiter-0.8.2 langchain-0.3.15 langchain-anthropic-0.3.3 langchain-openai-0.3.1 langchain-text-splitters-0.3.5 memory-graph-0.0.1 multidict-6.1.0 numpy-1.26.4 openai-1.60.0 propcache-0.2.1 python-dotenv-1.0.1 regex-2024.11.6 tiktoken-0.8.0 tqdm-4.67.1 trustcall-0.0.28 yarl-1.18.3
#8 6.858 
#8 6.858 [notice] A new release of pip is available: 24.0 -> 24.3.1
#8 6.858 [notice] To update, run: pip install --upgrade pip
#8 DONE 7.3s

#9 [langgraph-api 4/4] WORKDIR /deps/memory-template-fablr
#9 DONE 0.0s

#10 [langgraph-api] exporting to image
#10 exporting layers
#10 exporting layers 2.2s done
#10 exporting manifest sha256:39ad610bb2738b5579213c7f4df8a3abe393a77b5676a48ff06ea3fda76b8e59
#10 exporting manifest sha256:39ad610bb2738b5579213c7f4df8a3abe393a77b5676a48ff06ea3fda76b8e59 done
#10 exporting config sha256:156a740bbc10092b69f2a576f17bd4aacc4276526d318850caf7e3f4537ad0bd done
#10 exporting attestation manifest sha256:5e28adc6229387a563d26e2124efd582fcb5c23461b4961b7d903f2dcc949e05 done
#10 exporting manifest list sha256:2255a8f540d49db3441f4866eae7bcee9836d959d9c3edfcc3ec3b83e7213a8e done
#10 naming to docker.io/library/memory-template-fablr-langgraph-api:latest done
#10 unpacking to docker.io/library/memory-template-fablr-langgraph-api:latest
#10 unpacking to docker.io/library/memory-template-fablr-langgraph-api:latest 0.7s done
#10 DONE 3.0s

#11 [langgraph-api] resolving provenance for metadata file
#11 DONE 0.0s
Attaching to langgraph-api-1, langgraph-postgres-1, langgraph-redis-1
langgraph-redis-1     | 1:C 23 Jan 2025 12:50:31.408 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
langgraph-redis-1     | 1:C 23 Jan 2025 12:50:31.408 # Redis version=6.2.16, bits=64, commit=00000000, modified=0, pid=1, just started
langgraph-redis-1     | 1:C 23 Jan 2025 12:50:31.408 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
langgraph-redis-1     | 1:M 23 Jan 2025 12:50:31.408 * monotonic clock: POSIX clock_gettime
langgraph-redis-1     | 1:M 23 Jan 2025 12:50:31.408 * Running mode=standalone, port=6379.
langgraph-redis-1     | 1:M 23 Jan 2025 12:50:31.408 # Server initialized
langgraph-redis-1     | 1:M 23 Jan 2025 12:50:31.410 * Loading RDB produced by version 6.2.16
langgraph-redis-1     | 1:M 23 Jan 2025 12:50:31.410 * RDB age 568754 seconds
langgraph-redis-1     | 1:M 23 Jan 2025 12:50:31.410 * RDB memory usage when created 0.81 Mb
langgraph-redis-1     | 1:M 23 Jan 2025 12:50:31.410 # Done loading RDB, keys loaded: 0, keys expired: 0.
langgraph-redis-1     | 1:M 23 Jan 2025 12:50:31.410 * DB loaded from disk: 0.000 seconds
langgraph-redis-1     | 1:M 23 Jan 2025 12:50:31.410 * Ready to accept connections
langgraph-postgres-1  | 
langgraph-postgres-1  | PostgreSQL Database directory appears to contain a database; Skipping initialization
langgraph-postgres-1  | 
langgraph-api-1       | 2025-01-23T12:50:37.367224Z [info     ] Using auth of type=noop        [langgraph_api.auth.middleware] api_revision=bbed8a5 api_variant=local
langgraph-api-1       | 2025-01-23T12:50:37.368050Z [info     ] Started server process [1]     [uvicorn.error] api_revision=bbed8a5 api_variant=local color_message='Started server process [\x1b[36m%d\x1b[0m]'
langgraph-api-1       | 2025-01-23T12:50:37.368114Z [info     ] Waiting for application startup. [uvicorn.error] api_revision=bbed8a5 api_variant=local
langgraph-api-1       | 2025-01-23T12:50:37.368281Z [warning  ] No license key found, running in test mode with LangSmith API key. For production use, set LANGGRAPH_CLOUD_LICENSE_KEY in environment. [langgraph_license.validation] api_revision=bbed8a5 api_variant=local
langgraph-api-1       | 2025-01-23T12:50:37.522194Z [info     ] HTTP Request: GET https://api.smith.langchain.com/auth?langgraph-api=true "HTTP/1.1 200 OK" [httpx] api_revision=bbed8a5 api_variant=local
langgraph-api-1       | 2025-01-23T12:50:37.562562Z [warning  ] /api/langgraph_api/graph.py:470: LangChainBetaWarning: The function `init_embeddings` is in beta. It is actively being worked on, so the API may change.
langgraph-api-1       |  [py.warnings] api_revision=bbed8a5 api_variant=local
langgraph-api-1       | 2025-01-23T12:50:37.782794Z [info     ] Setting up vector index        [langgraph_storage.database] api_revision=bbed8a5 api_variant=local store_config={'index': {'dims': 1536, 'embed': OpenAIEmbeddings(client=<openai.resources.embeddings.Embeddings object at 0xffffab5c8390>, async_client=<openai.resources.embeddings.AsyncEmbeddings object at 0xffffab580150>, model='text-embedding-3-small', dimensions=None, deployment='text-embedding-ada-002', openai_api_version=None, openai_api_base=None, openai_api_type=None, openai_proxy=None, embedding_ctx_length=8191, openai_api_key=SecretStr('**********'), openai_organization=None, allowed_special=None, disallowed_special=None, chunk_size=1000, max_retries=2, request_timeout=None, headers=None, tiktoken_enabled=True, tiktoken_model_name=None, show_progress_bar=False, model_kwargs={}, skip_empty=False, default_headers=None, default_query=None, retry_min_seconds=4, retry_max_seconds=20, http_client=None, http_async_client=None, check_embedding_ctx_length=True)}}
langgraph-api-1       | 2025-01-23T12:50:37.787183Z [error    ] Traceback (most recent call last):
langgraph-api-1       |   File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 693, in lifespan
langgraph-api-1       |     async with self.lifespan_context(app) as maybe_state:
langgraph-api-1       |   File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__
langgraph-api-1       |     return await anext(self.gen)
langgraph-api-1       |            ^^^^^^^^^^^^^^^^^^^^^
langgraph-api-1       |   File "/api/langgraph_api/lifespan.py", line 29, in lifespan
langgraph-api-1       |   File "/usr/local/lib/python3.11/site-packages/langgraph_storage/database.py", line 149, in start_pool
langgraph-api-1       |     await migrate_vector_index()
langgraph-api-1       |   File "/usr/local/lib/python3.11/site-packages/langgraph_storage/database.py", line 138, in migrate_vector_index
langgraph-api-1       |     await lg_store.setup_vector_index(store)
langgraph-api-1       |   File "/usr/local/lib/python3.11/site-packages/langgraph_storage/store.py", line 94, in setup_vector_index
langgraph-api-1       |     await cur.execute(sql)
langgraph-api-1       |   File "/usr/local/lib/python3.11/site-packages/psycopg/cursor_async.py", line 97, in execute
langgraph-api-1       |     raise ex.with_traceback(None)
langgraph-api-1       | psycopg.errors.FeatureNotSupported: extension "vector" is not available
langgraph-api-1       | DETAIL:  Could not open extension control file "/usr/share/postgresql/16/extension/vector.control": No such file or directory.
langgraph-api-1       | HINT:  The extension must first be installed on the system where PostgreSQL is running.
langgraph-api-1       |  [uvicorn.error] api_revision=bbed8a5 api_variant=local
langgraph-api-1       | 2025-01-23T12:50:37.787265Z [error    ] Application startup failed. Exiting. [uvicorn.error] api_revision=bbed8a5 api_variant=local
langgraph-api-1 exited with code 3
 Service langgraph-api  Building
 Service langgraph-api  Built
 Container memory-template-fablr-langgraph-postgres-1  Created
 Container memory-template-fablr-langgraph-redis-1  Created
 Container memory-template-fablr-langgraph-api-1  Recreate
 Container memory-template-fablr-langgraph-api-1  Recreated
langgraph-postgres-1  | 2025-01-23 12:50:31.428 UTC [1] LOG:  starting PostgreSQL 16.6 (Debian 16.6-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
langgraph-postgres-1  | 2025-01-23 12:50:31.428 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
langgraph-postgres-1  | 2025-01-23 12:50:31.428 UTC [1] LOG:  listening on IPv6 address "::", port 5432
langgraph-postgres-1  | 2025-01-23 12:50:31.432 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
langgraph-postgres-1  | 2025-01-23 12:50:31.437 UTC [29] LOG:  database system was shut down at 2025-01-16 22:51:17 UTC
langgraph-postgres-1  | 2025-01-23 12:50:31.441 UTC [1] LOG:  database system is ready to accept connections
langgraph-postgres-1  | 2025-01-23 12:50:37.786 UTC [41] ERROR:  extension "vector" is not available
langgraph-postgres-1  | 2025-01-23 12:50:37.786 UTC [41] DETAIL:  Could not open extension control file "/usr/share/postgresql/16/extension/vector.control": No such file or directory.
langgraph-postgres-1  | 2025-01-23 12:50:37.786 UTC [41] HINT:  The extension must first be installed on the system where PostgreSQL is running.
langgraph-postgres-1  | 2025-01-23 12:50:37.786 UTC [41] STATEMENT:  
langgraph-postgres-1  | 	CREATE EXTENSION IF NOT EXISTS vector;
langgraph-postgres-1  | 	
Aborting on container exit...
 Container memory-template-fablr-langgraph-api-1  Stopping
 Container memory-template-fablr-langgraph-api-1  Stopped
 Container memory-template-fablr-langgraph-postgres-1  Stopping
 Container memory-template-fablr-langgraph-redis-1  Stopping
 Container memory-template-fablr-langgraph-postgres-1  Stopped
 Container memory-template-fablr-langgraph-redis-1  Stopped

Description

Trying to load the using Langgraph CLI. This vector error was just fixed with version .35 of the Langgraph Studio client but it's still seems to be present in the CLI version of Langgraph.

System Info

System Information

OS: Darwin
OS Version: Darwin Kernel Version 24.2.0: Fri Dec 6 19:03:40 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T6041
Python Version: 3.11.0 (v3.11.0:deaf509e8f, Oct 24 2022, 14:43:23) [Clang 13.0.0 (clang-1300.0.29.30)]

Package Information

langchain_core: 0.3.29
langchain: 0.3.14
langsmith: 0.2.10
langchain_anthropic: 0.3.1
langchain_openai: 0.3.0
langchain_text_splitters: 0.3.5
langgraph_api: 0.0.16
langgraph_cli: 0.1.67
langgraph_license: Installed. No version info available.
langgraph_sdk: 0.1.51
langgraph_storage: Installed. No version info available.

Optional packages not installed

langserve

Other Dependencies

aiohttp: 3.11.11
anthropic: 0.42.0
async-timeout: Installed. No version info available.
click: 8.1.8
cryptography: 43.0.3
defusedxml: 0.7.1
httpx: 0.28.1
jsonpatch: 1.33
jsonschema-rs: 0.25.1
langgraph: 0.2.62
langgraph-checkpoint: 2.0.9
langsmith-pyo3: Installed. No version info available.
numpy: 1.26.4
openai: 1.59.7
orjson: 3.10.14
packaging: 24.2
pydantic: 2.10.5
pyjwt: 2.10.1
python-dotenv: 1.0.1
PyYAML: 6.0.2
requests: 2.32.3
requests-toolbelt: 1.0.0
SQLAlchemy: 2.0.37
sse-starlette: 2.1.3
starlette: 0.45.2
structlog: 24.4.0
tenacity: 8.5.0
tiktoken: 0.8.0
typing-extensions: 4.12.2
uvicorn: 0.34.0
watchfiles: 1.0.4
zstandard: Installed. No version info available.

Originally created by @daflood on GitHub (Jan 23, 2025). ### Checked other resources - [x] This is a bug, not a usage question. For questions, please use GitHub Discussions. - [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 langgraph up ``` ### Error Message and Stack Trace (if applicable) ```shell Starting LangGraph API server... For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Cloud closed beta. For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY. | Starting...#0 building with "desktop-linux" instance using docker driver #1 [langgraph-api internal] load build definition from Dockerfile #1 transferring dockerfile: 541B done #1 DONE 0.0s #2 [langgraph-api internal] load metadata for docker.io/langchain/langgraph-api:3.11 #2 DONE 0.0s #3 [langgraph-api internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [langgraph-api internal] load build context #4 DONE 0.0s #5 [langgraph-api 1/4] FROM docker.io/langchain/langgraph-api:3.11@sha256:f8a020d5d61fa4b19f276b635542b25faea7d71239a903ffca3e729b34a2aea8 #5 resolve docker.io/langchain/langgraph-api:3.11@sha256:f8a020d5d61fa4b19f276b635542b25faea7d71239a903ffca3e729b34a2aea8 #5 ... #6 [langgraph-api auth] langchain/langgraph-api:pull token for registry-1.docker.io #6 DONE 0.0s #5 [langgraph-api 1/4] FROM docker.io/langchain/langgraph-api:3.11@sha256:f8a020d5d61fa4b19f276b635542b25faea7d71239a903ffca3e729b34a2aea8 #5 resolve docker.io/langchain/langgraph-api:3.11@sha256:f8a020d5d61fa4b19f276b635542b25faea7d71239a903ffca3e729b34a2aea8 0.8s done #5 DONE 0.8s #5 [langgraph-api 1/4] FROM docker.io/langchain/langgraph-api:3.11@sha256:f8a020d5d61fa4b19f276b635542b25faea7d71239a903ffca3e729b34a2aea8 #5 DONE 0.9s #4 [langgraph-api internal] load build context #4 transferring context: 283.50kB 0.1s done #4 DONE 0.1s #7 [langgraph-api 2/4] ADD . /deps/memory-template-fablr #7 DONE 0.5s #8 [langgraph-api 3/4] RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -e /deps/* #8 0.240 Obtaining file:///deps/memory-template-fablr #8 0.242 Installing build dependencies: started #8 1.178 Installing build dependencies: finished with status 'done' #8 1.179 Checking if build backend supports build_editable: started #8 1.238 Checking if build backend supports build_editable: finished with status 'done' #8 1.238 Getting requirements to build editable: started #8 1.333 Getting requirements to build editable: finished with status 'done' #8 1.334 Preparing editable metadata (pyproject.toml): started #8 1.421 Preparing editable metadata (pyproject.toml): finished with status 'done' #8 1.433 Requirement already satisfied: langgraph<0.3.0,>=0.2.53 in /usr/local/lib/python3.11/site-packages (from memory-graph==0.0.1) (0.2.66) #8 1.433 Requirement already satisfied: langgraph-checkpoint>=2.0.8 in /usr/local/lib/python3.11/site-packages (from memory-graph==0.0.1) (2.0.10) #8 1.499 Collecting langchain-openai>=0.2.1 (from memory-graph==0.0.1) #8 1.574 Downloading langchain_openai-0.3.1-py3-none-any.whl.metadata (2.7 kB) #8 1.596 Collecting langchain-anthropic>=0.2.1 (from memory-graph==0.0.1) #8 1.614 Downloading langchain_anthropic-0.3.3-py3-none-any.whl.metadata (2.3 kB) #8 1.700 Collecting langchain>=0.3.8 (from memory-graph==0.0.1) #8 1.719 Downloading langchain-0.3.15-py3-none-any.whl.metadata (7.1 kB) #8 1.736 Collecting python-dotenv>=1.0.1 (from memory-graph==0.0.1) #8 1.753 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) #8 1.762 Requirement already satisfied: langgraph-sdk>=0.1.40 in /usr/local/lib/python3.11/site-packages (from memory-graph==0.0.1) (0.1.51) #8 1.780 Collecting trustcall>=0.0.21 (from memory-graph==0.0.1) #8 1.799 Downloading trustcall-0.0.28-py3-none-any.whl.metadata (29 kB) #8 1.812 Requirement already satisfied: PyYAML>=5.3 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (6.0.2) #8 1.954 Collecting SQLAlchemy<3,>=1.4 (from langchain>=0.3.8->memory-graph==0.0.1) #8 1.975 Downloading SQLAlchemy-2.0.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.6 kB) #8 2.139 Collecting aiohttp<4.0.0,>=3.8.3 (from langchain>=0.3.8->memory-graph==0.0.1) #8 2.158 Downloading aiohttp-3.11.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB) #8 2.160 Requirement already satisfied: langchain-core<0.4.0,>=0.3.31 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (0.3.31) #8 2.174 Collecting langchain-text-splitters<0.4.0,>=0.3.3 (from langchain>=0.3.8->memory-graph==0.0.1) #8 2.194 Downloading langchain_text_splitters-0.3.5-py3-none-any.whl.metadata (2.3 kB) #8 2.195 Requirement already satisfied: langsmith<0.4,>=0.1.17 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (0.3.1) #8 2.287 Collecting numpy<2,>=1.22.4 (from langchain>=0.3.8->memory-graph==0.0.1) #8 2.306 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (62 kB) #8 2.315 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 kB 8.6 MB/s eta 0:00:00 #8 2.321 Requirement already satisfied: pydantic<3.0.0,>=2.7.4 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (2.10.5) #8 2.321 Requirement already satisfied: requests<3,>=2 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (2.32.3) #8 2.322 Requirement already satisfied: tenacity!=8.4.0,<10,>=8.1.0 in /usr/local/lib/python3.11/site-packages (from langchain>=0.3.8->memory-graph==0.0.1) (9.0.0) #8 2.348 Collecting anthropic<1,>=0.41.0 (from langchain-anthropic>=0.2.1->memory-graph==0.0.1) #8 2.366 Downloading anthropic-0.44.0-py3-none-any.whl.metadata (23 kB) #8 2.382 Collecting defusedxml<0.8.0,>=0.7.1 (from langchain-anthropic>=0.2.1->memory-graph==0.0.1) #8 2.402 Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) #8 2.444 Collecting openai<2.0.0,>=1.58.1 (from langchain-openai>=0.2.1->memory-graph==0.0.1) #8 2.461 Downloading openai-1.60.0-py3-none-any.whl.metadata (27 kB) #8 2.485 Collecting tiktoken<1,>=0.7 (from langchain-openai>=0.2.1->memory-graph==0.0.1) #8 2.507 Downloading tiktoken-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.6 kB) #8 2.514 Requirement already satisfied: msgpack<2.0.0,>=1.1.0 in /usr/local/lib/python3.11/site-packages (from langgraph-checkpoint>=2.0.8->memory-graph==0.0.1) (1.1.0) #8 2.516 Requirement already satisfied: httpx>=0.25.2 in /usr/local/lib/python3.11/site-packages (from langgraph-sdk>=0.1.40->memory-graph==0.0.1) (0.28.1) #8 2.517 Requirement already satisfied: orjson>=3.10.1 in /usr/local/lib/python3.11/site-packages (from langgraph-sdk>=0.1.40->memory-graph==0.0.1) (3.10.15) #8 2.602 Collecting dydantic<1.0.0,>=0.0.7 (from trustcall>=0.0.21->memory-graph==0.0.1) #8 2.625 Downloading dydantic-0.0.7-py3-none-any.whl.metadata (3.6 kB) #8 2.626 Requirement already satisfied: jsonpatch<2.0,>=1.33 in /usr/local/lib/python3.11/site-packages (from trustcall>=0.0.21->memory-graph==0.0.1) (1.33) #8 2.651 Collecting aiohappyeyeballs>=2.3.0 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1) #8 2.669 Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl.metadata (6.1 kB) #8 2.687 Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1) #8 2.707 Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) #8 2.727 Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1) #8 2.746 Downloading attrs-24.3.0-py3-none-any.whl.metadata (11 kB) #8 2.785 Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1) #8 2.804 Downloading frozenlist-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (13 kB) #8 2.883 Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1) #8 2.901 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.0 kB) #8 2.924 Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1) #8 2.944 Downloading propcache-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.2 kB) #8 3.080 Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.8.3->langchain>=0.3.8->memory-graph==0.0.1) #8 3.098 Downloading yarl-1.18.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (69 kB) #8 3.102 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.2/69.2 kB 21.0 MB/s eta 0:00:00 #8 3.108 Requirement already satisfied: anyio<5,>=3.5.0 in /usr/local/lib/python3.11/site-packages (from anthropic<1,>=0.41.0->langchain-anthropic>=0.2.1->memory-graph==0.0.1) (4.8.0) #8 3.126 Collecting distro<2,>=1.7.0 (from anthropic<1,>=0.41.0->langchain-anthropic>=0.2.1->memory-graph==0.0.1) #8 3.142 Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB) #8 3.174 Collecting jiter<1,>=0.4.0 (from anthropic<1,>=0.41.0->langchain-anthropic>=0.2.1->memory-graph==0.0.1) #8 3.192 Downloading jiter-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.2 kB) #8 3.194 Requirement already satisfied: sniffio in /usr/local/lib/python3.11/site-packages (from anthropic<1,>=0.41.0->langchain-anthropic>=0.2.1->memory-graph==0.0.1) (1.3.1) #8 3.194 Requirement already satisfied: typing-extensions<5,>=4.10 in /usr/local/lib/python3.11/site-packages (from anthropic<1,>=0.41.0->langchain-anthropic>=0.2.1->memory-graph==0.0.1) (4.12.2) #8 3.202 Requirement already satisfied: certifi in /usr/local/lib/python3.11/site-packages (from httpx>=0.25.2->langgraph-sdk>=0.1.40->memory-graph==0.0.1) (2024.12.14) #8 3.203 Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.11/site-packages (from httpx>=0.25.2->langgraph-sdk>=0.1.40->memory-graph==0.0.1) (1.0.7) #8 3.203 Requirement already satisfied: idna in /usr/local/lib/python3.11/site-packages (from httpx>=0.25.2->langgraph-sdk>=0.1.40->memory-graph==0.0.1) (3.10) #8 3.206 Requirement already satisfied: h11<0.15,>=0.13 in /usr/local/lib/python3.11/site-packages (from httpcore==1.*->httpx>=0.25.2->langgraph-sdk>=0.1.40->memory-graph==0.0.1) (0.14.0) #8 3.208 Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/site-packages (from jsonpatch<2.0,>=1.33->trustcall>=0.0.21->memory-graph==0.0.1) (3.0.0) #8 3.211 Requirement already satisfied: packaging<25,>=23.2 in /usr/local/lib/python3.11/site-packages (from langchain-core<0.4.0,>=0.3.31->langchain>=0.3.8->memory-graph==0.0.1) (24.2) #8 3.219 Requirement already satisfied: requests-toolbelt<2.0.0,>=1.0.0 in /usr/local/lib/python3.11/site-packages (from langsmith<0.4,>=0.1.17->langchain>=0.3.8->memory-graph==0.0.1) (1.0.0) #8 3.220 Requirement already satisfied: zstandard<0.24.0,>=0.23.0 in /usr/local/lib/python3.11/site-packages (from langsmith<0.4,>=0.1.17->langchain>=0.3.8->memory-graph==0.0.1) (0.23.0) #8 3.255 Collecting tqdm>4 (from openai<2.0.0,>=1.58.1->langchain-openai>=0.2.1->memory-graph==0.0.1) #8 3.273 Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) #8 3.276 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/57.7 kB 38.1 MB/s eta 0:00:00 #8 3.284 Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.11/site-packages (from pydantic<3.0.0,>=2.7.4->langchain>=0.3.8->memory-graph==0.0.1) (0.7.0) #8 3.284 Requirement already satisfied: pydantic-core==2.27.2 in /usr/local/lib/python3.11/site-packages (from pydantic<3.0.0,>=2.7.4->langchain>=0.3.8->memory-graph==0.0.1) (2.27.2) #8 3.292 Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/site-packages (from requests<3,>=2->langchain>=0.3.8->memory-graph==0.0.1) (3.4.1) #8 3.293 Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/site-packages (from requests<3,>=2->langchain>=0.3.8->memory-graph==0.0.1) (2.3.0) #8 3.393 Collecting greenlet!=0.4.17 (from SQLAlchemy<3,>=1.4->langchain>=0.3.8->memory-graph==0.0.1) #8 3.412 Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.8 kB) #8 3.547 Collecting regex>=2022.1.18 (from tiktoken<1,>=0.7->langchain-openai>=0.2.1->memory-graph==0.0.1) #8 3.566 Downloading regex-2024.11.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (40 kB) #8 3.569 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 kB 14.8 MB/s eta 0:00:00 #8 3.669 Downloading langchain-0.3.15-py3-none-any.whl (1.0 MB) #8 3.715 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 23.2 MB/s eta 0:00:00 #8 3.734 Downloading langchain_anthropic-0.3.3-py3-none-any.whl (22 kB) #8 3.754 Downloading langchain_openai-0.3.1-py3-none-any.whl (54 kB) #8 3.755 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 400.6 MB/s eta 0:00:00 #8 3.773 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) #8 3.790 Downloading trustcall-0.0.28-py3-none-any.whl (24 kB) #8 3.808 Downloading aiohttp-3.11.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB) #8 3.841 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 59.9 MB/s eta 0:00:00 #8 3.862 Downloading anthropic-0.44.0-py3-none-any.whl (208 kB) #8 3.866 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.6/208.6 kB 217.8 MB/s eta 0:00:00 #8 3.884 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) #8 3.907 Downloading dydantic-0.0.7-py3-none-any.whl (8.6 kB) #8 3.929 Downloading langchain_text_splitters-0.3.5-py3-none-any.whl (31 kB) #8 3.955 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.2 MB) #8 4.086 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.2/14.2 MB 129.0 MB/s eta 0:00:00 #8 4.106 Downloading openai-1.60.0-py3-none-any.whl (456 kB) #8 4.111 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 456.1/456.1 kB 162.7 MB/s eta 0:00:00 #8 4.131 Downloading SQLAlchemy-2.0.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB) #8 4.161 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 112.7 MB/s eta 0:00:00 #8 4.182 Downloading tiktoken-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB) #8 4.200 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 76.8 MB/s eta 0:00:00 #8 4.219 Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl (14 kB) #8 4.239 Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) #8 4.264 Downloading attrs-24.3.0-py3-none-any.whl (63 kB) #8 4.269 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.4/63.4 kB 93.2 MB/s eta 0:00:00 #8 4.288 Downloading distro-1.9.0-py3-none-any.whl (20 kB) #8 4.311 Downloading frozenlist-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (276 kB) #8 4.315 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 276.4/276.4 kB 201.5 MB/s eta 0:00:00 #8 4.337 Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (640 kB) #8 4.343 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 640.4/640.4 kB 117.7 MB/s eta 0:00:00 #8 4.362 Downloading jiter-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (335 kB) #8 4.369 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 335.5/335.5 kB 243.8 MB/s eta 0:00:00 #8 4.387 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (131 kB) #8 4.389 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.1/131.1 kB 457.2 MB/s eta 0:00:00 #8 4.407 Downloading propcache-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232 kB) #8 4.410 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.1/232.1 kB 334.9 MB/s eta 0:00:00 #8 4.433 Downloading regex-2024.11.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (792 kB) #8 4.439 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 792.1/792.1 kB 207.5 MB/s eta 0:00:00 #8 4.458 Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) #8 4.460 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 250.6 MB/s eta 0:00:00 #8 4.481 Downloading yarl-1.18.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340 kB) #8 4.483 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.6/340.6 kB 389.2 MB/s eta 0:00:00 #8 4.531 Building wheels for collected packages: memory-graph #8 4.532 Building editable for memory-graph (pyproject.toml): started #8 4.641 Building editable for memory-graph (pyproject.toml): finished with status 'done' #8 4.641 Created wheel for memory-graph: filename=memory_graph-0.0.1-0.editable-py3-none-any.whl size=12058 sha256=231700013530c5ec53d51858097ee84bff1feaa31e80e3767011fdb6bb1da20f #8 4.641 Stored in directory: /tmp/pip-ephem-wheel-cache-4xloqqw2/wheels/c5/7a/de/6394e8973710799d9374a0b7e96b0800e1979dc4e97f5a93ea #8 4.643 Successfully built memory-graph #8 4.769 Installing collected packages: tqdm, regex, python-dotenv, propcache, numpy, multidict, jiter, greenlet, frozenlist, distro, defusedxml, attrs, aiohappyeyeballs, yarl, tiktoken, SQLAlchemy, aiosignal, openai, dydantic, anthropic, aiohttp, langchain-text-splitters, langchain-openai, langchain-anthropic, langchain, trustcall, memory-graph #8 6.783 Successfully installed SQLAlchemy-2.0.37 aiohappyeyeballs-2.4.4 aiohttp-3.11.11 aiosignal-1.3.2 anthropic-0.44.0 attrs-24.3.0 defusedxml-0.7.1 distro-1.9.0 dydantic-0.0.7 frozenlist-1.5.0 greenlet-3.1.1 jiter-0.8.2 langchain-0.3.15 langchain-anthropic-0.3.3 langchain-openai-0.3.1 langchain-text-splitters-0.3.5 memory-graph-0.0.1 multidict-6.1.0 numpy-1.26.4 openai-1.60.0 propcache-0.2.1 python-dotenv-1.0.1 regex-2024.11.6 tiktoken-0.8.0 tqdm-4.67.1 trustcall-0.0.28 yarl-1.18.3 #8 6.858 #8 6.858 [notice] A new release of pip is available: 24.0 -> 24.3.1 #8 6.858 [notice] To update, run: pip install --upgrade pip #8 DONE 7.3s #9 [langgraph-api 4/4] WORKDIR /deps/memory-template-fablr #9 DONE 0.0s #10 [langgraph-api] exporting to image #10 exporting layers #10 exporting layers 2.2s done #10 exporting manifest sha256:39ad610bb2738b5579213c7f4df8a3abe393a77b5676a48ff06ea3fda76b8e59 #10 exporting manifest sha256:39ad610bb2738b5579213c7f4df8a3abe393a77b5676a48ff06ea3fda76b8e59 done #10 exporting config sha256:156a740bbc10092b69f2a576f17bd4aacc4276526d318850caf7e3f4537ad0bd done #10 exporting attestation manifest sha256:5e28adc6229387a563d26e2124efd582fcb5c23461b4961b7d903f2dcc949e05 done #10 exporting manifest list sha256:2255a8f540d49db3441f4866eae7bcee9836d959d9c3edfcc3ec3b83e7213a8e done #10 naming to docker.io/library/memory-template-fablr-langgraph-api:latest done #10 unpacking to docker.io/library/memory-template-fablr-langgraph-api:latest #10 unpacking to docker.io/library/memory-template-fablr-langgraph-api:latest 0.7s done #10 DONE 3.0s #11 [langgraph-api] resolving provenance for metadata file #11 DONE 0.0s Attaching to langgraph-api-1, langgraph-postgres-1, langgraph-redis-1 langgraph-redis-1 | 1:C 23 Jan 2025 12:50:31.408 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo langgraph-redis-1 | 1:C 23 Jan 2025 12:50:31.408 # Redis version=6.2.16, bits=64, commit=00000000, modified=0, pid=1, just started langgraph-redis-1 | 1:C 23 Jan 2025 12:50:31.408 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf langgraph-redis-1 | 1:M 23 Jan 2025 12:50:31.408 * monotonic clock: POSIX clock_gettime langgraph-redis-1 | 1:M 23 Jan 2025 12:50:31.408 * Running mode=standalone, port=6379. langgraph-redis-1 | 1:M 23 Jan 2025 12:50:31.408 # Server initialized langgraph-redis-1 | 1:M 23 Jan 2025 12:50:31.410 * Loading RDB produced by version 6.2.16 langgraph-redis-1 | 1:M 23 Jan 2025 12:50:31.410 * RDB age 568754 seconds langgraph-redis-1 | 1:M 23 Jan 2025 12:50:31.410 * RDB memory usage when created 0.81 Mb langgraph-redis-1 | 1:M 23 Jan 2025 12:50:31.410 # Done loading RDB, keys loaded: 0, keys expired: 0. langgraph-redis-1 | 1:M 23 Jan 2025 12:50:31.410 * DB loaded from disk: 0.000 seconds langgraph-redis-1 | 1:M 23 Jan 2025 12:50:31.410 * Ready to accept connections langgraph-postgres-1 | langgraph-postgres-1 | PostgreSQL Database directory appears to contain a database; Skipping initialization langgraph-postgres-1 | langgraph-api-1 | 2025-01-23T12:50:37.367224Z [info ] Using auth of type=noop [langgraph_api.auth.middleware] api_revision=bbed8a5 api_variant=local langgraph-api-1 | 2025-01-23T12:50:37.368050Z [info ] Started server process [1] [uvicorn.error] api_revision=bbed8a5 api_variant=local color_message='Started server process [\x1b[36m%d\x1b[0m]' langgraph-api-1 | 2025-01-23T12:50:37.368114Z [info ] Waiting for application startup. [uvicorn.error] api_revision=bbed8a5 api_variant=local langgraph-api-1 | 2025-01-23T12:50:37.368281Z [warning ] No license key found, running in test mode with LangSmith API key. For production use, set LANGGRAPH_CLOUD_LICENSE_KEY in environment. [langgraph_license.validation] api_revision=bbed8a5 api_variant=local langgraph-api-1 | 2025-01-23T12:50:37.522194Z [info ] HTTP Request: GET https://api.smith.langchain.com/auth?langgraph-api=true "HTTP/1.1 200 OK" [httpx] api_revision=bbed8a5 api_variant=local langgraph-api-1 | 2025-01-23T12:50:37.562562Z [warning ] /api/langgraph_api/graph.py:470: LangChainBetaWarning: The function `init_embeddings` is in beta. It is actively being worked on, so the API may change. langgraph-api-1 | [py.warnings] api_revision=bbed8a5 api_variant=local langgraph-api-1 | 2025-01-23T12:50:37.782794Z [info ] Setting up vector index [langgraph_storage.database] api_revision=bbed8a5 api_variant=local store_config={'index': {'dims': 1536, 'embed': OpenAIEmbeddings(client=<openai.resources.embeddings.Embeddings object at 0xffffab5c8390>, async_client=<openai.resources.embeddings.AsyncEmbeddings object at 0xffffab580150>, model='text-embedding-3-small', dimensions=None, deployment='text-embedding-ada-002', openai_api_version=None, openai_api_base=None, openai_api_type=None, openai_proxy=None, embedding_ctx_length=8191, openai_api_key=SecretStr('**********'), openai_organization=None, allowed_special=None, disallowed_special=None, chunk_size=1000, max_retries=2, request_timeout=None, headers=None, tiktoken_enabled=True, tiktoken_model_name=None, show_progress_bar=False, model_kwargs={}, skip_empty=False, default_headers=None, default_query=None, retry_min_seconds=4, retry_max_seconds=20, http_client=None, http_async_client=None, check_embedding_ctx_length=True)}} langgraph-api-1 | 2025-01-23T12:50:37.787183Z [error ] Traceback (most recent call last): langgraph-api-1 | File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 693, in lifespan langgraph-api-1 | async with self.lifespan_context(app) as maybe_state: langgraph-api-1 | File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ langgraph-api-1 | return await anext(self.gen) langgraph-api-1 | ^^^^^^^^^^^^^^^^^^^^^ langgraph-api-1 | File "/api/langgraph_api/lifespan.py", line 29, in lifespan langgraph-api-1 | File "/usr/local/lib/python3.11/site-packages/langgraph_storage/database.py", line 149, in start_pool langgraph-api-1 | await migrate_vector_index() langgraph-api-1 | File "/usr/local/lib/python3.11/site-packages/langgraph_storage/database.py", line 138, in migrate_vector_index langgraph-api-1 | await lg_store.setup_vector_index(store) langgraph-api-1 | File "/usr/local/lib/python3.11/site-packages/langgraph_storage/store.py", line 94, in setup_vector_index langgraph-api-1 | await cur.execute(sql) langgraph-api-1 | File "/usr/local/lib/python3.11/site-packages/psycopg/cursor_async.py", line 97, in execute langgraph-api-1 | raise ex.with_traceback(None) langgraph-api-1 | psycopg.errors.FeatureNotSupported: extension "vector" is not available langgraph-api-1 | DETAIL: Could not open extension control file "/usr/share/postgresql/16/extension/vector.control": No such file or directory. langgraph-api-1 | HINT: The extension must first be installed on the system where PostgreSQL is running. langgraph-api-1 | [uvicorn.error] api_revision=bbed8a5 api_variant=local langgraph-api-1 | 2025-01-23T12:50:37.787265Z [error ] Application startup failed. Exiting. [uvicorn.error] api_revision=bbed8a5 api_variant=local langgraph-api-1 exited with code 3 Service langgraph-api Building Service langgraph-api Built Container memory-template-fablr-langgraph-postgres-1 Created Container memory-template-fablr-langgraph-redis-1 Created Container memory-template-fablr-langgraph-api-1 Recreate Container memory-template-fablr-langgraph-api-1 Recreated langgraph-postgres-1 | 2025-01-23 12:50:31.428 UTC [1] LOG: starting PostgreSQL 16.6 (Debian 16.6-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit langgraph-postgres-1 | 2025-01-23 12:50:31.428 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 langgraph-postgres-1 | 2025-01-23 12:50:31.428 UTC [1] LOG: listening on IPv6 address "::", port 5432 langgraph-postgres-1 | 2025-01-23 12:50:31.432 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" langgraph-postgres-1 | 2025-01-23 12:50:31.437 UTC [29] LOG: database system was shut down at 2025-01-16 22:51:17 UTC langgraph-postgres-1 | 2025-01-23 12:50:31.441 UTC [1] LOG: database system is ready to accept connections langgraph-postgres-1 | 2025-01-23 12:50:37.786 UTC [41] ERROR: extension "vector" is not available langgraph-postgres-1 | 2025-01-23 12:50:37.786 UTC [41] DETAIL: Could not open extension control file "/usr/share/postgresql/16/extension/vector.control": No such file or directory. langgraph-postgres-1 | 2025-01-23 12:50:37.786 UTC [41] HINT: The extension must first be installed on the system where PostgreSQL is running. langgraph-postgres-1 | 2025-01-23 12:50:37.786 UTC [41] STATEMENT: langgraph-postgres-1 | CREATE EXTENSION IF NOT EXISTS vector; langgraph-postgres-1 | Aborting on container exit... Container memory-template-fablr-langgraph-api-1 Stopping Container memory-template-fablr-langgraph-api-1 Stopped Container memory-template-fablr-langgraph-postgres-1 Stopping Container memory-template-fablr-langgraph-redis-1 Stopping Container memory-template-fablr-langgraph-postgres-1 Stopped Container memory-template-fablr-langgraph-redis-1 Stopped ``` ### Description Trying to load [the](https://github.com/langchain-ai/memory-template) using Langgraph CLI. This vector error was just fixed with version .35 of the Langgraph Studio client but it's still seems to be present in the CLI version of Langgraph. ### System Info System Information ------------------ > OS: Darwin > OS Version: Darwin Kernel Version 24.2.0: Fri Dec 6 19:03:40 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T6041 > Python Version: 3.11.0 (v3.11.0:deaf509e8f, Oct 24 2022, 14:43:23) [Clang 13.0.0 (clang-1300.0.29.30)] Package Information ------------------- > langchain_core: 0.3.29 > langchain: 0.3.14 > langsmith: 0.2.10 > langchain_anthropic: 0.3.1 > langchain_openai: 0.3.0 > langchain_text_splitters: 0.3.5 > langgraph_api: 0.0.16 > langgraph_cli: 0.1.67 > langgraph_license: Installed. No version info available. > langgraph_sdk: 0.1.51 > langgraph_storage: Installed. No version info available. Optional packages not installed ------------------------------- > langserve Other Dependencies ------------------ > aiohttp: 3.11.11 > anthropic: 0.42.0 > async-timeout: Installed. No version info available. > click: 8.1.8 > cryptography: 43.0.3 > defusedxml: 0.7.1 > httpx: 0.28.1 > jsonpatch: 1.33 > jsonschema-rs: 0.25.1 > langgraph: 0.2.62 > langgraph-checkpoint: 2.0.9 > langsmith-pyo3: Installed. No version info available. > numpy: 1.26.4 > openai: 1.59.7 > orjson: 3.10.14 > packaging: 24.2 > pydantic: 2.10.5 > pyjwt: 2.10.1 > python-dotenv: 1.0.1 > PyYAML: 6.0.2 > requests: 2.32.3 > requests-toolbelt: 1.0.0 > SQLAlchemy: 2.0.37 > sse-starlette: 2.1.3 > starlette: 0.45.2 > structlog: 24.4.0 > tenacity: 8.5.0 > tiktoken: 0.8.0 > typing-extensions: 4.12.2 > uvicorn: 0.34.0 > watchfiles: 1.0.4 > zstandard: Installed. No version info available.
yindo closed this issue 2026-02-20 17:40:01 -05:00
Author
Owner

@dqbd commented on GitHub (Jan 24, 2025):

Fixed in 0.1.69!

@dqbd commented on GitHub (Jan 24, 2025): Fixed in 0.1.69!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#420