build(deps): update flowllm dependency to version >= 0.1.5

- Change flowllm dependency from == 0.1.5 to >= 0.1.5 in pyproject.toml
- This allows using versions of flowllm that are newer than 0.1.5
This commit is contained in:
jinli.yl 2025-09-07 16:02:38 +08:00
parent a9f061b92d
commit a5efdd7427

View file

@ -24,7 +24,7 @@ classifiers = [
keywords = ["llm", "memory", "experience", "memoryscope", "ai", "mcp", "http"]
dependencies = [
"flowllm==0.1.5",
"flowllm>=0.1.5",
]
[tool.setuptools.packages.find]