Make library backward compatible: use typing.Union instead of the | operator

This commit is contained in:
2026-04-02 14:28:26 +02:00
parent d88b7228fc
commit 55d3eb8fab
4 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "jeb-utils"
version = "0.2.5"
version = "0.3.0"
description = "Common utils for JEB client and server."
dependencies = ["cryptography"]
license = "Apache-2.0"