瀏覽代碼

Fixes #4910: Unpin redis dependency to fix exception in RQ worker

Jeremy Stretch 5 年之前
父節點
當前提交
2972993a84
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 0
      docs/release-notes/version-2.8.md
  2. 0 1
      requirements.txt

+ 1 - 0
docs/release-notes/version-2.8.md

@@ -15,6 +15,7 @@
 * [#4887](https://github.com/netbox-community/netbox/issues/4887) - Don't disable NAPALM tabs when device has no primary IP
 * [#4887](https://github.com/netbox-community/netbox/issues/4887) - Don't disable NAPALM tabs when device has no primary IP
 * [#4894](https://github.com/netbox-community/netbox/issues/4894) - Fix display of device/VM counts on platforms list
 * [#4894](https://github.com/netbox-community/netbox/issues/4894) - Fix display of device/VM counts on platforms list
 * [#4895](https://github.com/netbox-community/netbox/issues/4895) - Force UTF-8 encoding when embedding model documentation
 * [#4895](https://github.com/netbox-community/netbox/issues/4895) - Force UTF-8 encoding when embedding model documentation
+* [#4910](https://github.com/netbox-community/netbox/issues/4910) - Unpin redis dependency to fix exception in RQ worker
 
 
 ---
 ---
 
 

+ 0 - 1
requirements.txt

@@ -21,5 +21,4 @@ Pillow==7.1.1
 psycopg2-binary==2.8.5
 psycopg2-binary==2.8.5
 pycryptodome==3.9.7
 pycryptodome==3.9.7
 PyYAML==5.3.1
 PyYAML==5.3.1
-redis==3.4.1
 svgwrite==1.4
 svgwrite==1.4