File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " python-catalyst"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44description = " Python client for the PRODAFT CATALYST API"
55readme = " README.md"
66license = { file = " LICENSE" }
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ def __init__(
5757 ),
5858 "Content-Type" : "application/json" ,
5959 "Accept" : "application/json" ,
60+ "User-Agent" : "python-catalyst-client/0.1.3" ,
6061 }
6162 )
6263
@@ -269,6 +270,8 @@ def get_updated_member_contents(
269270 f"Fetching member contents updated since: { since .isoformat ()} "
270271 )
271272
273+ if not self .catalyst_authenticated :
274+ tlp = [TLPLevel .CLEAR ] # Default to TLP:CLEAR for unauthenticated users
272275 contents = self .get_all_member_contents (
273276 category = category ,
274277 tlp = tlp ,
Original file line number Diff line number Diff line change 55
66setup (
77 name = "python-catalyst" ,
8- version = "0.1.2 " ,
8+ version = "0.1.3 " ,
99 description = "Python client for the PRODAFT CATALYST API" ,
1010 long_description = long_description ,
1111 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments