File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4343 ]
4444 }
4545 },
46- "initializeCommand" : " powershell.exe .\\ .devcontainer\\ initialize.ps1" ,
46+ "initializeCommand" : " powershell.exe ./ .devcontainer/ initialize.ps1" ,
4747 "postCreateCommand" : " pip3 install -r ${containerWorkspaceFolder}/requirements-dev.txt" ,
4848 "remoteUser" : " vscode" ,
4949 "mounts" : [
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sag-py-fastapi-request-id"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44description = " Adds an unique identifiert to fastapi requests"
55authors = [" Samhammer AG" ]
66license = " MIT"
@@ -9,19 +9,19 @@ readme = "README.md"
99[tool .poetry .dependencies ]
1010python = " ^3.12"
1111contextvars = " ^2.4"
12- starlette = " ^0.37 .2"
12+ starlette = " >=0.46 .2"
1313
1414[tool .poetry .group .dev .dependencies ]
1515build = " >=1.1.1"
1616coverage-lcov = " *"
17- flake8 = " >=5.0.4 "
17+ flake8 = " >=7.2.0 "
1818mock = " *"
1919mypy = " *"
2020pytest = " *"
2121pytest-asyncio = " *"
2222pytest-cov = " *"
2323types-mock = " *"
24- zipp = " >=3.19.1 "
24+ zipp = " >=3.21.0 "
2525
2626[build-system ]
2727requires = [" setuptools>=61.0" ]
Original file line number Diff line number Diff line change 11-r requirements.txt
2- flake8 >= 5.0.4
2+ flake8 >= 7.2.0
33mypy
4- build >= 1.1.1
4+ build >= 1.2.2.post1
55
66pytest
77pytest-asyncio
@@ -15,4 +15,4 @@ coverage
1515
1616mock
1717types-mock
18- zipp >= 3.19.1
18+ zipp >= 3.21.0
Original file line number Diff line number Diff line change 11contextvars >= 2.4
2- starlette >= 0.37 .2
2+ starlette >= 0.46 .2
Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = "sag-py-fastapi-request-id" ,
14- version = "1.0.1 " ,
14+ version = "1.0.2 " ,
1515 description = "Adds an unique identifiert to fastapi requests" ,
1616 long_description = LONG_DESCRIPTION ,
1717 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments