Skip to content
Snippets Groups Projects

Bump Python requirement requests to 2.32.3

Open Teklia Bot requested to merge bump-requests into master
Files
38
+ 9
0
# -*- coding: utf-8 -*-
import warnings
warnings.warn(
"The Arkindex API client no longer depends on APIStar. "
"Please update your `apistar` imports to use the `arkindex` package.",
FutureWarning,
stacklevel=2,
)
Loading