Skip to content

chore(deps)(deps): update pypinyin requirement from >=0.50.0 to >=0.55.0#15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pypinyin-gte-0.55.0
Open

chore(deps)(deps): update pypinyin requirement from >=0.50.0 to >=0.55.0#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pypinyin-gte-0.55.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Updates the requirements on pypinyin to permit the latest version.

Changelog

Sourced from pypinyin's changelog.

0.55.0_ (2025-07-20) +++++++++++++++++++++++++

  • [New] 新增 Style.BRAILLE_MAINLANDStyle.BRAILLE_MAINLAND_TONE 支持中国内地盲文风格 (via [#348](https://github.com/mozillazg/python-pinyin/issues/348)_ Thanks @oxygen-dioxide_ ) 。
  • [Improved] 使用 phrase-pinyin-data_ v0.19.0 的词语拼音数据。
  • [Improved] 使用 pinyin-data_ v0.15.0 的拼音数据。
  • [Fixed] 优化内置分词,解决词语切分有误导致的拼音有误问题。 Fixed [#347](https://github.com/mozillazg/python-pinyin/issues/347)_ 。

0.54.0_ (2025-03-30) +++++++++++++++++++++++++

  • [New] 新增当 errors 参数被设置为 exception 时,将在未找到拼音时抛出异常 PinyinNotFoundException

    .. code-block:: python

      >>> from pypinyin import pinyin
      >>> pinyin('你好☆☆', errors='exception')
      Traceback (most recent call last):
          ...
      pypinyin.exceptions.PinyinNotFoundException: No pinyin found for character "☆☆"
    
  • [New] 新增 Style.GWOYEU 支持国语罗马字 (via [#343](https://github.com/mozillazg/python-pinyin/issues/343)_ Thanks @0xis-cn_ ) 。

  • [Improved] 使用 phrase-pinyin-data_ v0.18.0 的词语拼音数据。

0.53.0_ (2024-09-15) +++++++++++++++++++++++++

  • [New] 内置对 pyinstaller 打包的支持, 避免使用 pyinstaller 打包时需要额外处理类似 no such file or dictionary: pinyin_dict.json 错误的问题。 ( 未增加新的依赖包 ,仅通过在源码中增加 pyinstaller 目录, 支持使用 pyinstaller 打包依赖了 pypinyin 的项目时自动打包 v0.52.0 版本新引入的 json 文件) via [#329](https://github.com/mozillazg/python-pinyin/issues/329) Thanks @xushengj , 详见 [#326](https://github.com/mozillazg/python-pinyin/issues/326)_ 。

0.52.0_ (2024-08-04) +++++++++++++++++++++++++

  • [Changed] 改为运行时从内置的 json 文件中读取单字和词语拼音数据(之前是从内置的 dict 类型的变量中读取), 缓解 Python 3.12 环境中存在的性能劣化问题 (via [#324](https://github.com/mozillazg/python-pinyin/issues/324)_ Thanks @serfend_ ) 详见 [#319](https://github.com/mozillazg/python-pinyin/issues/319)_ [#322](https://github.com/mozillazg/python-pinyin/issues/322)_ 。 主要解决 Python 3.12 环境中存在的如下问题(非 pypinyin 自身 bug 导致。其他 Python 版本环境中无类似问题):

    • 在 VSCode 中使用 debugpy 调试时, import pypinyin 操作需要耗时 10 分钟左右。
    • 运行 py.test --cov 命令时,pypinyin 相关代码会卡住很长一段时间。

... (truncated)

Commits
  • df10157 Bump version: 0.54.0 → 0.55.0
  • 4976884 Merge remote-tracking branch 'origin/develop'
  • b067d77 prepare v0.55.0
  • 88a0102 基于 pinyin-data 和 phrase-pinyin-data 生成最新的数据
  • 2b19fe5 更新使用 phrase-pinyin-data v0.19.0 和 pinyin-data v0.15.0 的数据
  • cbf1b79 支持在 GitHub Codespace 上开发 (#349)
  • ab62a2e 优化内置分词,解决词语切分有误导致的拼音有误问题 #347
  • 5766362 add more tests for Style.BRAILLE_MAINLAND and Style.BRAILLE_MAINLAND_TONE
  • e91dd9d improve changelog
  • 591428c 添加中国内地盲文风格 (#348)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pypinyin](https://github.com/mozillazg/python-pinyin) to permit the latest version.
- [Release notes](https://github.com/mozillazg/python-pinyin/releases)
- [Changelog](https://github.com/mozillazg/python-pinyin/blob/master/CHANGELOG.rst)
- [Commits](mozillazg/python-pinyin@v0.50.0...v0.55.0)

---
updated-dependencies:
- dependency-name: pypinyin
  dependency-version: 0.55.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 11, 2026

Labels

The following labels could not be found: dependencies, python, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants