Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG - python-dotenv requirement is explicitly ==0.20 #138

Open
garrett-symbiosys opened this issue Sep 24, 2024 · 0 comments
Open

BUG - python-dotenv requirement is explicitly ==0.20 #138

garrett-symbiosys opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@garrett-symbiosys
Copy link

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:

  1. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant