Skip to content

Commit bf2879c

Browse files
authored
Fix structlog by downgrading it (#11003)
* Fix structlog by downgrading it * Recompile deploy requirements
1 parent 83993f5 commit bf2879c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

requirements/deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ stripe==4.2.0
359359
# via
360360
# -r requirements/pip.txt
361361
# dj-stripe
362-
structlog==23.3.0
362+
structlog==23.2.0
363363
# via
364364
# -r requirements/pip.txt
365365
# django-structlog

requirements/pip.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ django-structlog==2.2.0
169169
# https://read-the-docs.sentry.io/issues/4678167578/events/2d9d348729874d67b120b153908ca54c/
170170
django-ipware<6.0.0
171171

172-
structlog
172+
# https://github.com/readthedocs/readthedocs.org/issues/10990
173+
structlog==23.2.0
173174
dparse
174175

175176
gunicorn

requirements/pip.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ stripe==4.2.0
261261
# via
262262
# -r requirements/pip.in
263263
# dj-stripe
264-
structlog==23.3.0
264+
structlog==23.2.0
265265
# via
266266
# -r requirements/pip.in
267267
# django-structlog

0 commit comments

Comments
 (0)