Skip to content

Commit 1241f1b

Browse files
committed
Bump CHANGELOG and version
1 parent 0571a44 commit 1241f1b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.2
2+
3+
* chore(deps): Bump several depedencies to resolve open high CVEs
4+
* fix: Exclude pip and setuptools pinning based on cursor comment
5+
* fix: With the newer version of transformers 4.57.1, the type checking became stricter, and mypy correctly flagged that DetrImageProcessor.from_pretrained() expects str | PathLike[Any], not a model object.
6+
17
## 1.1.1
28

39
* Add NotImplementedError when trying to single index a TextRegions, reflecting the fact that it won't behave correctly at the moment.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.1" # pragma: no cover
1+
__version__ = "1.1.2" # pragma: no cover

0 commit comments

Comments
 (0)