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
build: Explicitly restrict backports.zoneinfo to python<3.9
For somereason whene pip-compile is compiling requiremnets it's not
pulling this environment marker from the upstream dependency so we need
to add this depedency of django explicitly for now so that we can
restrict it to python<3.9 and have that show up in our requirements
files.
0 commit comments