We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78d3583 + 088272e commit 713f4dfCopy full SHA for 713f4df
2 files changed
python/starlette/config.yaml
@@ -1,7 +1,7 @@
1
framework:
2
website: www.starlette.io
3
github: encode/starlette
4
- version: 1.1
+ version: 1.2
5
6
engines:
7
- uvicorn
python/starlette/pyproject.toml
@@ -7,4 +7,4 @@ requires = ["flit_core"]
name='server'
8
version = '1.0.0'
9
description = "Simple benchmark implementation"
10
-dependencies = ["starlette>=1.1,<1.2"]
+dependencies = ["starlette>=1.2,<1.3"]
0 commit comments