Skip to content

Commit f42628d

Browse files
Allow new custom components to use Gradio 6 (#12473)
* Allow new custom components to use Gradio 6 * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]>
1 parent 9a86e80 commit f42628d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tangy-spiders-cry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gradio": patch
3+
---
4+
5+
fix:Allow new custom components to use Gradio 6

gradio/cli/commands/components/files/pyproject_.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
"<<template>>"
2020
]
2121
# Add dependencies here
22-
dependencies = ["gradio>=4.0,<6.0"]
22+
dependencies = ["gradio>=6.0,<7.0"]
2323
classifiers = [
2424
'Development Status :: 3 - Alpha',
2525
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)