Skip to content

Commit

Permalink
Merge pull request #66 from karellen/release_0.1.16
Browse files Browse the repository at this point in the history
Release v0.1.16
  • Loading branch information
arcivanov authored May 24, 2024
2 parents 890a79f + 178a8e3 commit f6073c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use_plugin("filter_resources")

name = "kubernator"
version = "1.0.16.dev"
version = "1.0.16"

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

0 comments on commit f6073c1

Please sign in to comment.