We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbfedb commit 2745a1fCopy full SHA for 2745a1f
2 files changed
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Changed
15
16
- Defaulting to INFO log leve unless `DEBUG` ENV is present
17
+- Using offspot-config 2.9.0
18
19
## [1.1] - 2025-12-01
20
pyproject.toml
@@ -12,7 +12,7 @@ dependencies = [
12
"fastapi[standard]==0.120.1",
13
"fastapi-login==1.10.3",
"httpx==0.28.1", # should be in fastapi
- "offspot-config==2.8.0",
+ "offspot-config==2.9.0",
]
license = {text = "GPL-3.0-or-later"}
classifiers = [
0 commit comments