File size: 942 Bytes
0ed40be
 
 
 
de95380
 
772cbd9
de95380
 
 
9c5d5e0
 
 
 
4989ade
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 0.2.2

- Install `huggingface_hub>=0.21.1` now that 0.21 have been released.

## 0.2.1

- Install `huggingface_hub` dependency from source (commit [`7c74445903fe86f694ce6e42c386b7bebee94008`](https://github.com/huggingface/huggingface_hub/commit/7c74445903fe86f694ce6e42c386b7bebee94008)) in order to fix pagination when listing discussions from a repo. See [Pull Request #1962](https://github.com/huggingface/huggingface_hub/pull/1962). Let's not forget to switch back to installing from PyPi once huggingface_hub `0.21.x` is released.
- Run recovery in the background to avoid interrupting the main thread.
- In recovery, loop only through pull requests instead of listing all discussions.

## 0.2.0

- Move `gradio_space_ci` configuration to README.md metadata. Simplify integration (single `enable_space_ci` call).

## 0.1.2

- Recover missed webhooks at startup time by looping through all PRs and checking which ones are out of sync.