We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89d0d6 commit ded3994Copy full SHA for ded3994
pyproject.toml
@@ -7,7 +7,7 @@ name = "agent-memory-server"
7
version = "0.1.0"
8
description = "A Redis-powered memory server built for AI agents and applications."
9
readme = "README.md"
10
-requires-python = ">=3.9"
+requires-python = ">=3.12"
11
license = { text = "MIT" }
12
authors = [{ name = "Andrew Brookins", email = "[email protected]" }]
13
dependencies = [
@@ -27,7 +27,7 @@ dependencies = [
27
"numba>=0.60.0",
28
"nanoid>=2.0.0",
29
"mcp>=1.6.0",
30
- "sentence-transformers>=2.5.0",
+ "sentence-transformers>=3.4.1",
31
]
32
33
[project.optional-dependencies]
0 commit comments