Closed acidjunk closed 10 months ago
Some notes regarding deps:
Before:
alembic==1.7.6 aniso8601==9.0.1 argcomplete==2.0.0 attrs==21.4.0 Babel==2.9.1 blinker==1.4 boto3==1.20.54 botocore==1.23.54 bumpversion==0.5.3 certifi==2021.10.8 cfn-flip==1.3.0 charset-normalizer==2.0.11 click==8.0.3 dnspython==2.2.0 durationpy==0.5 email-validator==1.1.0 Flask==1.1.2 Flask-Admin==1.5.6 Flask-BabelEx==0.9.4 Flask-Cors==3.0.8 Flask-Login==0.4.1 Flask-Mail==0.9.1 Flask-Migrate==2.5.3 Flask-Principal==0.4.0 flask-restx==0.2.0 Flask-Security-Too==3.3.2 Flask-SQLAlchemy==2.5.1 Flask-WTF==1.0.0 future==0.18.2 hjson==3.0.2 idna==3.3 importlib-metadata==4.11.0 importlib-resources==5.4.0 itsdangerous==2.0.1 Jinja2==3.0.3 jmespath==0.10.0 jsonschema==4.4.0 kappa==0.6.0 libgravatar==0.2.3 Mako==1.1.6 MarkupSafe==2.0.1 more-itertools==6.0.0 musthe==1.0.0 passlib==1.7.4 placebo==0.9.0 pyrsistent==0.18.1 python-dateutil==2.8.2 python-ly==0.9.5 python-slugify==5.0.2 pytz==2021.3 PyYAML==6.0 requests==2.27.1 s3transfer==0.5.1 six==1.16.0 speaklater==1.3 SQLAlchemy==1.3.19 structlog==19.1.0 text-unidecode==1.3 toml==0.10.2 tqdm==4.62.3 troposphere==3.2.2 urllib3==1.26.8 Werkzeug==2.0.3 wsgi-request-logger==0.4.6 WTForms==3.0.1 zappa==0.54.1 zipp==3.7.0
After:
alembic==1.12.1 aniso8601==9.0.1 argcomplete==3.1.6 attrs==23.1.0 Babel==2.13.1 blinker==1.7.0 boto3==1.29.4 botocore==1.32.4 bumpversion==0.5.3 certifi==2023.11.17 cfn-flip==1.3.0 charset-normalizer==3.3.2 click==8.1.7 dnspython==2.4.2 durationpy==0.5 email-validator==1.1.0 Flask==1.1.2 Flask-Admin==1.5.6 Flask-BabelEx==0.9.4 Flask-Cors==3.0.8 Flask-Login==0.4.1 Flask-Mail==0.9.1 Flask-Migrate==2.5.3 Flask-Principal==0.4.0 flask-restx==1.1.0 Flask-Security-Too==3.3.2 Flask-SQLAlchemy==2.5.1 flask-wtf==1.2.1 future==0.18.3 hjson==3.1.0 idna==3.4 importlib-metadata==6.8.0 importlib-resources==6.1.1 itsdangerous==2.0.1 Jinja2==3.0.3 jmespath==1.0.1 jsonschema==4.20.0 jsonschema-specifications==2023.11.1 kappa==0.6.0 libgravatar==0.2.3 Mako==1.3.0 MarkupSafe==2.1.3 more-itertools==6.0.0 musthe==1.0.0 passlib==1.7.4 pkgutil-resolve-name==1.3.10 placebo==0.9.0 python-dateutil==2.8.2 python-ly==0.9.5 python-slugify==8.0.1 pytz==2023.3.post1 PyYAML==6.0.1 referencing==0.31.0 requests==2.31.0 rpds-py==0.13.1 s3transfer==0.7.0 six==1.16.0 speaklater==1.3 SQLAlchemy==1.3.23 structlog==19.1.0 text-unidecode==1.3 toml==0.10.2 tqdm==4.66.1 troposphere==4.5.2 typing-extensions==4.8.0 urllib3==1.26.18 Werkzeug==2.0.3 wsgi-request-logger==0.4.6 wtforms==3.1.1 zappa==0.54.1 zipp==3.17.0
Some admin parts seems broken. Investigation needed to see if it was caused by the package upgrades.
Pinned two deps: to get a working login
Some notes regarding deps:
Before:
After: