Skip to content

Commit

Permalink
build(2.3.1): Generate SDK for SEP 2.3.1 (#73)
Browse files Browse the repository at this point in the history
* Generate SDK for SEP 2.3.1

* Rollback env changes in the notebook
  • Loading branch information
vtaskow authored Jul 30, 2024
1 parent 75173d1 commit 15882ca
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "seldon-deploy-sdk",
"packageName": "seldon_deploy_sdk",
"packageVersion": "2.3.0",
"packageVersion": "2.3.1",
"packageUrl": "https://deploy.seldon.io"
}
2 changes: 1 addition & 1 deletion examples/metadata_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"# Alternativey set instead of the \"client_credentials\" flow\n",
"# config.username = \"[email protected]\"\n",
"# config.password = \"12341234\"\n",
"# config.auth_method = \"password\"\n",
"# config.auth_method = \"password_grant\"\n",
"\n",
"auth = OIDCAuthenticator(config)\n",
"config.id_token = auth.authenticate()"
Expand Down
2 changes: 1 addition & 1 deletion python/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/licenses/license.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/licenses/license_info.csv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/seldon_deploy_sdk/api_client.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/seldon_deploy_sdk/configuration.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/setup.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15882ca

Please sign in to comment.