Skip to content

Commit 67a45e9

Browse files
Bump kr8s to 0.14.2 (#880)
* Release 2024.4.0 * Bump kr8s to 0.14.1 * Update objects to use public async API * Bump to v0.14.2
1 parent b254dd2 commit 67a45e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dask_kubernetes/operator/_objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def scheduler_service(self) -> Service:
7171
return services[0]
7272

7373
async def ready(self) -> bool:
74-
await self._refresh()
74+
await self.async_refresh()
7575
return (
7676
"status" in self.raw
7777
and "phase" in self.status

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kubernetes-asyncio>=12.0.1
55
kopf>=1.35.3
66
pykube-ng>=22.9.0
77
rich>=12.5.1
8-
kr8s==0.9.0
8+
kr8s==0.14.2

0 commit comments

Comments
 (0)