File tree Expand file tree Collapse file tree 5 files changed +15
-14
lines changed
Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 4141 ]
4242 }
4343 },
44- "initializeCommand" : " powershell.exe .\\ .devcontainer\\ initialize.ps1" ,
44+ "initializeCommand" : " powershell.exe ./ .devcontainer/ initialize.ps1" ,
4545 "postCreateCommand" : " python -m pip install --upgrade pip; pip3 install -r ${containerWorkspaceFolder}/requirements-dev.txt" ,
4646 "remoteUser" : " vscode" ,
4747 "mounts" : [
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sag-py-web-common"
3- version = " 1.0.3 "
3+ version = " 1.0.4 "
44description = " Small helper functions for web projects"
55authors = [" Samhammer AG" ]
66license = " MIT"
@@ -9,13 +9,14 @@ readme = "README.md"
99[tool .poetry .dependencies ]
1010python = " ^3.12"
1111asgi-logger = " ^0.1.0"
12- fastapi = " ^0.110.3"
12+ fastapi = " >=0.110.3,<1.0.0"
13+ starlette = " *"
1314
1415[tool .poetry .group .dev .dependencies ]
15- anyio = " >=4.4 .0"
16- build = " >=1.1.1 "
16+ anyio = " >=4.9 .0"
17+ build = " >=1.2.2.post1 "
1718coverage-lcov = " *"
18- flake8 = " >=5.0.4 "
19+ flake8 = " >=7.2.0 "
1920httpx = " *"
2021mock = " *"
2122mypy = " *"
@@ -24,7 +25,7 @@ pytest-asyncio = "*"
2425pytest-cov = " *"
2526toml = " *"
2627types-mock = " *"
27- zipp = " >=3.19.1 "
28+ zipp = " >=3.21.0 "
2829
2930[build-system ]
3031requires = [" setuptools>=61.0" ]
Original file line number Diff line number Diff line change 11-r requirements.txt
2- anyio >= 4.8 .0
3- build >= 1.1.1
2+ anyio >= 4.9 .0
3+ build >= 1.2.2.post1
44coverage
55coverage-lcov
6- flake8 >= 5.0.4
6+ flake8 >= 7.2.0
77httpx >= 0.28.1
88mock
99mypy
1010pytest
1111pytest-asyncio
1212pytest-cov
13- starlette >= 0.40.0
13+ starlette >= 0.46.2
1414# Toml and coverage temporarely fixes compatibility issues between coverage-lcov and coverage
1515# see for details: https://github.com/theupdateframework/python-tuf/issues/2254
1616toml
1717types-mock
18- zipp >= 3.19.1
18+ zipp >= 3.21.0
Original file line number Diff line number Diff line change 11asgi-logger >= 0.1.0
2- fastapi >= 0.110.3
2+ fastapi >= 0.115.12 , < 1
Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = "sag-py-web-common" ,
14- version = "1.0.3 " ,
14+ version = "1.0.4 " ,
1515 description = "Small helper functions for web projects" ,
1616 long_description = LONG_DESCRIPTION ,
1717 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments