mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
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:
parent
8d407b4ed9
commit
564df4e9e5
2 changed files with 4 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue