We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2b0e0d + 6e03b6a commit af86c85Copy full SHA for af86c85
2 files changed
python/litestar/config.yaml
@@ -1,7 +1,7 @@
1
framework:
2
github: litestar-org/litestar
3
website: litestar.dev
4
- version: 2.21
+ version: 2.23
5
6
engines:
7
- uvicorn
python/litestar/pyproject.toml
@@ -7,4 +7,4 @@ requires = ["flit_core"]
name='server'
8
version = '1.0.0'
9
description = "Simple benchmark implementation"
10
-dependencies = ["litestar>=2.22,<2.23"]
+dependencies = ["litestar>=2.23,<2.24"]
0 commit comments