Pin Python version to 3.13.5 and ignore coordinator-api poetry.lock

- Update requires-python in all pyproject.toml files from '>=3.13' to '>=3.13.5,<3.14'
  - aitbc-core, aitbc-sdk, aitbc-crypto, aitbc-agent-sdk
- Add apps/coordinator-api/poetry.lock to .gitignore
- Project officially supports Python 3.13.5 only
This commit is contained in:
aitbc
2026-05-07 09:15:36 +02:00
parent 2cb800c693
commit db22fc9871
5 changed files with 7 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ authors = [
{name = "AITBC Team", email = "team@aitbc.dev"}
]
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.13.5,<3.14"
dependencies = [
"requests>=2.31.0",
"pydantic>=2.5.0"

View File

@@ -6,7 +6,7 @@ authors = [
{name = "AITBC Team", email = "team@aitbc.dev"}
]
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.13.5,<3.14"
dependencies = [
"cryptography>=46.0.0",
"sqlmodel>=0.0.14",

View File

@@ -6,7 +6,7 @@ authors = [
{name = "AITBC Team", email = "team@aitbc.dev"}
]
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.13.5,<3.14"
dependencies = [
"cryptography>=46.0.0",
"pynacl>=1.5.0"

View File

@@ -6,7 +6,7 @@ authors = [
{name = "AITBC Team", email = "team@aitbc.dev"}
]
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.13.5,<3.14"
dependencies = [
"cryptography>=46.0.0",
"requests>=2.31.0",