Skip to content

Commit 2629c99

Browse files
committed
Update version to 0.1.1 in pyproject.toml and adjust pydantic dependency version to 2.12.2. Update content hash in poetry.lock.
1 parent 329933d commit 2629c99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "brunata-api"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Async client for BRUdirekt (Brunata) portal"
55
authors = [
66
{name = "Felix Fricke"}
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"httpx (>=0.28.1,<0.29.0)",
2626
"python-dotenv (>=1.2.1,<2.0.0)",
27-
"pydantic (>=2.12.5,<3.0.0)"
27+
"pydantic (>=2.12.2,<3.0.0)"
2828
]
2929

3030
[project.urls]

0 commit comments

Comments
 (0)