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
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user