File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
81
- Handling of broken ` fileno ` made more robust. Fixes https://github.com/Textualize/rich/issues/2645
82
82
- Fixed missing ` fileno ` on FileProxy
83
83
84
+ ### Fixed
85
+
86
+ - Fix type of ` spinner_style ` argument in ` Console.status ` https://github.com/Textualize/rich/pull/2613 .
87
+
84
88
### Changed
85
89
86
90
- Bumped minimum Python version to 3.7 https://github.com/Textualize/rich/pull/2567
Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ The following people have contributed to the development of Rich:
64
64
- [ Tomer Shalev] ( https://github.com/tomers )
65
65
- [ Serkan UYSAL] ( https://github.com/uysalserkan )
66
66
- [ Zhe Huang] ( https://github.com/onlyacat )
67
+ - [ Adrian Zuber] ( https://github.com/xadrianzetx )
67
68
- [ Ke Sun] ( https://github.com/ksun212 )
68
69
- [ Qiming Xu] ( https://github.com/xqm32 )
69
70
- [ James Addison] ( https://github.com/jayaddison )
71
+
Original file line number Diff line number Diff line change @@ -1150,7 +1150,7 @@ def status(
1150
1150
status : RenderableType ,
1151
1151
* ,
1152
1152
spinner : str = "dots" ,
1153
- spinner_style : str = "status.spinner" ,
1153
+ spinner_style : StyleType = "status.spinner" ,
1154
1154
speed : float = 1.0 ,
1155
1155
refresh_per_second : float = 12.5 ,
1156
1156
) -> "Status" :
You can’t perform that action at this time.
0 commit comments