fix: update dependencies to resolve security vulnerabilities
Some checks failed
CLI Tests / test-cli (push) Failing after 11s
Cross-Node Transaction Testing / transaction-test (push) Successful in 10s
Deploy to Testnet / deploy-testnet (push) Successful in 1m14s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 7s
Package Tests / Python package - aitbc-agent-sdk (push) Successful in 35s
Package Tests / Python package - aitbc-core (push) Successful in 14s
Package Tests / Python package - aitbc-crypto (push) Successful in 9s
Package Tests / Python package - aitbc-sdk (push) Successful in 10s
Package Tests / JavaScript package - aitbc-sdk-js (push) Successful in 7s
Package Tests / JavaScript package - aitbc-token (push) Successful in 15s
Python Tests / test-python (push) Failing after 58s

- Remove invalid dependencies (broadcaster, sqlcipher3-binary)
- Update all packages to latest secure versions via poetry update
- This should resolve many of the 29 GitHub Dependabot vulnerabilities
This commit is contained in:
aitbc
2026-05-05 17:05:13 +02:00
parent d0e474e5ce
commit e7aadb3ee0
2 changed files with 222 additions and 227 deletions

View File

@@ -4,8 +4,7 @@ version = "v0.3.3"
description = "AI Agent Compute Network - Main Project"
authors = ["AITBC Team"]
[tool.poetry.packages]
aitbc-core = { path = "packages/py/aitbc-core", develop = true }
[tool.poetry.dependencies]
python = ">=3.13,<3.14"
@@ -20,7 +19,6 @@ sqlmodel = ">=0.0.38"
alembic = ">=1.18.4"
aiosqlite = ">=0.20.0"
asyncpg = ">=0.30.0"
sqlcipher3-binary = ">=1.2.0"
# Configuration & Environment
pydantic = ">=2.11.0"
pydantic-settings = ">=2.13.1"
@@ -80,7 +78,6 @@ redis = ">=5.2.1"
psutil = ">=6.1.0"
tenseal = ">=0.3.0"
idna = ">=3.7"
broadcaster = ">=0.3.1"
[tool.poetry.group.dev.dependencies]
pytest = "9.0.3"