summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-03-29 18:12:02 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-03-29 18:12:02 +0300
commit55a628b3d02ebcb485ff55c29cfd56521546be91 (patch)
tree03e5ef5b139c30dcd0e2a9eadbffe7223937c837 /pyproject.toml
parent1971f310063c5525d856100f818e3252b29bd753 (diff)
Fix case when can not possible to calculate
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d5babaa..f6816d1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ krr = "robusta_krr.main:app"
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
typer = {extras = ["all"], version = "^0.7.0"}
-pydantic = "^1.10.5"
+pydantic = "1.10.7"
kubernetes = "^26.1.0"
prometheus-api-client = "^0.5.3"