wmill 1.265.1__py3-none-any.whl → 1.265.2__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/s3_reader.py CHANGED
@@ -50,7 +50,7 @@ class S3BufferedReader(BufferedReader):
50
50
 
51
51
  def bytes_generator(buffered_reader: BufferedReader | BytesIO):
52
52
  while True:
53
- byte = buffered_reader.read(1)
53
+ byte = buffered_reader.read(50 * 1024)
54
54
  if not byte:
55
55
  break
56
56
  yield byte
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wmill
3
- Version: 1.265.1
3
+ Version: 1.265.2
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
@@ -1,8 +1,8 @@
1
1
  wmill/__init__.py,sha256=nGZnQPezTdrBnBW1D0JqUtm75Gdf_xi3tAcPGwHRZ5A,46
2
2
  wmill/client.py,sha256=HfkUijhpmWayr30z2vaxV5q5RdigH3R7Y4yA99b_Z5U,27551
3
3
  wmill/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26
4
- wmill/s3_reader.py,sha256=mrq7OnmO36q0u38J6iiG6T_ryf6wRshniGeqABcM1ck,1567
4
+ wmill/s3_reader.py,sha256=ZznXPIdMkP7S17CJ5scBJAyLDHBKAaqZB-B_l9pRIzA,1575
5
5
  wmill/s3_types.py,sha256=axVibTMtpynBwaCVK0O6bBao56no01qflyIGRaVyV6s,1149
6
- wmill-1.265.1.dist-info/METADATA,sha256=tyvdgK9g0tIaJyQ1cTbZpIpBVbZNQqjDvgfX2rxD4IY,2699
7
- wmill-1.265.1.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
8
- wmill-1.265.1.dist-info/RECORD,,
6
+ wmill-1.265.2.dist-info/METADATA,sha256=HhuFpstK1g7NFwMdlf4k1revXiuInxt6VmqEfxZIQuw,2699
7
+ wmill-1.265.2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
8
+ wmill-1.265.2.dist-info/RECORD,,