We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193b3ed commit 6bd324bCopy full SHA for 6bd324b
1 file changed
src/fds/sdk/utils/authentication/constants.py
@@ -28,7 +28,7 @@ class CONSTS:
28
# default values
29
FACTSET_WELL_KNOWN_URI = "https://auth.factset.com/.well-known/openid-configuration"
30
31
- 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()})"
32
33
34
CONSTS = CONSTS()
0 commit comments