We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cb347 commit edf5fcaCopy full SHA for edf5fca
1 file changed
prefab_cloud_python/constants.py
@@ -2,5 +2,5 @@
2
from datetime import timedelta
3
4
NoDefaultProvided = object()
5
-ConfigValueType = Optional[Union[int, float, bool, str, list[str], timedelta]]
+ConfigValueType = Optional[Union[int, float, bool, str, list[str], timedelta, dict]]
6
ContextDictType = dict[str, dict[str, ConfigValueType]]
0 commit comments