appkit-ui 0.7.2__tar.gz → 0.7.3__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.4
2
2
  Name: appkit-ui
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: Add your description here
5
5
  Author: Jens Rehpöhler
6
6
  Requires-Python: >=3.13
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "appkit-ui"
3
- version = "0.7.2"
3
+ version = "0.7.3"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  authors = [{ name = "Jens Rehpöhler" }]
@@ -138,7 +138,7 @@ def form_field(
138
138
  label=label,
139
139
  description=hint,
140
140
  error=validation_error,
141
- required=True,
141
+ required=kwargs.get("required", False),
142
142
  width="100%",
143
143
  )
144
144
 
File without changes
File without changes