Skip to content

cli==0.2.5

Choose a tag to compare

@github-actions github-actions released this 17 Apr 20:36
e818f83

langgraph-cli 0.2.5

Summary of Changes

  • Added internal support for custom Docker tags via the _INTERNAL_docker_tag configuration option (#4333)

Detailed Changes

Config

  • Added a new internal configuration option _INTERNAL_docker_tag that allows overriding the default Docker tag used in generated Dockerfiles (#4333)
  • Updated Docker image generation logic to use the custom tag when specified, falling back to the Python or Node.js version otherwise (#4333)
  • Modified the docker_tag function to prioritize the internal tag when present (#4333)
  • Updated schema definitions to include the new configuration option (#4333)