Skip to content

Commit 4db0ee5

Browse files
committed
update gradio version in package dependencies
1 parent 878be36 commit 4db0ee5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
- Fix: update `gradio` version in package dependencies to 4.27.0.
6+
37
## 0.3.0
48

59
### Breaking changes

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "gryannote"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Provide Gradio custom components to make the diarization-based audio annotation process easier"
99
readme = "README.md"
1010
authors = [{name = "Clément Pagés", email = "[email protected]"}]
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
keywords = ["gradio-custom-component", "speaker-diarization", "pyannote", "annotation-tool", "audio"]
2525
dependencies = [
26-
"gradio>=4.0,<5.0",
26+
"gradio==4.27.0",
2727
"pyannote.audio>=3.1.1",
2828
"pyannote.core>=5.0.0",
2929
]

0 commit comments

Comments
 (0)