We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4899e8c commit beb16c4Copy full SHA for beb16c4
2 files changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- netbox_version: &nb_versions [v4.5.4, v4.5.5]
+ netbox_version: &nb_versions [v4.3.7, v4.4.10, v4.5.5]
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v3
validity/netbox_changes/__init__.py
@@ -10,7 +10,7 @@
10
from validity import config
11
12
13
-StrFilterLookup = locate("strawberry_django.StrFilterLookup") if config.netbox_version >= "4.5.4" else FilterLookup[str]
+StrFilterLookup = locate("strawberry_django.StrFilterLookup") if config.netbox_version >= "4.5.5" else FilterLookup[str]
14
15
if config.netbox_version >= "4.5.0":
16
from .current import *
0 commit comments