Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: [ "flake8-bugbear==21.4.3" ]
additional_dependencies: [ 'flake8-bugbear==21.4.3', 'importlib_metadata==4.3' ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
Expand Down
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.1]

### Changed

* Updated `typing-extension` to version `4.0.0` [#131]

[#131]: https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/131

## [0.13.0]

## Changed

* `InferenceClient.create_inference_request*` methods now default to `retry=True`. [130]
* `InferenceClient.create_inference_request*` methods now default to `retry=True`. [#130]

[#130]: https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/130

## [0.12.0]

Expand Down Expand Up @@ -274,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* First public release

[Unreleased]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/rel/0.13.0...HEAD
[Unreleased]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/rel/0.13.1...HEAD
[0.13.1]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/rel/0.13.0...rel/0.13.1
[0.13.0]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/rel/0.12.0...rel/0.13.0
[0.12.0]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/rel/0.11.0...rel/0.12.0
[0.11.0]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/rel/0.10.0...rel/0.11.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cfenv==0.5.3
requests==2.25.1
typing-extensions==3.10.0.0
typing-extensions==4.0.0
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deps =
pytest-cov==2.12.1
httpretty==1.1.4
cov: coveralls==3.1.0
coverage==5.2.1
system_tests: pytest-html==3.1.1

commands =
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.13.1