smooth-py 0.2.5.dev20250922__tar.gz → 0.2.5.post0__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 smooth-py might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: smooth-py
3
- Version: 0.2.5.dev20250922
3
+ Version: 0.2.5.post0
4
4
  Summary:
5
5
  Author: Luca Pinchetti
6
6
  Author-email: luca@circlemind.co
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "smooth-py"
3
- version = "0.2.5.dev20250922"
3
+ version = "0.2.5.post0"
4
4
  description = ""
5
5
  authors = [
6
6
  {name = "Luca Pinchetti",email = "luca@circlemind.co"}
@@ -422,8 +422,8 @@ class SmoothClient(BaseClient):
422
422
 
423
423
  Args:
424
424
  file: File object to be uploaded.
425
- name: A custom name to assign to the uploaded file.
426
- purpose: An optional short description of the file to describe its purpose.
425
+ name: Optional custom name for the file. If not provided, the original file name will be used.
426
+ purpose: Optional short description of the file to describe its purpose (i.e., 'the bank statement pdf').
427
427
 
428
428
  Returns:
429
429
  The file ID assigned to the uploaded file.
@@ -691,8 +691,8 @@ class SmoothAsyncClient(BaseClient):
691
691
 
692
692
  Args:
693
693
  file: File object to be uploaded.
694
- name: A custom name to assign to the uploaded file.
695
- purpose: An optional short description of the file to describe its purpose.
694
+ name: Optional custom name for the file. If not provided, the original file name will be used.
695
+ purpose: Optional short description of the file to describe its purpose (i.e., 'the bank statement pdf').
696
696
 
697
697
  Returns:
698
698
  The file ID assigned to the uploaded file.