Skip to content

Commit 3c30407

Browse files
committed
Update libs versions
1 parent a6b14fe commit 3c30407

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

libraries/models/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cloudharness_model"
3-
version = "1.0.0"
3+
version = "3.0.0"
44
description = "cloudharness"
55
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
66
license = "NoLicense"

libraries/models/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pydantic >= 2
2-
typing-extensions >= 4.7.1
2+
typing-extensions >= 4.7.2
33
pyhumps >= 3.8.0

libraries/models/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
HERE = dn(realpath(__file__))
99

1010
NAME = "cloudharness_model"
11-
VERSION = "2.5.0"
11+
VERSION = "3.0.0"
1212
REQUIREMENTS = [
1313
"pydantic >= 2",
1414
"typing-extensions >= 4.7.1",

0 commit comments

Comments
 (0)