-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't remove from quorum if application is going down (#149)
- Loading branch information
1 parent
444f3d5
commit b6fc686
Showing
3 changed files
with
8 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
cffi==1.16.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" | ||
cosl==0.0.11 ; python_version >= "3.10" and python_version < "4.0" | ||
cryptography==42.0.5 ; python_version >= "3.10" and python_version < "4.0" | ||
cryptography==42.0.7 ; python_version >= "3.10" and python_version < "4.0" | ||
kazoo==2.9.0 ; python_version >= "3.10" and python_version < "4.0" | ||
ops==2.13.0 ; python_version >= "3.10" and python_version < "4.0" | ||
pure-sasl==0.6.2 ; python_version >= "3.10" and python_version < "4.0" | ||
pycparser==2.22 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" | ||
pydantic==1.10.15 ; python_version >= "3.10" and python_version < "4.0" | ||
pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "4.0" | ||
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" | ||
tenacity==8.2.3 ; python_version >= "3.10" and python_version < "4.0" | ||
typing-extensions==4.11.0 ; python_version >= "3.10" and python_version < "4.0" | ||
tenacity==8.3.0 ; python_version >= "3.10" and python_version < "4.0" | ||
typing-extensions==4.12.0 ; python_version >= "3.10" and python_version < "4.0" | ||
websocket-client==1.8.0 ; python_version >= "3.10" and python_version < "4.0" |
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