wmill 1.246.1__tar.gz → 1.246.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of wmill might be problematic. Click here for more details.
- {wmill-1.246.1 → wmill-1.246.3}/PKG-INFO +1 -1
- {wmill-1.246.1 → wmill-1.246.3}/pyproject.toml +1 -1
- {wmill-1.246.1 → wmill-1.246.3}/wmill/client.py +1 -1
- {wmill-1.246.1 → wmill-1.246.3}/README.md +0 -0
- {wmill-1.246.1 → wmill-1.246.3}/wmill/__init__.py +0 -0
- {wmill-1.246.1 → wmill-1.246.3}/wmill/py.typed +0 -0
- {wmill-1.246.1 → wmill-1.246.3}/wmill/s3_types.py +0 -0
|
@@ -220,7 +220,7 @@ class Windmill:
|
|
|
220
220
|
return self.get(f"/w/{self.workspace}/jobs_u/get/{job_id}").json()
|
|
221
221
|
|
|
222
222
|
def get_id_token(self, audience: str) -> dict:
|
|
223
|
-
return self.
|
|
223
|
+
return self.post(f"/w/{self.workspace}/oidc/token/{audience}").text
|
|
224
224
|
|
|
225
225
|
def get_job_status(self, job_id: str) -> JobStatus:
|
|
226
226
|
job = self.get_job(job_id)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|