wmill 1.246.1__py3-none-any.whl → 1.246.3__py3-none-any.whl

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/client.py CHANGED
@@ -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.get(f"/w/{self.workspace}/oidc/token/{audience}").text
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wmill
3
- Version: 1.246.1
3
+ Version: 1.246.3
4
4
  Summary: A client library for accessing Windmill server wrapping the Windmill client API
5
5
  Home-page: https://windmill.dev
6
6
  License: Apache-2.0
@@ -0,0 +1,7 @@
1
+ wmill/__init__.py,sha256=nGZnQPezTdrBnBW1D0JqUtm75Gdf_xi3tAcPGwHRZ5A,46
2
+ wmill/client.py,sha256=7_qmqybUxlPr1ZLFeNCjpniAAhOpgjXfUUwpNf0NivQ,23143
3
+ wmill/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26
4
+ wmill/s3_types.py,sha256=axVibTMtpynBwaCVK0O6bBao56no01qflyIGRaVyV6s,1149
5
+ wmill-1.246.3.dist-info/METADATA,sha256=grPi_Fdv5p7S5QSpatMR4t3T0FlUv8gJQjocutMuV-A,2699
6
+ wmill-1.246.3.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
7
+ wmill-1.246.3.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- wmill/__init__.py,sha256=nGZnQPezTdrBnBW1D0JqUtm75Gdf_xi3tAcPGwHRZ5A,46
2
- wmill/client.py,sha256=ewSSOEDbUuHhM29QzAWRTsQ4tbE6MS4HI19KAI8fCAk,23142
3
- wmill/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26
4
- wmill/s3_types.py,sha256=axVibTMtpynBwaCVK0O6bBao56no01qflyIGRaVyV6s,1149
5
- wmill-1.246.1.dist-info/METADATA,sha256=0YAw5ZH4xI-I8C_kfYfbIi0lnqbaEQildEHkE84Jc58,2699
6
- wmill-1.246.1.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
7
- wmill-1.246.1.dist-info/RECORD,,