Skip to content

Commit

Permalink
REL-4409 - KSM Python SDK v16.6.4 (#580)
Browse files Browse the repository at this point in the history
- removed ecdsa from setup and requirements (#561)
- bumping to version 16.6.4
- updating change logs in README.md
  • Loading branch information
maksimu authored Mar 25, 2024
1 parent feb697b commit bc7a96d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions sdk/python/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ For more information see our official documentation page https://docs.keeper.io/

# Change Log

## 16.6.4
* KSM-488 - Remove unused package dependencies

## 16.6.3
* KSM-479 - Remove dependency on `distutils` due to Python 3.12 removing it

Expand Down
1 change: 0 additions & 1 deletion sdk/python/core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ecdsa
cryptography>=39.0.1
requests>=2.28.2
pytest>=7.2.1
Expand Down
3 changes: 1 addition & 2 deletions sdk/python/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
long_description = fp.read()

install_requires = [
'ecdsa',
'requests',
'cryptography>=39.0.1',
'importlib_metadata'
]

setup(
name="keeper-secrets-manager-core",
version="16.6.3",
version="16.6.4",
description="Keeper Secrets Manager for Python 3",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit bc7a96d

Please sign in to comment.