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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user