You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the requirements.txt, the dependency on python-dotenv is hard set to 0.20. This is causing dependency issues with many python libraries like pydantic and pydantic-settings.
To Reproduce
Steps to reproduce the behavior:
Attempt to install pinterest-python-sdk and pydantic-settings.
Expected behavior
If the python-dotenv dependency was >=0.20 instead of ==0.20, this issue will go away.
Additional Details (please complete the following information):
OS and Version: [e.g. MacOS, Windows]
SDK Version 0.2.3
The text was updated successfully, but these errors were encountered:
Describe the bug
In the requirements.txt, the dependency on python-dotenv is hard set to 0.20. This is causing dependency issues with many python libraries like pydantic and pydantic-settings.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If the python-dotenv dependency was >=0.20 instead of ==0.20, this issue will go away.
Additional Details (please complete the following information):
The text was updated successfully, but these errors were encountered: