File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33__author__ = """Harness"""
445- __version__ = '1.6.2 '
5+ __version__ = '1.6.3 '
Original file line number Diff line number Diff line change 3939VARIATION_VALUE_ATTRIBUTE = 'variationValue'
4040TARGET_ATTRIBUTE = 'target'
4141SDK_VERSION_ATTRIBUTE = 'SDK_VERSION'
42- SDK_VERSION = '1.6.2 '
42+ SDK_VERSION = '1.6.3 '
4343SDK_TYPE_ATTRIBUTE = 'SDK_TYPE'
4444SDK_TYPE = 'server'
4545SDK_LANGUAGE_ATTRIBUTE = 'SDK_LANGUAGE'
Original file line number Diff line number Diff line change 2323from .streaming import StreamProcessor
2424from .util import log
2525
26- VERSION : str = "1.6.2 "
26+ VERSION : str = "1.6.3 "
2727
2828
2929class MissingOrEmptyAPIKeyException (Exception ):
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.6.2
2+ current_version = 1.6.3
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 1919 "mmh3>=3.0.0" ,
2020 "requests>=2.31.0" ,
2121 "tenacity==8.2.2" ,
22- "typing_extensions==4.12.2 "
22+ "typing_extensions==4.7.1 "
2323]
2424
2525setup_requirements = [
5858 test_suite = "tests" ,
5959 tests_require = test_requirements ,
6060 url = "https://github.com/harness/ff-python-server-sdk" ,
61- version = '1.6.2 ' ,
61+ version = '1.6.3 ' ,
6262 zip_safe = False ,
6363)
You can’t perform that action at this time.
0 commit comments