Skip to content

Commit 64db645

Browse files
authored
Support argcomplete 2.0.0 (#790)
1 parent 4a47d1d commit 64db645

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dev
22

3+
- Support [argcomplete 2.0.0](https://pypi.org/project/argcomplete/2.0.0) (#790)
34
- Include machinery to build a manpage for pipx with [argparse-manpage](https://pypi.org/project/argparse-manpage/).
45
- Add better handling for 'app not found' when a single app is present in the project, and an improved error message (#733)
56
- Fixed animations sending output to stdout, which can break JSON output. (#769)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python_requires = >=3.6
3333
install_requires =
3434
colorama>=0.4.4;sys_platform=="win32"
3535
userpath>=1.6.0
36-
argcomplete>=1.9.4, <2.0
36+
argcomplete>=1.9.4
3737
packaging>=20.0
3838
importlib-metadata>=3.3.0; python_version < '3.8'
3939

0 commit comments

Comments
 (0)