Skip to content

Commit f6073c1

Browse files
authoredMay 24, 2024··
Merge pull request #66 from karellen/release_0.1.16
Release v0.1.16
2 parents 890a79f + 178a8e3 commit f6073c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
use_plugin("filter_resources")
2828

2929
name = "kubernator"
30-
version = "1.0.16.dev"
30+
version = "1.0.16"
3131

3232
summary = "Kubernator is the a pluggable framework for K8S provisioning"
3333
authors = [Author("Express Systems USA, Inc.", "")]
@@ -55,7 +55,7 @@ def set_properties(project):
5555
project.depends_on("openapi-spec-validator", "~=0.3")
5656
project.depends_on("json-log-formatter", "~=0.3")
5757
project.depends_on("platformdirs", "~=4.2")
58-
project.depends_on("requests", "~=2.31.0")
58+
project.depends_on("requests", "<=2.31.0")
5959
project.depends_on("jsonpatch", "~=1.32")
6060
project.depends_on("jsonpath-ng", "~=1.6.1")
6161
project.depends_on("jinja2", "~=3.1")

0 commit comments

Comments
 (0)
Please sign in to comment.