Skip to content

Commit

Permalink
chore: bump min version
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Oct 24, 2024
1 parent 291bd49 commit f16d774
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
98 changes: 49 additions & 49 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"rich>=13.0.0",
"rich-click",
# default litestar plugins
"litestar-htmx>=0.2.2"
"litestar-htmx>=0.3.0"
]
description = "Litestar - A production-ready, highly performant, extensible ASGI API Framework"
keywords = ["api", "rest", "asgi", "litestar", "starlite"]
Expand Down Expand Up @@ -78,7 +78,7 @@ Twitter = "https://twitter.com/LitestarAPI"
[project.optional-dependencies]
annotated-types = ["annotated-types"]
attrs = ["attrs"]
htmx = ["litestar-htmx>=0.2.2"]
htmx = ["litestar-htmx>=0.3.0"]
brotli = ["brotli"]
cli = ["jsbeautifier", "uvicorn[standard]", "uvloop>=0.18.0; sys_platform != 'win32'"]
cryptography = ["cryptography"]
Expand Down

0 comments on commit f16d774

Please sign in to comment.