long2ice / fastapi-cache

fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.
https://github.com/long2ice/fastapi-cache
Apache License 2.0
1.3k stars 160 forks source link

Installation of pendulum failed in the environment using Python 3.12. #391

Open mkdir700 opened 8 months ago

mkdir700 commented 8 months ago

image

In version 3.0.0 of pendulum, this issue has been resolved, so we need to upgrade its version if it is in the Python 3.12 environment.

https://github.com/sdispater/pendulum/issues/696