[fix]: PyO3 macOS linking and consolidate on tracing for logging

This commit is contained in:
Simo Lin
2025-04-29 11:26:38 -07:00
committed by GitHub
parent 1468769bde
commit 771669cbe0
6 changed files with 55 additions and 77 deletions

View File

@@ -21,9 +21,6 @@ serde_json = "1.0"
pyo3 = { version = "0.22.5", features = ["extension-module"] }
dashmap = "6.1.0"
http = "1.1.0"
env_logger = "0.11.5"
log = "0.4.22"
chrono = "0.4.38"
tokio = "1.42.0"
# Added for enhanced logging system
tracing = "0.1"