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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -363,3 +363,6 @@ production/logs/
|
||||
*.db-shm
|
||||
!*.example
|
||||
codeql-db/
|
||||
|
||||
# Poetry lock files (coordinator-api uses local poetry)
|
||||
apps/coordinator-api/poetry.lock
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user