Skip to content

Commit ded3994

Browse files
committed
Avoid issues with older versions of sentence-transformers
1 parent c89d0d6 commit ded3994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "agent-memory-server"
77
version = "0.1.0"
88
description = "A Redis-powered memory server built for AI agents and applications."
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.12"
1111
license = { text = "MIT" }
1212
authors = [{ name = "Andrew Brookins", email = "[email protected]" }]
1313
dependencies = [
@@ -27,7 +27,7 @@ dependencies = [
2727
"numba>=0.60.0",
2828
"nanoid>=2.0.0",
2929
"mcp>=1.6.0",
30-
"sentence-transformers>=2.5.0",
30+
"sentence-transformers>=3.4.1",
3131
]
3232

3333
[project.optional-dependencies]

0 commit comments

Comments
 (0)