Skip to content

pyfuse3バージョン3.4.2以降への対応#5

Merged
ikfj merged 1 commit intoRCOSDP:mainfrom
chiku-samugari:fix/pyfuse3-asyncio-import
Feb 20, 2026
Merged

pyfuse3バージョン3.4.2以降への対応#5
ikfj merged 1 commit intoRCOSDP:mainfrom
chiku-samugari:fix/pyfuse3-asyncio-import

Conversation

@chiku-samugari
Copy link

pyfuse3はrequirements.txtの中でバージョンの指定がなく、2026年2月現在ではpyfuse3はバージョン3.4.2がインストールされますが、このバージョンからpyfuse3_asynciopyfuse3.asyncioに完全に置き換えられ、pyfuse3_asyncioは削除されました。本PRは全てのpyfuse3_asyncioの出現をpyfuse3.asyncioに置き換えることにより、この変更に追従するためのものです。

pyfuse3 3.4.0 renamed `pyfuse3_asyncio` to `pyfuse3.asyncio` with a
compatibility wrapper. pyfuse3 3.4.2 (2026-01-06) removed the wrapper
entirely, causing ModuleNotFoundError on import.

Fixing this issue by updating the import to use the new module path.
@ikfj ikfj merged commit da2381a into RCOSDP:main Feb 20, 2026
3 checks passed
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.

2 participants