File tree Expand file tree Collapse file tree 3 files changed +254
-1804
lines changed
Expand file tree Collapse file tree 3 files changed +254
-1804
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "splunk-sdk"
1111dynamic = [" version" ]
1212description = " Splunk Software Development Kit for Python"
1313readme = " README.md"
14- requires-python = " >=3.7 "
14+ requires-python = " >=3.9 "
1515license = { text = " Apache-2.0" }
1616authors = [{ name = " Splunk, Inc." , email = " devinfo@splunk.com" }]
1717keywords = [" splunk" , " sdk" ]
@@ -30,7 +30,7 @@ classifiers = [
3030]
3131
3232dependencies = [
33- " deprecation>=2.1 .0" ,
33+ " deprecated>=1.2 .0" ,
3434 " python-dotenv>=0.21.1" ,
3535]
3636optional-dependencies = { compat = [" six>=1.17.0" ] }
Original file line number Diff line number Diff line change 6666from time import sleep
6767from urllib import parse
6868
69- from deprecation import deprecated
69+ from deprecated import deprecated
7070
7171from . import data
7272from .binding import (
@@ -2008,9 +2008,8 @@ def clear_password(self):
20082008
20092009 @property
20102010 @deprecated (
2011- deprecated_in = "2.2.0" ,
2012- details = "To improve security, this field now returns an empty \
2013- string and will be removed from Splunk in a future release." ,
2011+ version = "2.2.0" ,
2012+ reason = "To improve security, this field now returns an empty string and will be removed from Splunk in a future release." ,
20142013 )
20152014 def encrypted_password (self ):
20162015 return self .content .get ("encr_password" )
You can’t perform that action at this time.
0 commit comments