people-api
people-api copied to clipboard
REST API created using Flask, Connexion, SQL Alchemy
When run the command python .\build_database.py the final result ma = Marshmallow(app) File "C:\Users\Yuliana_Saavedra\.virtualenvs\people-api-H27KOUgq\lib\site-packages\flask_marshmallow\__init__.py", line 103, in __init__ self.init_app(app) File "C:\Users\Yuliana_Saavedra\.virtualenvs\people-api-H27KOUgq\lib\site-packages\flask_marshmallow\__init__.py", line 116, in init_app self.SQLAlchemySchema.OPTIONS_CLASS.session = db.session AttributeError: '_SQLAlchemyState'...
This pull request includes the following changes: Updated the versions of dependencies in the Pipfile.lock file: Upgraded Flask from version 1.1.1 to 2.0.1. Upgraded Marshmallow from version 3.9.1 to 3.13.0....
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...
Hi, I just cloned the codebase and completed the setup process. I also updated all the dependencies to the latest versions. when running the python build_database.py command i am getting...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...