You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fix] Pin topology/monitoring/radius to 1.3 to match utils, fixing CI #623
a95eadf bumped utils and controller to the 1.3 family but left
OPENWISP_TOPOLOGY/MONITORING/RADIUS_SOURCE on ~=1.2.0. network-topology
1.2's admin.py imports UUIDAdmin, which openwisp-utils 1.3 removed, so
daphne crashed on import during admin autodiscover and CI failed. CI reads
the Dockerfile defaults (.build.env is gitignored), so the pin must live
here. Pin the whole openwisp 1.3 family to fixed commit SHAs so the build
is consistent and reproducible. Temporary for PR #436 compat; revert with
the rest of the 1.3 pins before merge.
Related to #623
0 commit comments