Commit 7ccfae5
committed
fix(deps): pin setuptools to <81.0.0 to avoid pkg_resources deprecation warning
Fix the following error:
/opt/instana/instrumentation/python/3.9.0/wrapt/importer.py:94: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
Signed-off-by: Paulo Vital <[email protected]>1 parent 51baea8 commit 7ccfae5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments