Skip to content

Commit

Permalink
Bump truss version to have new fastapi requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bolasim committed Nov 15, 2023
1 parent ddfd220 commit 8c05cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "truss"
version = "0.7.17rc2"
version = "0.7.17rc3"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion truss/templates/control/requirements.txt
@@ -1,5 +1,5 @@
dataclasses-json==0.5.7
truss==0.7.9
truss==0.7.17rc3
fastapi==0.104.1
uvicorn==0.24.0
uvloop==0.19.0
Expand Down

0 comments on commit 8c05cd3

Please sign in to comment.