fix: python versions

This commit is contained in:
dextmorgn
2025-10-24 13:48:31 +02:00
parent d3f0150b79
commit 0a85e3fea7
9 changed files with 5 additions and 22708 deletions

5748
flowsint-api/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@ authors = ["EliottElek <dexxterrmorgan@proton.me>"]
packages = [{ include = "app" }]
[tool.poetry.dependencies]
python = ">=3.10"
python = ">=3.11,<3.14"
flowsint-core = { path = "../flowsint-core", develop = true }
flowsint-types = { path = "../flowsint-types", develop = true }
flowsint-transforms = { path = "../flowsint-transforms", develop = true }