Skip to content

Commit

Permalink
Fixes #12415: Pin rq to v1.13.0 to fix ImportError exception from dja…
Browse files Browse the repository at this point in the history
…ngo-rq
  • Loading branch information
jeremystretch committed May 1, 2023
1 parent 8cede0d commit 261f5e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/version-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* [#12396](https://github.com/netbox-community/netbox/issues/12396) - Provider account should not be a required field in REST API serializer
* [#12405](https://github.com/netbox-community/netbox/issues/12405) - Fix filtering for VLAN groups displayed under site view
* [#12412](https://github.com/netbox-community/netbox/issues/12412) - Device/VM interface MAC addresses can be nullified via REST API
* [#12415](https://github.com/netbox-community/netbox/issues/12415) - Pin `rq` to v1.13.0 to fix `ImportError` exception from `django-rq`

---

Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ social-auth-core[openidconnect]==4.4.2
svgwrite==1.4.3
tablib==3.4.0
tzdata==2023.3

# Pin rq to v1.13.0 to retain compatibility with django-rq
rq==1.13.0

0 comments on commit 261f5e4

Please sign in to comment.