Skip to content

Commit

Permalink
Upgrade after onfido-openapi-spec change 4bccb42
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido authored and github-actions[bot] committed May 7, 2024
1 parent ef9f7ea commit d24a903
Show file tree
Hide file tree
Showing 272 changed files with 910 additions and 717 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.5.0
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pip install onfido
```

Then import the package:

```python
import onfido
```
Expand All @@ -34,6 +35,7 @@ poetry add onfido
```

Then import the package:

```python
import onfido
```
Expand Down Expand Up @@ -108,12 +110,11 @@ Webhook events payload needs to be verified before it can be accessed. Library a

## Contributing

This library is automatically generated using [OpenAPI Generator](https://openapi-generator.tech) - version: 7.4.0;
therefore all the contributions, except tests files, should target [Onfido OpenAPI specification repository](https://github.com/onfido/onfido-openapi-spec/tree/master) instead of this repository.
This library is automatically generated using [OpenAPI Generator](https://openapi-generator.tech) - version: 7.5.0; therefore all the contributions, except tests files, should target [Onfido OpenAPI specification repository](https://github.com/onfido/onfido-openapi-spec/tree/master) instead of this repository.

For contributions to the tests instead, please follow the steps below:

1. [Fork](<https://github.com/onfido/onfido-python/fork>) repository
1. [Fork](https://github.com/onfido/onfido-python/fork) repository
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make your changes
4. Commit your changes (`git commit -am 'Add some feature'`)
Expand All @@ -127,4 +128,4 @@ More documentation and code examples can be found at <https://documentation.onfi
## Support

Should you encounter any technical issues during integration, please contact Onfido's Customer Support team
via the [Customer Experience Portal](https://public.support.onfido.com/) which also include support documentation.
via the [Customer Experience Portal](https://public.support.onfido.com/) which also includes support documentation.
4 changes: 2 additions & 2 deletions onfido/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"""
Onfido API v3.6
The Onfido API
The Onfido API (v3.6)
The version of the OpenAPI document: 3.6.0
The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
Expand Down
Loading

0 comments on commit d24a903

Please sign in to comment.