Skip to content

Commit

Permalink
Merge pull request #1674 from fractal-analytics-platform/1673-bump-sq…
Browse files Browse the repository at this point in the history
…lmodel

Bump `sqlmodel`
  • Loading branch information
tcompa authored Jul 25, 2024
2 parents ce84bf5 + 13b1e84 commit 3478d3d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
**Note**: Numbers like (\#1234) point to closed Pull Requests on the fractal-server repository.


# 2.3.6 (Unreleased)

* Dependencies:
* Update `sqlmodel` to `^0.0.21` (\#1674).

# 2.3.5

> WARNING: The `pre_submission_commands` SLURM configuration is included as an
Expand Down
11 changes: 5 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 @@ -27,7 +27,7 @@ exclude = [
python = "^3.9"
python-dotenv = "^1.0.0"
fastapi = "^0.110.0"
sqlmodel = "^0.0.19"
sqlmodel = "^0.0.21"
sqlalchemy = {extras = ["asyncio"], version = ">=2.0.23,<2.1"}
aiosqlite = "^0.19.0"
fastapi-users = {extras = ["oauth"], version = "^12.1.0"}
Expand Down

0 comments on commit 3478d3d

Please sign in to comment.