build: bump version to 0.1.8 and update dependencies

- Update package version from 0.1.7 to 0.1.8
- Upgrade minimum Python version to 3.12
- Update flowllm dependency to version 0.1.8
This commit is contained in:
jinli.yl 2025-09-08 16:30:03 +08:00
parent 8d407b4ed9
commit 564df4e9e5
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "reme_ai"
version = "0.1.7"
version = "0.1.8"
description = "Remember me"
authors = [
{ name = "jinli.yl", email = "jinli.yl@alibaba-inc.com" },
@ -13,7 +13,7 @@ authors = [
]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3",
@ -24,7 +24,7 @@ classifiers = [
keywords = ["llm", "memory", "experience", "memoryscope", "ai", "mcp", "http"]
dependencies = [
"flowllm>=0.1.7",
"flowllm>=0.1.8",
]
[tool.setuptools.packages.find]

View file

@ -3,4 +3,4 @@ from reme_ai import retrieve
from reme_ai import summary
from reme_ai import vector_store
__version__ = "0.1.7"
__version__ = "0.1.8"