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

3
.gitignore vendored
View File

@@ -363,3 +363,6 @@ production/logs/
*.db-shm
!*.example
codeql-db/
# Poetry lock files (coordinator-api uses local poetry)
apps/coordinator-api/poetry.lock