Skip to content

Commit

Permalink
Bump backend version - Fix NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
QCanvas committed Jul 23, 2024
1 parent 7320707 commit 1589d40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qcanvas"
version = "1.0.6.post0"
version = "1.0.7"
description = "QCanvas is a desktop client for Canvas LMS."
authors = ["QCanvas <QCanvas@noreply.codeberg.org>"]
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ qcanvas = "qcanvas.run:main"
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
qcanvas-api-clients = "^0.2.2"
qcanvas-backend = "0.1.10a2"
qcanvas-backend = "0.1.10a3"
asynctaskpool = "^0.2.1"
sqlalchemy = "^2.0.31"
qtpy = "^2.4.1"
Expand Down

0 comments on commit 1589d40

Please sign in to comment.