fal 0.11.4__tar.gz → 0.11.5__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 fal might be problematic. Click here for more details.

Files changed (139) hide show
  1. {fal-0.11.4 → fal-0.11.5}/PKG-INFO +1 -1
  2. {fal-0.11.4 → fal-0.11.5}/pyproject.toml +1 -1
  3. {fal-0.11.4 → fal-0.11.5}/setup.py +1 -1
  4. {fal-0.11.4 → fal-0.11.5}/README.md +0 -0
  5. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/__init__.py +0 -0
  6. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/__init__.py +0 -0
  7. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/admin/__init__.py +0 -0
  8. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/admin/get_usage_per_user.py +0 -0
  9. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/admin/handle_user_lock.py +0 -0
  10. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/applications/__init__.py +0 -0
  11. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/applications/app_metadata.py +0 -0
  12. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/applications/get_status_applications_app_user_id_app_alias_or_id_status_get.py +0 -0
  13. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/__init__.py +0 -0
  14. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/delete_payment_method.py +0 -0
  15. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/get_setup_intent_key.py +0 -0
  16. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/get_user_details.py +0 -0
  17. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/get_user_invoices.py +0 -0
  18. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/get_user_payment_methods.py +0 -0
  19. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/get_user_price.py +0 -0
  20. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/get_user_spending.py +0 -0
  21. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/handle_stripe_webhook.py +0 -0
  22. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/upcoming_invoice.py +0 -0
  23. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/billing/update_customer_budget.py +0 -0
  24. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/files/__init__.py +0 -0
  25. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/files/check_dir_hash.py +0 -0
  26. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/files/delete.py +0 -0
  27. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/files/download.py +0 -0
  28. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/files/file_exists.py +0 -0
  29. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/files/list_directory.py +0 -0
  30. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/files/list_root.py +0 -0
  31. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/files/upload_from_url.py +0 -0
  32. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/files/upload_local_file.py +0 -0
  33. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/health/__init__.py +0 -0
  34. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/health/check.py +0 -0
  35. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/keys/__init__.py +0 -0
  36. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/keys/create_key.py +0 -0
  37. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/keys/delete_key.py +0 -0
  38. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/keys/list_keys.py +0 -0
  39. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/logs/__init__.py +0 -0
  40. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/logs/list_since.py +0 -0
  41. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/requests/__init__.py +0 -0
  42. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/requests/requests.py +0 -0
  43. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/storage/__init__.py +0 -0
  44. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/storage/get_file_link.py +0 -0
  45. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/storage/initiate_upload.py +0 -0
  46. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/storage/upload_file.py +0 -0
  47. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/tokens/__init__.py +0 -0
  48. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/tokens/create_token.py +0 -0
  49. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/usage/__init__.py +0 -0
  50. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/usage/get_custom_usage_per_machine.py +0 -0
  51. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/usage/get_gateway_request_stats.py +0 -0
  52. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/usage/get_gateway_request_stats_by_time.py +0 -0
  53. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/usage/get_shared_usage_per_app.py +0 -0
  54. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/usage/get_usage_records.py +0 -0
  55. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/usage/per_machine_usage.py +0 -0
  56. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/api/usage/per_machine_usage_details.py +0 -0
  57. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/client.py +0 -0
  58. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/errors.py +0 -0
  59. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/__init__.py +0 -0
  60. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/app_metadata_response_app_metadata.py +0 -0
  61. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/body_create_token.py +0 -0
  62. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/body_upload_file.py +0 -0
  63. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/body_upload_local_file.py +0 -0
  64. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/customer_details.py +0 -0
  65. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/file_spec.py +0 -0
  66. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/gateway_stats_by_time.py +0 -0
  67. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/gateway_usage_stats.py +0 -0
  68. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/get_gateway_request_stats_by_time_response_get_gateway_request_stats_by_time.py +0 -0
  69. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/grouped_usage_detail.py +0 -0
  70. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/handle_stripe_webhook_response_handle_stripe_webhook.py +0 -0
  71. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/hash_check.py +0 -0
  72. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/http_validation_error.py +0 -0
  73. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/initiate_upload_info.py +0 -0
  74. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/invoice.py +0 -0
  75. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/invoice_item.py +0 -0
  76. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/key_scope.py +0 -0
  77. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/log_entry.py +0 -0
  78. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/log_entry_labels.py +0 -0
  79. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/new_user_key.py +0 -0
  80. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/payment_method.py +0 -0
  81. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/persisted_usage_record.py +0 -0
  82. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/persisted_usage_record_meta.py +0 -0
  83. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/presigned_upload_url.py +0 -0
  84. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/request_io.py +0 -0
  85. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/request_io_json_input.py +0 -0
  86. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/request_io_json_output.py +0 -0
  87. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/run_type.py +0 -0
  88. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/stats_timeframe.py +0 -0
  89. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/status.py +0 -0
  90. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/status_health.py +0 -0
  91. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/uploaded_file_result.py +0 -0
  92. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/url_file_upload.py +0 -0
  93. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/usage_per_machine_type.py +0 -0
  94. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/usage_per_user.py +0 -0
  95. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/usage_run_detail.py +0 -0
  96. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/user_key_info.py +0 -0
  97. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/models/validation_error.py +0 -0
  98. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/py.typed +0 -0
  99. {fal-0.11.4 → fal-0.11.5}/openapi-fal-rest/openapi_fal_rest/types.py +0 -0
  100. {fal-0.11.4 → fal-0.11.5}/src/fal/__init__.py +0 -0
  101. {fal-0.11.4 → fal-0.11.5}/src/fal/_serialization.py +0 -0
  102. {fal-0.11.4 → fal-0.11.5}/src/fal/api.py +0 -0
  103. {fal-0.11.4 → fal-0.11.5}/src/fal/app.py +0 -0
  104. {fal-0.11.4 → fal-0.11.5}/src/fal/apps.py +0 -0
  105. {fal-0.11.4 → fal-0.11.5}/src/fal/auth/__init__.py +0 -0
  106. {fal-0.11.4 → fal-0.11.5}/src/fal/auth/auth0.py +0 -0
  107. {fal-0.11.4 → fal-0.11.5}/src/fal/auth/local.py +0 -0
  108. {fal-0.11.4 → fal-0.11.5}/src/fal/cli.py +0 -0
  109. {fal-0.11.4 → fal-0.11.5}/src/fal/console/__init__.py +0 -0
  110. {fal-0.11.4 → fal-0.11.5}/src/fal/console/icons.py +0 -0
  111. {fal-0.11.4 → fal-0.11.5}/src/fal/console/ux.py +0 -0
  112. {fal-0.11.4 → fal-0.11.5}/src/fal/env.py +0 -0
  113. {fal-0.11.4 → fal-0.11.5}/src/fal/exceptions/__init__.py +0 -0
  114. {fal-0.11.4 → fal-0.11.5}/src/fal/exceptions/_base.py +0 -0
  115. {fal-0.11.4 → fal-0.11.5}/src/fal/exceptions/auth.py +0 -0
  116. {fal-0.11.4 → fal-0.11.5}/src/fal/exceptions/handlers.py +0 -0
  117. {fal-0.11.4 → fal-0.11.5}/src/fal/flags.py +0 -0
  118. {fal-0.11.4 → fal-0.11.5}/src/fal/logging/__init__.py +0 -0
  119. {fal-0.11.4 → fal-0.11.5}/src/fal/logging/datadog.py +0 -0
  120. {fal-0.11.4 → fal-0.11.5}/src/fal/logging/isolate.py +0 -0
  121. {fal-0.11.4 → fal-0.11.5}/src/fal/logging/style.py +0 -0
  122. {fal-0.11.4 → fal-0.11.5}/src/fal/logging/trace.py +0 -0
  123. {fal-0.11.4 → fal-0.11.5}/src/fal/logging/user.py +0 -0
  124. {fal-0.11.4 → fal-0.11.5}/src/fal/rest_client.py +0 -0
  125. {fal-0.11.4 → fal-0.11.5}/src/fal/sdk.py +0 -0
  126. {fal-0.11.4 → fal-0.11.5}/src/fal/sync.py +0 -0
  127. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/__init__.py +0 -0
  128. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/exceptions.py +0 -0
  129. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/file/__init__.py +0 -0
  130. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/file/file.py +0 -0
  131. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/file/providers/fal.py +0 -0
  132. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/file/providers/gcp.py +0 -0
  133. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/file/providers/r2.py +0 -0
  134. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/file/types.py +0 -0
  135. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/image/__init__.py +0 -0
  136. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/image/image.py +0 -0
  137. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/mainify.py +0 -0
  138. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/utils/__init__.py +0 -0
  139. {fal-0.11.4 → fal-0.11.5}/src/fal/toolkit/utils/download_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fal
3
- Version: 0.11.4
3
+ Version: 0.11.5
4
4
  Summary: fal is an easy-to-use Serverless Python Framework
5
5
  Author: Features & Labels
6
6
  Author-email: hello@fal.ai
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fal"
3
- version = "0.11.4"
3
+ version = "0.11.5"
4
4
  description = "fal is an easy-to-use Serverless Python Framework"
5
5
  authors = ["Features & Labels <hello@fal.ai>"]
6
6
  readme = "README.md"
@@ -82,7 +82,7 @@ entry_points = \
82
82
 
83
83
  setup_kwargs = {
84
84
  'name': 'fal',
85
- 'version': '0.11.4',
85
+ 'version': '0.11.5',
86
86
  'description': 'fal is an easy-to-use Serverless Python Framework',
87
87
  'long_description': '# fal\n\nfal is a serverless Python runtime that lets you run and scale code in the cloud with no infra management.\n\nWith fal, you can build pipelines, serve ML models and scale them up to many users. You scale down to 0 when you don\'t use any resources.\n\n## Quickstart\n\nFirst, you need to install the `fal` package. You can do so using pip:\n```shell\npip install fal\n```\n\nThen you need to authenticate:\n```shell\nfal auth login\n```\n\nYou can also use fal keys that you can get from [our dashboard](https://fal.ai/dashboard/keys).\n\nNow can use the fal package in your Python scripts as follows:\n\n```py\nimport fal\n\n@fal.function(\n "virtualenv",\n requirements=["pyjokes"],\n)\ndef tell_joke() -> str:\n import pyjokes\n\n joke = pyjokes.get_joke()\n return joke\n\nprint("Joke from the clouds: ", tell_joke())\n```\n\nA new virtual environment will be created by fal in the cloud and the set of requirements that we passed will be installed as soon as this function is called. From that point on, our code will be executed as if it were running locally, and the joke prepared by the pyjokes library will be returned.\n\n## Next steps\n\nIf you would like to find out more about the capabilities of fal, check out to the [docs](https://fal.ai/docs). You can learn more about persistent storage, function caches and deploying your functions as API endpoints.\n',
88
88
  'author': 'Features & Labels',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes