Skip to content

Commit b2d6ebd

Browse files
committed
chore(user-agent): bump to v3.0.0
1 parent 193b3ed commit b2d6ebd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fds/sdk/utils/authentication/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CONSTS:
2828
# default values
2929
FACTSET_WELL_KNOWN_URI = "https://auth.factset.com/.well-known/openid-configuration"
3030

31-
USER_AGENT = f"fds-sdk/python/utils/2.1.2 ({platform.system()}; Python {platform.python_version()})"
31+
USER_AGENT = f"fds-sdk/python/utils/3.0.0 ({platform.system()}; Python {platform.python_version()})"
3232

3333

3434
CONSTS = CONSTS()

0 commit comments

Comments
 (0)