Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to usage of openapi-python-client 0.22.0 #62

Merged
merged 11 commits into from
Jan 6, 2025
Merged

Conversation

JakubFrejlach
Copy link
Collaborator

This PR:

  • updates version of openapi-python-client being used to generate bindings from 0.10.7 to 0.22.0
  • updates all the templates used to tweak bindings regeneration to keep all the functionality and compatibility and at the same time to offer nice option to for example transfer from requests/aiohttp to httpx soon
  • removes usage of black/flake8 and isort in favour of ruff (currently also used by the openapi-python-client)
  • updates other python dependencies alerted by dependabot

Partially addresses OSIDB-3773

* removed pytest-recording and vcrpy because they are not being used
* updated based on the Dependabot alerts
Compatible with openapi-python-client version 0.22.0. Adding only those
which are already used in this repo for version 0.10.7 so far.
Newly introduced templates in openapi-python-client 0.22.0
osidb_bindings/__init__.py Outdated Show resolved Hide resolved
osidb_bindings/bindings/README.md Show resolved Hide resolved
@JakubFrejlach JakubFrejlach force-pushed the major-update branch 3 times, most recently from 281f4df to 76cce4d Compare January 3, 2025 14:37
@JakubFrejlach JakubFrejlach merged commit 2aec515 into master Jan 6, 2025
2 checks passed
@JakubFrejlach JakubFrejlach linked an issue Jan 6, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update bindings to use newest OpenAPI Python Client library
2 participants