File tree Expand file tree Collapse file tree 4 files changed +6
-14
lines changed
Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sag-py-fastapi-health"
3- version = " 0.3.4 "
3+ version = " 0.3.5 "
44description = " A library for fastapi health checks"
55authors = [" Samhammer AG" ]
66license = " MIT"
Original file line number Diff line number Diff line change 66pytest
77pytest-asyncio
88pytest-cov
9- # Toml and coverage temporarely fixes compatibility issues between coverage-lcov and coverage
10- # see for details: https://github.com/theupdateframework/python-tuf/issues/2254
119coverage-lcov
12- toml
13- coverage
1410mock
1511types-mock
16-
17- zipp >= 3.21.0 # only a vulnerability fix: introduced through pydantic (we don't need this package ourselves)
Original file line number Diff line number Diff line change 1- aiohttp [speedups ]>= 3.9.4 ,< 4
2- fastapi >= 0.115.12 , < 1
3- pydantic >= 2.5.3
4- typing-extensions >= 4.0.0
5-
6- zipp >= 3.21.0 # only a vulnerability fix: introduced through pydantic (we don't need this package ourselves)
1+ aiohttp [speedups ]>= 3.13.3 ,< 4
2+ fastapi >= 0.128.7 , < 1
3+ pydantic >= 2.12.2
4+ typing-extensions >= 4.15.0
Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = "sag-py-fastapi-health" ,
14- version = "0.3.4 " ,
14+ version = "0.3.5 " ,
1515 description = "A library for fastapi health checks" ,
1616 long_description = LONG_DESCRIPTION ,
1717 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments