Skip to content

cli==0.1.69

Choose a tag to compare

@github-actions github-actions released this 25 Jan 03:35
e13a8bc

langgraph-cli 0.1.69

Summary of Changes

  • Fixed cross-platform compatibility issue with file paths in requirements handling (#3101)
  • Upgraded PostgreSQL service to use pgvector for vector operations support (#3165)

Detailed Changes

File Path Handling

  • Fixed a cross-platform compatibility issue by converting file paths to POSIX format when handling requirements files (#3101)

Docker Compose Configuration

  • Upgraded PostgreSQL Docker image from postgres:16 to pgvector/pgvector:pg16 to support vector operations (#3165)
  • Added configuration to load the vector extension in PostgreSQL via shared_preload_libraries=vector (#3165)