```
chore: refactor logging module, update genesis timestamp, remove model relationships, and reorganize routers - Rename logging.py to logger.py and update import paths in poa.py and main.py - Update devnet genesis timestamp to 1766828620 - Remove SQLModel Relationship declarations from Block, Transaction, and Receipt models - Add SessionDep type alias and get_session dependency in coordinator-api deps - Reorganize coordinator-api routers: replace explorer/registry with exchange, users, marketplace
This commit is contained in:
@ -6,7 +6,7 @@ requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"httpx>=0.27.0",
|
||||
"pydantic>=2.7.0",
|
||||
"aitbc-crypto @ file://../aitbc-crypto"
|
||||
"aitbc-crypto @ file:///home/oib/windsurf/aitbc/packages/py/aitbc-crypto"
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
||||
@ -5,4 +5,4 @@ Summary: AITBC client SDK for interacting with coordinator services
|
||||
Requires-Python: >=3.11
|
||||
Requires-Dist: httpx>=0.27.0
|
||||
Requires-Dist: pydantic>=2.7.0
|
||||
Requires-Dist: aitbc-crypto@ file://../aitbc-crypto
|
||||
Requires-Dist: aitbc-crypto@ file:///home/oib/windsurf/aitbc/packages/py/aitbc-crypto
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
httpx>=0.27.0
|
||||
pydantic>=2.7.0
|
||||
aitbc-crypto@ file://../aitbc-crypto
|
||||
aitbc-crypto@ file:///home/oib/windsurf/aitbc/packages/py/aitbc-crypto
|
||||
|
||||
Reference in New Issue
Block a user