"netbox>=4.4,<4.6"

This commit is contained in:
2026-07-10 09:20:29 +02:00
parent 9d5ea53b5c
commit 898f3341a3
4 changed files with 6 additions and 4 deletions
+1 -2
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "netbox-vmware-importer"
version = "0.1.0"
version = "0.1.1"
description = "NetBox plugin to synchronize VMware vSphere virtual machines into NetBox."
readme = "README.md"
requires-python = ">=3.12"
@@ -20,7 +20,6 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"netbox>=4.4,<4.6",
"pyvmomi>=8.0.3",
"cryptography>=42.0",
]