File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sag-py-web-common"
3- version = " 1.0.7 "
3+ version = " 1.0.9 "
44description = " Small helper functions for web projects"
55authors = [" Samhammer AG" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11-r requirements.txt
22anyio >= 4.9.0
33build >= 1.2.2.post1
4- coverage
54coverage-lcov
65httpx >= 0.28.1
76mock
@@ -11,8 +10,5 @@ pytest-asyncio
1110pytest-cov
1211starlette >= 0.46.2
1312ruff
14- # Toml and coverage temporarely fixes compatibility issues between coverage-lcov and coverage
15- # see for details: https://github.com/theupdateframework/python-tuf/issues/2254
16- toml
1713types-mock
1814zipp >= 3.21.0
Original file line number Diff line number Diff line change 11asgi-logger >= 0.1.0
2- fastapi >= 0.115.12 , < 1
3- starlette >= 0.46.2
2+ fastapi >= 0.128.8 , < 1
3+ starlette >= 0.52.1
44
Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = "sag-py-web-common" ,
14- version = "1.0.8 " ,
14+ version = "1.0.9 " ,
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