7f87cc9a6c
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
22 lines
545 B
Plaintext
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
|