Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ _move-generated-files:
new_file = file_.parent / "_components" / filename
file_.rename(new_file)
# enforce keyword arguments only after the id argument
id_pattern = " id: typing.Optional[str] = None,\n"
id_pattern = " id: typing.Optional[typing.Union[str, dict]] = None,\n"
new_file.write_text(
new_file.read_text().replace(id_pattern, f"{id_pattern}{8 * ' '}*,\n")
)
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ authors = [
]
maintainers = [{ name = "Tom Begley", email = "[email protected]" }]
requires-python = ">=3.9, <4"
dependencies = ["dash==3.0.0rc1"]
dependencies = [
"dash==3.0.0rc3",
]
classifiers = [
"Framework :: Dash",
"License :: OSI Approved :: Apache Software License",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.