wmill 1.520.1__tar.gz → 1.523.0__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wmill
3
- Version: 1.520.1
3
+ Version: 1.523.0
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,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "wmill"
3
- version = "1.520.1"
3
+ version = "1.523.0"
4
4
  description = "A client library for accessing Windmill server wrapping the Windmill client API"
5
5
  license = "Apache-2.0"
6
6
  homepage = "https://windmill.dev"
@@ -666,7 +666,7 @@ class Windmill:
666
666
  from wmill import S3Object
667
667
 
668
668
  s3_obj = S3Object(s3="/path/to/my_file.txt")
669
- with wmill.load_s3_file(s3object, s3_resource_path) as file_reader:
669
+ with wmill.load_s3_file_reader(s3object, s3_resource_path) as file_reader:
670
670
  print(file_reader.read())
671
671
  '''
672
672
  """
File without changes
File without changes
File without changes
File without changes
File without changes