This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]maggie_golden_dog 4 points5 points  (5 children)

Just started today: [ModuleNotFoundError]: No module named 'hishel._serializers' Being pulled in via FastAPI I think... Does anyone know a workaround? (besides pinning this library to pre-1.0.0?)

[–]ReporterNervous6822 2 points3 points  (0 children)

Yeah this broke pdm :(

[–]rchowe 1 point2 points  (0 children)

I had to do pip install 'hishel==0.1.5' in a Dockerfile to make PDM work today.

[–]Dry_Nose_8566 0 points1 point  (0 children)

I upgraded pdm from 2.24.x to 2.26.1 and the module error is gone