Skip to content

Commit b677f9f

Browse files
authored
Merge pull request #169 from docusign/maintenance/may-2025
Maintenance > May 2025
2 parents f974e0f + c669be4 commit b677f9f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

app/ds_config_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"rooms_api_client_host": "https://demo.rooms.docusign.com/restapi",
1717
"monitor_api_client_host": "https://lens-d.docusign.net",
1818
"admin_api_client_host": "https://api-d.docusign.net/management",
19-
"webforms_api_client_host": "https://apps-d.docusign.com/api/webforms/v1.1",
19+
"webforms_api_client_host": "https://apps-d.docusign.com/api/webforms",
2020
"allow_silent_authentication": True, # a user can be silently authenticated if they have an
2121
# active login session on another tab of the same browser
2222
"target_account_id": None, # Set if you want a specific DocuSign AccountId,

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
astroid==3.3.9
2-
certifi==2025.1.31
1+
astroid==3.3.10
2+
certifi==2025.4.26
33
cffi==1.17.1
44
chardet==5.2.0
55
Click
6-
cryptography==44.0.2
7-
docusign-esign==4.0.0
6+
cryptography==45.0.3
7+
docusign-esign==5.0.0
88
docusign-rooms==1.3.0
99
docusign-monitor==1.2.0
1010
docusign-click==1.4.0
11-
docusign-admin==2.0.0rc2
12-
docusign-webforms==1.0.2rc12
11+
docusign-admin==2.0.0
12+
docusign-webforms==2.0.0
1313
Flask==2.3.3
1414
Flask-OAuthlib==0.9.6
1515
Flask-Session==0.8.0
1616
flask-wtf==1.2.2
17-
flake8==7.1.2
17+
flake8==7.2.0
1818
idna==3.10
19-
isort==5.13.2
19+
isort==6.0.1
2020
itsdangerous==2.2.0
2121
Jinja2>=3.1.6
22-
lazy-object-proxy==1.10.0
22+
lazy-object-proxy==1.11.0
2323
MarkupSafe==2.1.5
2424
mccabe==0.7.0
2525
oauthlib==2.1.0
26-
pipenv==2024.4.1
26+
pipenv==2025.0.3
2727
py-oauth2==0.0.10
2828
pycparser==2.22
29-
pylint==3.3.6
29+
pylint==3.3.7
3030
python-dateutil==2.9.0
31-
python-dotenv==1.0.1
31+
python-dotenv==1.1.0
3232
requests>=2.32.3
3333
requests_auth>=8.0.0
3434
requests-oauthlib==1.1.0
3535
six==1.17.0
36-
urllib3>=2.3.0
37-
virtualenv==20.29.3
36+
urllib3>=2.4.0
37+
virtualenv==20.31.2
3838
virtualenv-clone==0.5.7
3939
Werkzeug==2.3.8
4040
wrapt==1.17.2

0 commit comments

Comments
 (0)