Skip to content

Commit 261f5e4

Browse files
committed
Fixes #12415: Pin rq to v1.13.0 to fix ImportError exception from django-rq
1 parent 8cede0d commit 261f5e4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/release-notes/version-3.5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [#12396](https://github.com/netbox-community/netbox/issues/12396) - Provider account should not be a required field in REST API serializer
1010
* [#12405](https://github.com/netbox-community/netbox/issues/12405) - Fix filtering for VLAN groups displayed under site view
1111
* [#12412](https://github.com/netbox-community/netbox/issues/12412) - Device/VM interface MAC addresses can be nullified via REST API
12+
* [#12415](https://github.com/netbox-community/netbox/issues/12415) - Pin `rq` to v1.13.0 to fix `ImportError` exception from `django-rq`
1213

1314
---
1415

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ social-auth-core[openidconnect]==4.4.2
3535
svgwrite==1.4.3
3636
tablib==3.4.0
3737
tzdata==2023.3
38+
39+
# Pin rq to v1.13.0 to retain compatibility with django-rq
40+
rq==1.13.0

0 commit comments

Comments
 (0)