set requires-python to fix poetry install (#609)

set requires-python
This commit is contained in:
Guy Korland 2025-06-24 19:39:00 +03:00 committed by GitHub
parent a6bb9b3eca
commit 0d7dd9d363
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ name = "mcp-server"
version = "0.1.0"
description = "Graphiti MCP Server"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.10,<4"
dependencies = [
"mcp>=1.5.0",
"openai>=1.68.2",