Skip to content

Commit af678ba

Browse files
committed
made changes
1 parent 83106c2 commit af678ba

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

auto-generated-sdk/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 🚨 THIS PACKAGE IS DEPRECATED!
2+
The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: <https://pypi.org/search/?q=%22fds.sdk%22>.
3+
14
# fds.analyticsapi.engines
25
Allow clients to fetch Analytics through APIs.
36

auto-generated-sdk/fds/analyticsapi/engines/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
Generated by: https://openapi-generator.tech
1111
"""
1212

13+
import warnings
14+
15+
warnings.warn(
16+
"The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: <https://pypi.org/search/?q=%22fds.sdk%22>.",
17+
DeprecationWarning
18+
)
1319

1420
__version__ = "6.1.1"
1521

auto-generated-sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
include_package_data=True,
4343
license="Apache License, Version 2.0",
4444
long_description="""\
45-
Allow clients to fetch Analytics through APIs. # noqa: E501
45+
The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: <https://pypi.org/search/?q=%22fds.sdk%22>.
4646
"""
4747
)

0 commit comments

Comments
 (0)