-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v1.3.0: Added `execute_query()` to cache database API responses, removed `query()` * v1.3.0: Updated README * testing output display * Testing output display * v1.3.0: Fixed issue with operators * v1.3.0: Maybe a fix for APIResponse * v1.3.0: Handled APIResponse * v1.3.0: Using cache resource instead of cache data * v1.3.0: Reverted test app * v2.0.0: Bumped version, Improved type hints
- Loading branch information
1 parent
1d7f124
commit 801ad77
Showing
4 changed files
with
123 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
st-social-media-links | ||
st_supabase_connection | ||
streamlit<1.34 # TODO: Update app to remove components.v1 usage |
Oops, something went wrong.