wmill 1.296.0__tar.gz → 1.296.1__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.296.0
3
+ Version: 1.296.1
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.296.0"
3
+ version = "1.296.1"
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"
@@ -876,6 +876,7 @@ def get_flow_user_state(key: str) -> Any:
876
876
  """
877
877
  return _client.get_flow_user_state(key)
878
878
 
879
+ @init_global_client
879
880
  def set_flow_user_state(key: str, value: Any) -> None:
880
881
  """
881
882
  Set the user state of a flow at a given key
File without changes
File without changes
File without changes
File without changes
File without changes