Skip to content

Commit

Permalink
Py: bump aiohttp to 3.10.1 (#251)
Browse files Browse the repository at this point in the history
* build(deps): bump aiohttp from 3.9.5 to 3.10.1 in /clients/python

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.1.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.9.5...v3.10.1)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* py: drop use of aiohttp helpers

Signed-off-by: Isabella do Amaral <idoamara@redhat.com>

* py: ignore generated test files

Signed-off-by: Isabella do Amaral <idoamara@redhat.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
isinyaaa and dependabot[bot] authored Aug 7, 2024
1 parent bbb03fb commit 7e39377
Show file tree
Hide file tree
Showing 58 changed files with 93 additions and 3,213 deletions.
168 changes: 90 additions & 78 deletions clients/python/poetry.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions clients/python/src/.openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@
# Model Registry OpenAPI:
# Do not generate markdown for models coming from OpenAPI
mr_openapi/docs/*.md
# Do not generate empty tests
mr_openapi/test/
54 changes: 0 additions & 54 deletions clients/python/src/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -59,58 +59,4 @@ mr_openapi/models/serving_environment_list.py
mr_openapi/models/serving_environment_update.py
mr_openapi/models/sort_order.py
mr_openapi/rest.py
mr_openapi/test/__init__.py
mr_openapi/test/test_artifact.py
mr_openapi/test/test_artifact_list.py
mr_openapi/test/test_artifact_state.py
mr_openapi/test/test_base_artifact.py
mr_openapi/test/test_base_artifact_create.py
mr_openapi/test/test_base_artifact_update.py
mr_openapi/test/test_base_execution.py
mr_openapi/test/test_base_execution_create.py
mr_openapi/test/test_base_execution_update.py
mr_openapi/test/test_base_resource.py
mr_openapi/test/test_base_resource_create.py
mr_openapi/test/test_base_resource_list.py
mr_openapi/test/test_base_resource_update.py
mr_openapi/test/test_doc_artifact.py
mr_openapi/test/test_error.py
mr_openapi/test/test_execution_state.py
mr_openapi/test/test_inference_service.py
mr_openapi/test/test_inference_service_create.py
mr_openapi/test/test_inference_service_list.py
mr_openapi/test/test_inference_service_state.py
mr_openapi/test/test_inference_service_update.py
mr_openapi/test/test_metadata_bool_value.py
mr_openapi/test/test_metadata_double_value.py
mr_openapi/test/test_metadata_int_value.py
mr_openapi/test/test_metadata_proto_value.py
mr_openapi/test/test_metadata_string_value.py
mr_openapi/test/test_metadata_struct_value.py
mr_openapi/test/test_metadata_value.py
mr_openapi/test/test_model_artifact.py
mr_openapi/test/test_model_artifact_create.py
mr_openapi/test/test_model_artifact_list.py
mr_openapi/test/test_model_artifact_update.py
mr_openapi/test/test_model_registry_service_api.py
mr_openapi/test/test_model_version.py
mr_openapi/test/test_model_version_create.py
mr_openapi/test/test_model_version_list.py
mr_openapi/test/test_model_version_state.py
mr_openapi/test/test_model_version_update.py
mr_openapi/test/test_order_by_field.py
mr_openapi/test/test_registered_model.py
mr_openapi/test/test_registered_model_create.py
mr_openapi/test/test_registered_model_list.py
mr_openapi/test/test_registered_model_state.py
mr_openapi/test/test_registered_model_update.py
mr_openapi/test/test_serve_model.py
mr_openapi/test/test_serve_model_create.py
mr_openapi/test/test_serve_model_list.py
mr_openapi/test/test_serve_model_update.py
mr_openapi/test/test_serving_environment.py
mr_openapi/test/test_serving_environment_create.py
mr_openapi/test/test_serving_environment_list.py
mr_openapi/test/test_serving_environment_update.py
mr_openapi/test/test_sort_order.py
mr_openapi_README.md
Empty file.
67 changes: 0 additions & 67 deletions clients/python/src/mr_openapi/test/test_artifact.py

This file was deleted.

58 changes: 0 additions & 58 deletions clients/python/src/mr_openapi/test/test_artifact_list.py

This file was deleted.

29 changes: 0 additions & 29 deletions clients/python/src/mr_openapi/test/test_artifact_state.py

This file was deleted.

60 changes: 0 additions & 60 deletions clients/python/src/mr_openapi/test/test_base_artifact.py

This file was deleted.

57 changes: 0 additions & 57 deletions clients/python/src/mr_openapi/test/test_base_artifact_create.py

This file was deleted.

56 changes: 0 additions & 56 deletions clients/python/src/mr_openapi/test/test_base_artifact_update.py

This file was deleted.

Loading

0 comments on commit 7e39377

Please sign in to comment.