Skip to content

Commit

Permalink
#163: Update SQLAlchemy
Browse files Browse the repository at this point in the history
- See if this fixes the Python 3.8 build
  • Loading branch information
MRichards99 committed Jan 15, 2021
1 parent a3c6963 commit d672986
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
43 changes: 40 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Matthew Richards <matthew.richards@stfc.ac.uk>"]
[tool.poetry.dependencies]
python = "^3.6"
Flask-RESTful = "0.3.7"
SQLAlchemy = "1.3.8"
SQLAlchemy = "^1.3.8"
PyMySQL = "0.9.3"
Flask-Cors = "3.0.9"
apispec = "3.3.0"
Expand Down

0 comments on commit d672986

Please sign in to comment.