attempt cdci fix

This commit is contained in:
Yusur 2025-09-30 20:27:15 +02:00
parent 1179009025
commit b9e470ff28
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ license = "Apache-2.0"
readme = "README.md"
dependencies = [
"suou==0.6.2rc1",
"itsdangerous",
"toml",
"pydantic",

View file

@ -36,7 +36,7 @@ from .validators import matches
from .redact import redact_url_password
from .http import WantsContentType
__version__ = "0.6.2-dev38"
__version__ = "0.6.2.rc1"
__all__ = (
'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue',