Open
Description
Prerequisites
- I have searched the repository’s issues, Kinde community and public roadmap to ensure my feature request isn’t a duplicate
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
What is the problem you’re trying to solve?
Attempting to install litellm, it has come to my attention that this requires a version of certifi that is over a year old
litellm (1.16.21) depends on certifi (>=2023.7.22,<2024.0.0), litellm (>=1.16.21,<2.0.0) requires certifi (>=2023.7.22,<2024.0.0).
And because kinde-python-sdk (1.2.2) depends on certifi (>=2022.12.7,<2022.13.0)
What solution would you like to see?
I would likely unpeg certifi
unless there is a known incompatibility. If there is a known incompatibility, I would work on resolving that so that people can use an up to date version of that library.
Additional information
No response
Activity