[CLI] Dotenv support (#2501)

This commit is contained in:
William FH
2024-11-21 16:28:53 +00:00
committed by GitHub
parent ceeb9636ee
commit 7082e2613e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -609,6 +609,7 @@ def dev(
n_jobs_per_worker=n_jobs_per_worker,
open_browser=not no_browser,
debug_port=debug_port,
env=config_json.get("env", None),
)
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-cli"
version = "0.1.57"
version = "0.1.58"
description = "CLI for interacting with LangGraph API"
authors = []
license = "MIT"