Update type hint Sequence in jeb_utils.utils.find_nearest_lower_number to Sequence[int | float]

This commit is contained in:
2026-04-02 14:24:23 +02:00
parent c5ba3855b5
commit d88b7228fc
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.2.4"
version = "0.2.5"
description = "Common utils for JEB client and server."
dependencies = ["cryptography"]
license = "Apache-2.0"