I updated sqlalchemy to the latest version, but now when i use pipreqs to build my requirement.txt file, it outputs two versions of sqlalchemy despite me only having one installed:
boto3==1.34.39pandas==1.5.3psycopg2==2.9.9Requests==2.31.0SQLAlchemy==1.4.39SQLAlchemy==2.0.28I tested it out and literally if I just import SQLAlchemy it builds a req file with both versions - I have no idea what is going on, I check my local SQLAlchemy version which is 2.0.28. Any help would be much appreciated