sweatstack 0.16.0__tar.gz → 0.17.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sweatstack
3
- Version: 0.16.0
3
+ Version: 0.17.0
4
4
  Summary: The official Python client for SweatStack
5
5
  Author-email: Aart Goossens <aart@gssns.io>
6
6
  Requires-Python: >=3.12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sweatstack"
3
- version = "0.16.0"
3
+ version = "0.17.0"
4
4
  description = "The official Python client for SweatStack"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -113,6 +113,7 @@ class StreamlitAuth:
113
113
 
114
114
  def authenticate(self):
115
115
  if self.is_authenticated():
116
+ st.toast("SweatStack authentication successful!", icon="✅")
116
117
  self._show_sweatstack_logout()
117
118
  elif code := st.query_params.get("code"):
118
119
  self._exchange_token(code)
@@ -1857,7 +1857,7 @@ wheels = [
1857
1857
 
1858
1858
  [[package]]
1859
1859
  name = "sweatstack"
1860
- version = "0.13.2"
1860
+ version = "0.16.0"
1861
1861
  source = { editable = "." }
1862
1862
  dependencies = [
1863
1863
  { name = "httpx" },
File without changes
File without changes
File without changes
File without changes
File without changes