Skip to content

Commit 86bf68a

Browse files
committed
KIT-4722: Bump package versions
1 parent cf0a01c commit 86bf68a

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sag-py-fastapi-health"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "A library for fastapi health checks"
55
authors = ["Samhammer AG"]
66
license = "MIT"

requirements-dev.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ build
66
pytest
77
pytest-asyncio
88
pytest-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
119
coverage-lcov
12-
toml
13-
coverage
1410
mock
1511
types-mock
16-
17-
zipp>=3.21.0 # only a vulnerability fix: introduced through pydantic (we don't need this package ourselves)

requirements.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.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",

0 commit comments

Comments
 (0)