chore(deps-dev): update telegramify-markdown requirement from <0.6.0,>=0.5.0 to >=0.5.0,<1.2.0#966
Conversation
Updates the requirements on [telegramify-markdown](https://github.com/sudoskys/telegramify-markdown) to permit the latest version. - [Release notes](https://github.com/sudoskys/telegramify-markdown/releases) - [Commits](sudoskys/telegramify-markdown@pypi_0.5.0...pypi_1.1.1) --- updated-dependencies: - dependency-name: telegramify-markdown dependency-version: 1.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
JiwaniZakir
left a comment
There was a problem hiding this comment.
The version ceiling bump in pyproject.toml (line 101) widens the allowed range from <0.6.0 to <1.2.0, which spans several minor and a full major version jump. Since semantic versioning implies breaking changes between major versions, allowing >=1.0.0 without any validation of the v1.x API compatibility is a risk — it's worth checking whether the telegramify-markdown changelog introduces breaking changes in the 1.x series that could affect how Telegram messages are formatted at runtime.
It would also be worth noting why the upper bound stops at <1.2.0 specifically rather than <2.0.0 or just unpinning the major. If 1.2.0 is the latest tested version, a comment or a lock file update confirming that would add confidence. If this range was chosen arbitrarily, tightening it to >=0.5.0,<2.0.0 (trusting semver) or to a specific known-good version like >=0.5.0,<1.3.0 with a note would be more defensible.
Updates the requirements on telegramify-markdown to permit the latest version.
Release notes
Sourced from telegramify-markdown's releases.
Commits
7687e5bchore: bump version to 1.1.14e4905bfix: use text_link entity for mermaid caption to avoid length overflow7931582chore: bump version to 1.1.079bcf0bfeat: add render_mermaid and min_file_lines options to telegramify (#103)03205e1docs: update README for 1.0.0 stable releaseab182fdMerge pull request #102 from sudoskys/release/1.0.0e5776e5feat: restore 0.x compat API and release 1.0.080c6140feat: add entities_to_markdownv2() for reverse conversion (#101)953034ddocs: update README for heading level 1-6 support and clean mode config012b62cfix: improve list formatting, task markers, and heading styles (#99)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)