Skip to content

Commit

Permalink
removed cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hugozhu committed Oct 1, 2023
1 parent 28aa141 commit 9484732
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Upload Python Package
on:
push:
branches:
- test
- main

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "streamlit-auth"
version = "0.1.7"
version = "0.1.7.1"
description = "A Python package for creating oauth protected Streamlit apps"
authors = [
{name = "Hugo Zhu", email = "hugozhu@gmail.com"}
Expand Down
3 changes: 1 addition & 2 deletions src/streamlit_auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

def new_session_id():
return uuid.uuid4().hex

@st.cache_data

def get_manager():
return stx.CookieManager()

Expand Down

0 comments on commit 9484732

Please sign in to comment.