Bug fix: jeb_utils.utils.is_valid_host returned None instead of False if the host is not valid

This commit is contained in:
2026-04-04 16:28:27 +02:00
parent 5abaa71b27
commit f3dd768446
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "jeb-utils"
version = "0.3.1"
version = "0.3.2"
description = "Common utils for JEB client and server."
dependencies = ["cryptography"]
license = "Apache-2.0"