Skip to content

Commit

Permalink
Upgrade after onfido-openapi-spec change dea7c46
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido authored and github-actions[bot] committed May 24, 2024
1 parent 4b57c74 commit 4a1db87
Show file tree
Hide file tree
Showing 10 changed files with 750 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.11.0 24th May 2024

- Refresh library up to commit: [dea7c46](https://github.com/onfido/onfido-openapi-spec/commit/dea7c46541211e686912b780cfc9bdbfe20c00cb)

## v3.0.0 31th May 2024

- Make library auto-generated and based on [Onfido OpenAPI spec](https://github.com/onfido/onfido-openapi-spec)
Expand Down
4 changes: 3 additions & 1 deletion onfido/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
""" # noqa: E501


__version__ = "3.0.0"
__version__ = "2.11.0"

# import apis into sdk package
from onfido.api.default_api import DefaultApi
Expand Down Expand Up @@ -246,6 +246,8 @@
from onfido.models.sdk_token_response import SdkTokenResponse
from onfido.models.task import Task
from onfido.models.task_item import TaskItem
from onfido.models.timeline_file_reference import TimelineFileReference
from onfido.models.timeline_file_reference1 import TimelineFileReference1
from onfido.models.us_driving_licence_breakdown import UsDrivingLicenceBreakdown
from onfido.models.us_driving_licence_breakdown_address import UsDrivingLicenceBreakdownAddress
from onfido.models.us_driving_licence_breakdown_address_breakdown import UsDrivingLicenceBreakdownAddressBreakdown
Expand Down
Loading

0 comments on commit 4a1db87

Please sign in to comment.