Skip to content

Commit 15882ca

Browse files
authored
build(2.3.1): Generate SDK for SEP 2.3.1 (#73)
* Generate SDK for SEP 2.3.1 * Rollback env changes in the notebook
1 parent 75173d1 commit 15882ca

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

config/python.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "seldon-deploy-sdk",
33
"packageName": "seldon_deploy_sdk",
4-
"packageVersion": "2.3.0",
4+
"packageVersion": "2.3.1",
55
"packageUrl": "https://deploy.seldon.io"
66
}

examples/metadata_demo.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"# Alternativey set instead of the \"client_credentials\" flow\n",
8888
"# config.username = \"[email protected]\"\n",
8989
"# config.password = \"12341234\"\n",
90-
"# config.auth_method = \"password\"\n",
90+
"# config.auth_method = \"password_grant\"\n",
9191
"\n",
9292
"auth = OIDCAuthenticator(config)\n",
9393
"config.id_token = auth.authenticate()"

python/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/licenses/license.txt

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/licenses/license_info.csv

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/seldon_deploy_sdk/api_client.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/seldon_deploy_sdk/configuration.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/setup.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)