Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
api-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
api-client
Merge requests
!235
Bump Python requirement tenacity to 9.0.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Bump Python requirement tenacity to 9.0.0
bump-tenacity
into
master
Overview
0
Commits
1
Pipelines
7
Changes
1
Open
Teklia Bot
requested to merge
bump-tenacity
into
master
10 months ago
Overview
0
Commits
1
Pipelines
7
Changes
25
Expand
0
0
Merge request reports
Compare
version 4
version 7
7e42fee9
5 months ago
version 6
69aad978
7 months ago
version 5
6516fc27
8 months ago
version 4
cfc5271c
8 months ago
version 3
fbdcb16f
8 months ago
version 2
d834a0e6
8 months ago
version 1
63d7f6a3
10 months ago
master (base)
and
version 7
latest version
7e42fee9
1 commit,
5 months ago
version 7
7e42fee9
1 commit,
5 months ago
version 6
69aad978
1 commit,
7 months ago
version 5
6516fc27
1 commit,
8 months ago
version 4
cfc5271c
1 commit,
8 months ago
version 3
fbdcb16f
1 commit,
8 months ago
version 2
d834a0e6
1 commit,
8 months ago
version 1
63d7f6a3
1 commit,
10 months ago
Show latest version
25 files
+
1542
−
98
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
apistar/__init__.py
0 → 100644
+
9
−
0
Options
# -*- 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