From b2d6ebd2ed734333d79fb42017d98dc3b97c12c7 Mon Sep 17 00:00:00 2001 From: Dhawal Gawande Date: Thu, 7 May 2026 14:47:12 +0100 Subject: [PATCH] chore(user-agent): bump to v3.0.0 --- src/fds/sdk/utils/authentication/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fds/sdk/utils/authentication/constants.py b/src/fds/sdk/utils/authentication/constants.py index 1d0f29c..18ba74c 100644 --- a/src/fds/sdk/utils/authentication/constants.py +++ b/src/fds/sdk/utils/authentication/constants.py @@ -28,7 +28,7 @@ class CONSTS: # default values FACTSET_WELL_KNOWN_URI = "https://auth.factset.com/.well-known/openid-configuration" - USER_AGENT = f"fds-sdk/python/utils/2.1.2 ({platform.system()}; Python {platform.python_version()})" + USER_AGENT = f"fds-sdk/python/utils/3.0.0 ({platform.system()}; Python {platform.python_version()})" CONSTS = CONSTS()