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.38k stars 167 forks source link

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

Open mkdir700 opened 10 months ago

mkdir700 commented 10 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

vicchi commented 3 weeks ago

Related to #453