Skip to content

Commit

Permalink
Merge branch 'main' into 1521-zip-job-folder-after-job-is-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Aug 22, 2024
2 parents 782a43e + 956d563 commit 1978108
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Add `GET /auth/current-user/` to tested endpoints (\#1700).
* Dependencies:
* Update `mkdocstrings` to `^0.25.2` (\#1707).
* Update `fastapi` to `^0.112.0` (\#1705).

# 2.3.7

Expand Down
13 changes: 7 additions & 6 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 @@ -26,7 +26,7 @@ exclude = [
[tool.poetry.dependencies]
python = "^3.9"
python-dotenv = "^1.0.0"
fastapi = "^0.110.0"
fastapi = "^0.112.0"
sqlmodel = "^0.0.21"
sqlalchemy = {extras = ["asyncio"], version = ">=2.0.23,<2.1"}
aiosqlite = "^0.19.0"
Expand Down

0 comments on commit 1978108

Please sign in to comment.