Fix of a bug in jeb_utils.jeb_utils.validate_topic_name

This commit is contained in:
2026-02-21 14:24:50 +01:00
parent 24a0850f55
commit 9d106abd9e
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ build-backend = "setuptools.build_meta"
[project]
name = "jeb-utils"
version = "0.1.2"
version = "0.1.3"
description = "Common utils for JEB client and server."
dependencies = ["cryptography"]