feat: fixes error on validation of IPAddresses by Upgrading Pydantic min version to v2.12.4, fixes internal tests implementation and fixes minor logic errors

This commit is contained in:
2025-11-23 02:15:41 -03:00
parent 9bc16ff1aa
commit c9330dfd6d
5 changed files with 227 additions and 136 deletions

View File

@@ -25,7 +25,7 @@ readme = "README.md"
dependencies = [
"email-validator>=2.2.0",
"jsonschema>=4.23.0",
"pydantic>=2.10.6",
"pydantic>=2.12.4",
]
[dependency-groups]
@@ -47,6 +47,11 @@ dev = [
homepage = "https://github.com/HideyoshiNakazone/jambo"
repository = "https://github.com/HideyoshiNakazone/jambo.git"
[project.optional-dependencies]
str-fmt = [
"isodate>=0.7.2",
]
# POE Tasks
[tool.poe.tasks]