fix: pin all dependencies to exact versions
loading diff…
Pin all dependencies across the integrator monorepo to exact versions for supply chain security. Removes >=, ^, ~, and other flexible ranges from all pyproject.toml files (root, api, common, cortex, infra, trace-ui, watchdog).
Prevents automatic pulling of potentially compromised package versions (ref: axios supply chain attack).