Skip to content

Commit 65075bf

Browse files
committed
fix: remove click constraint
1 parent 8611a28 commit 65075bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

code_annotations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Extensible tools for parsing annotations in codebases.
33
"""
44

5-
__version__ = '1.1.1'
5+
__version__ = '1.1.2'

requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
-c constraints.txt
44

5-
click>=7.0,<8.0
5+
click
66
Jinja2
77
pyyaml
88
python-slugify

0 commit comments

Comments
 (0)