mblackgeo / flask-cognito-lib

A Flask extension that supports protecting routes with AWS Cognito following OAuth 2.1 best practices
https://mblackgeo.github.io/flask-cognito-lib/
MIT License
57 stars 15 forks source link

Duplicate file name preventing push #16

Closed CaptThomas closed 1 year ago

CaptThomas commented 1 year ago

Hi contributors, it looks like version 1.3.2 somehow already exists on PyPip but is broken. I’d like to use this project in my code so I would like to ask the developers to push a new version such as 1.3.3 as a release as soon as possible.

mblackgeo commented 1 year ago

Could you elaborate on what problem you are having? A fresh install from pip on a clean venv showed no issues. I also was able to run the example with no issues on 1.3.2

CaptThomas commented 1 year ago

On Windows 11 22H2 with Python 3.10.11 in a conda environment, I can install flask-cognito-lib using pip but it is not resolved when I use import flask_cognito_lib in a python file.

CaptThomas commented 1 year ago

Please ignore this, it fixed itself when I switched virtual environment providers, interesting why venv worked better for me.