Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dinamis-sdk
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
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDOS-Pub
dinamis-sdk
Commits
fb8a47e0
Commit
fb8a47e0
authored
11 months ago
by
Cresson Remi
Browse files
Options
Downloads
Patches
Plain Diff
Update 2 files
- /dinamis_sdk/auth.py - /setup.py
parent
03844291
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#189127
passed with warnings
11 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dinamis_sdk/auth.py
+1
-1
1 addition, 1 deletion
dinamis_sdk/auth.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
dinamis_sdk/auth.py
+
1
−
1
View file @
fb8a47e0
...
...
@@ -249,7 +249,7 @@ class OAuth2Session:
class
TokenServer
:
def
__init__
(
endpoint
:
str
):
def
__init__
(
self
,
endpoint
:
str
):
session
=
requests
.
Session
()
retry
=
urllib3
.
util
.
retry
.
Retry
(
total
=
total_retry
,
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
fb8a47e0
...
...
@@ -13,7 +13,7 @@ install_requires = [
setup
(
name
=
"
dinamis-sdk
"
,
version
=
"
0.1.
2
"
,
version
=
"
0.1.
3
"
,
description
=
"
DINAMIS SDK
"
,
python_requires
=
"
>=3.8
"
,
author
=
"
Remi Cresson
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment