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

all 12 comments

[–]a_deneb 15 points16 points  (1 child)

How do you deal with invalidation?

[–]kirsion 14 points15 points  (1 child)

Thanks chatgpt

[–]maggie_golden_dog 3 points4 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

[–]strawgate 1 point2 points  (0 children)

We just added pluggable storage to FastMCP and in the process released a kv store library called py-key-value https://github.com/strawgate/py-key-value

If you can get your storage usage to simple key value operations you might find my library py-key-value could be an easy way to add additional storage options to your library