diff --git a/pyproject.toml b/pyproject.toml index f6ff5fd..b1884d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "hatchling.build" [project] name = "lmnr-flow" -version = "0.1.4" +version = "0.1.5" description = "Lightweight task engine for building AI agents" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "lmnr>=0.4.43" + "lmnr>=0.4.49" ] [tool.uv]