sunbeam-charms/charms/heat-k8s/requirements.txt
Hemanth Nakkina 7f87cc9a6c
Remove upper contraints on pydantic
All the external libraries supports pydantic 2.x
So remove upper constraints on pydantic in
requirements.txt and charmcraft.yaml for the
charms.

Change-Id: Ie654f6289e953511856c3daa1966cf9831dd4d98
2024-08-27 14:06:38 +05:30

14 lines
339 B
Plaintext

ops
jinja2
pwgen
lightkube
pydantic
# These are only needeed if the charm relates to ceph
git+https://github.com/openstack/charm-ops-interface-ceph-client#egg=interface_ceph_client
# Charmhelpers is only present as interface_ceph_client uses it.
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers
# From ops_sunbeam
tenacity