We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbadc08 commit d94b4f9Copy full SHA for d94b4f9
CHANGES.rst
@@ -5,6 +5,8 @@ Changelog
5
Unreleased
6
----------
7
8
+* Downgraded ``kopf`` to ``1.37.1`` due to compatibility issue.
9
+
10
2.52.0 (2025-08-26)
11
-------------------
12
setup.py
@@ -52,7 +52,7 @@ def read(path: str) -> str:
52
"aiopg==1.4.0",
53
"bitmath==1.3.3.1",
54
"importlib-metadata; python_version<'3.8'",
55
- "kopf==1.37.5",
+ "kopf==1.37.1",
56
"kubernetes-asyncio==31.1.0",
57
"PyYAML<7.0",
58
"prometheus_client==0.22.1",
0 commit comments