Skip to content

Commit 04e7dda

Browse files
Ki-SekiCaralHsi
andauthored
fix: update Python version constraints in project files (#129)
Co-authored-by: CaralHsi <[email protected]>
1 parent 01797eb commit 04e7dda

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.2.0"
88
description = "Intelligence Begins with Memory"
99
license = {text = "Apache-2.0"}
1010
readme = "README.md"
11-
requires-python = ">=3.10,<3.14"
11+
requires-python = ">=3.10"
1212
authors = [
1313
{name = "MemTensor", email = "[email protected]"}
1414
]
@@ -43,7 +43,7 @@ dependencies = [
4343
"fastapi[all] (>=0.115.12,<0.116.0)", # Web framework for building APIs
4444
"sqlalchemy (>=2.0.41,<3.0.0)", # SQL toolkit
4545
"scikit-learn (>=1.7.0,<2.0.0)", # Machine learning
46-
"fastmcp (>=2.10.5)"
46+
"fastmcp (>=2.10.5,<3.0.0)",
4747
]
4848

4949
[project.urls]
@@ -125,6 +125,7 @@ build-backend = "poetry.core.masonry.api"
125125

126126
packages = [{include = "memos", from = "src"}]
127127
requires-poetry = ">=2.0"
128+
dependencies = { "python" = ">=3.10,<4.0" }
128129

129130
[tool.poetry.group.dev]
130131
optional = true

0 commit comments

Comments
 (0)