Skip to content

Commit

Permalink
update asgikit version
Browse files Browse the repository at this point in the history
  • Loading branch information
livioribeiro committed Dec 18, 2023
1 parent 89bb4c4 commit eca0201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ packages = [

[tool.poetry.dependencies]
python = "^3.11"
asgikit = "^0.5"
asgikit = "^0.6"
pydantic = "^2.5"
loguru = "^0.7"
python-dotenv = "^1.0.0"
jinja2 = { version = "^3.1", optional = true }
python-dotenv = "^1.0"
strictyaml = "^1.7"
jinja2 = { version = "^3.1", optional = true }

[tool.poetry.extras]
jinja = ["jinja2"]
Expand Down

0 comments on commit eca0201

Please sign in to comment.