Skip to content

Commit

Permalink
Attempt fix on sha1 for 1Password SDK direct reference
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Aug 29, 2024
1 parent 32381c3 commit a343972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plover_1password/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Version attribute
"""
__version__ = "0.3.4"
__version__ = "0.3.5"
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ zip_safe = True
install_requires =
plover >= 4.0.0.dev12
# REF: https://peps.python.org/pep-0440/#direct-references
onepassword @ git+https://github.com/1Password/onepassword-sdk-python.git@v0.1.1#713e09f287bdb0661514aab82e5673839dfeb845
# Command used to get the sha1 hash locally:
# `sha1sum onepassword-sdk-python-0.1.1.zip1`
onepassword @ https://github.com/1Password/onepassword-sdk-python/archive/refs/tags/v0.1.1.zip#sha1=3edca811b6d98d2e79db54ad52cddfc810d3b0d3
setup_requires =
setuptools >= 30.3.0
packages =
Expand Down

0 comments on commit a343972

Please sign in to comment.