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

Pendulum wont updated for 3.12. #329

Open karserasl opened 1 year ago

karserasl commented 1 year ago

Hello

Pendulum devs decided to not update the library until 3.0 is out. https://github.com/sdispater/pendulum/issues/753#issuecomment-1739202965

Which means, this, and any other library, depending on it wont install on 3.12

karlkovaciny commented 1 month ago

Pendulum 3.0 was released on December 16, 2023, so this issue can likely be closed.

vicchi commented 3 weeks ago

Related to #453