sunbeam-charms/charms/cinder-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

22 lines
545 B
Plaintext

# This file is managed centrally by release-tools and should not be modified
# within individual charm repos. See the 'global' dir contents for available
# choices of *requirements.txt files for OpenStack Charms:
# https://github.com/openstack-charmers/release-tools
#
cryptography
jinja2
jsonschema
pydantic
lightkube
lightkube-models
ops
git+https://opendev.org/openstack/charm-ops-interface-tls-certificates#egg=interface_tls_certificates
# TODO
requests # Drop - not needed in storage backend interface.
# From ops_sunbeam
tenacity