Skip to content

Commit d1ebd5c

Browse files
committed
Downgrade click version to 8.1.7
The newest click 8.1.8 is breaking the behave tests.
1 parent 1023f57 commit d1ebd5c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ urls = { Homepage = "https://pgcli.com" }
2525
requires-python = ">=3.9"
2626
dependencies = [
2727
"pgspecial>=2.0.0",
28-
"click >= 4.1",
29-
"Pygments>=2.0", # Pygments has to be Capitalcased. WTF?
28+
"click >= 4.1,<8.1.8",
29+
"Pygments>=2.0", # Pygments has to be Capitalcased. WTF?
3030
# We still need to use pt-2 unless pt-3 released on Fedora32
3131
# see: https://github.com/dbcli/pgcli/pull/1197
3232
"prompt_toolkit>=2.0.6,<4.0.0",
@@ -66,10 +66,7 @@ version = { attr = "pgcli.__version__" }
6666
find = { namespaces = false }
6767

6868
[tool.setuptools.package-data]
69-
pgcli = [
70-
"pgclirc",
71-
"packages/pgliterals/pgliterals.json",
72-
]
69+
pgcli = ["pgclirc", "packages/pgliterals/pgliterals.json"]
7370

7471
[tool.black]
7572
line-length = 88

0 commit comments

Comments
 (0)