We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b14fe commit 3c30407Copy full SHA for 3c30407
3 files changed
libraries/models/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cloudharness_model"
3
-version = "1.0.0"
+version = "3.0.0"
4
description = "cloudharness"
5
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6
license = "NoLicense"
libraries/models/requirements.txt
@@ -1,3 +1,3 @@
pydantic >= 2
-typing-extensions >= 4.7.1
+typing-extensions >= 4.7.2
pyhumps >= 3.8.0
libraries/models/setup.py
@@ -8,7 +8,7 @@
8
HERE = dn(realpath(__file__))
9
10
NAME = "cloudharness_model"
11
-VERSION = "2.5.0"
+VERSION = "3.0.0"
12
REQUIREMENTS = [
13
"pydantic >= 2",
14
"typing-extensions >= 4.7.1",
0 commit comments