Skip to content

Commit

Permalink
version lock uvicorn (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
  • Loading branch information
PatStLouis authored Nov 28, 2024
1 parent 304a929 commit dc9d91e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.115.2"
uvicorn = "^0.32.0"
uvicorn = "^0.29.0"
pydantic-settings = "^2.5.2"
validators = "^0.34.0"
aries-askar = "^0.3.2"
Expand Down
4 changes: 2 additions & 2 deletions charts/orgbook-publisher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: orgbook-publisher
description: An api server to register and manage credentials.
type: application
version: 0.0.3
appVersion: "0.0.3"
version: 0.0.4
appVersion: "0.0.4"

dependencies:
- name: mongodb
Expand Down

0 comments on commit dc9d91e

Please sign in to comment.