flux-config-shared 0.1.1__tar.gz → 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: flux-config-shared
3
- Version: 0.1.1
3
+ Version: 0.2.0
4
4
  Summary: Shared protocol and configuration definitions for Flux Config packages
5
5
  Author: David White
6
6
  Author-email: David White <david@runonflux.io>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "flux-config-shared"
3
- version = "0.1.1"
3
+ version = "0.2.0"
4
4
  description = "Shared protocol and configuration definitions for Flux Config packages"
5
5
  authors = [{ name = "David White", email = "david@runonflux.io" }]
6
6
  requires-python = ">=3.13, <4"
@@ -118,7 +118,7 @@ class ConfigInfo:
118
118
  """Configuration state."""
119
119
 
120
120
  installer_config: dict | None = None
121
- user_config: dict | None = None
121
+ user_config_received: bool = False
122
122
 
123
123
 
124
124
  @dataclass