From b7d6ee5d6158e7cae18ef3fa9543d6a4a52d4b3d Mon Sep 17 00:00:00 2001 From: cdkbot <99445902+cdkbot@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:13:08 -0500 Subject: [PATCH] Update pyproject.toml Pin requirements requires release_1.31 branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff4e56d..f017d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "Charm library for installing and configuring Kubernetes snaps" readme = "README.md" requires-python = ">=3.8" dependencies = [ - "charm-lib-contextual-status@git+https://github.com/charmed-kubernetes/charm-lib-contextual-status", + "charm-lib-contextual-status@git+https://github.com/charmed-kubernetes/charm-lib-contextual-status@release_1.31", "ops", "PyYAML", "packaging",