Skip to content

Commit

Permalink
DEP: Deprecate with replacement CCITParameters
Browse files Browse the repository at this point in the history
Deprecate CCITParameters with replacement CCITTParameters.
  • Loading branch information
j-t-1 authored Dec 25, 2024
1 parent 4829c9e commit e290c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypdf/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def __create_old_class_instance(
columns: int = 0,
rows: int = 0
) -> CCITTParameters:
deprecate_with_replacement("CCITParameters", "CCITTParameters", "5.0.0")
deprecate_with_replacement("CCITParameters", "CCITTParameters", "5.2.0")
return CCITTParameters(K, columns, rows)


Expand Down

0 comments on commit e290c6d

Please sign in to comment.