Skip to content

Commit b50fe5e

Browse files
authored
Merge pull request explosion#10577 from adrianeboyd/chore/backport-click-pin-v3.2.x
Backport click pin, set version to v3.2.4
2 parents b2f34b1 + 259ad99 commit b50fe5e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ wasabi>=0.8.1,<1.1.0
1111
srsly>=2.4.1,<3.0.0
1212
catalogue>=2.0.6,<2.1.0
1313
typer>=0.3.0,<0.5.0
14+
click<8.1.0
1415
pathy>=0.3.5
1516
# Third party dependencies
1617
numpy>=1.15.0

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ install_requires =
5252
srsly>=2.4.1,<3.0.0
5353
catalogue>=2.0.6,<2.1.0
5454
typer>=0.3.0,<0.5.0
55+
click<8.1.0
5556
pathy>=0.3.5
5657
# Third-party dependencies
5758
tqdm>=4.38.0,<5.0.0

spacy/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fmt: off
22
__title__ = "spacy"
3-
__version__ = "3.2.3"
3+
__version__ = "3.2.4"
44
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
55
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
66
__projects__ = "https://github.com/explosion/projects"

0 commit comments

Comments
 (0)