-
Notifications
You must be signed in to change notification settings - Fork 211
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
build(deps-dev): update grpcio-tools requirement from ~=1.56.2 to >=1.56.2,<1.65.0 #986
Merged
psfoley
merged 1 commit into
develop
from
dependabot/pip/grpcio-tools-gte-1.56.2-and-lt-1.65.0
Jul 9, 2024
Merged
build(deps-dev): update grpcio-tools requirement from ~=1.56.2 to >=1.56.2,<1.65.0 #986
psfoley
merged 1 commit into
develop
from
dependabot/pip/grpcio-tools-gte-1.56.2-and-lt-1.65.0
Jul 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.56.2...v1.64.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Ready to merge. |
dependabot
bot
deleted the
dependabot/pip/grpcio-tools-gte-1.56.2-and-lt-1.65.0
branch
July 9, 2024 22:09
porteratzo
pushed a commit
that referenced
this pull request
Aug 2, 2024
Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.56.2...v1.64.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: porteratzo <[email protected]>
psfoley
added a commit
that referenced
this pull request
Aug 10, 2024
* build(deps): bump pytest-mock from 3.10.0 to 3.14.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.10.0 to 3.14.0. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.10.0...v3.14.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: porteratzo <[email protected]> * build(deps-dev): update grpcio-tools requirement (#986) Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.56.2...v1.64.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: porteratzo <[email protected]> * build(deps): bump pytest from 8.2.0 to 8.2.2 (#987) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.0...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: porteratzo <[email protected]> * fix the installtion doc Signed-off-by: myan <[email protected]> Signed-off-by: porteratzo <[email protected]> * correct all Signed-off-by: myan <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated sphinx config for API doc and added Index Signed-off-by: porteratzo <[email protected]> * Updated aggregator api documentation Signed-off-by: porteratzo <[email protected]> * Updated assigner api documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated collaborator api documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated director api documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated director api documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated envoy api documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Fix typos and remove comments on rst file Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added cryptography module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added TensorDB module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added native module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added Experimental module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added Federated module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added interface module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added pipelines module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added plugins module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added protocols module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added transport module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added utilities module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated component module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated cryptography module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated databases module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated native module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated modules configuration for docstrings API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update conflict files for merge Signed-off-by: porteratzo <[email protected]> * Updated different files for docstrings API documentation Signed-off-by: porteratzo <[email protected]> * Fixed problem of path for documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Moved the location of Indices and tables Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update aggregator docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update aggregator docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update assigner functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update component module functions docstrings for fix lint warnings Signed-off-by: porteratzo <[email protected]> * Update component imports docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update cryptography functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update databases functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update databases functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update databases functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update experimental functions docstring for fix lint warnings Signed-off-by: porteratzo <[email protected]> * Update transport functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update tensor_db file for avoid lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update federated functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update interface functions docstring for fix lint flake8 warnings Signed-off-by: porteratzo <[email protected]> * Update native functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update pipeline functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update plugin functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update protocols functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update utilities functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update minor files docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Convert relative imports to absolute Signed-off-by: Shah, Karan <[email protected]> Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update different functions docstring for fix lint warnings Signed-off-by: porteratzo <[email protected]> * Files updated to comply with flake8 format Signed-off-by: porteratzo <[email protected]> * Files updated to comply with flake8 format Signed-off-by: porteratzo <[email protected]> * Files updated to comply with more flake8 format Signed-off-by: porteratzo <[email protected]> * Revert __init__.py files to fix doc rendering Signed-off-by: Patrick Foley <[email protected]> Signed-off-by: porteratzo <[email protected]> * Removed all functionality changes Signed-off-by: porteratzo <[email protected]> * Removed changes on imports Signed-off-by: porteratzo <[email protected]> * [Fix] Update requirement.txt to install latest torch version in torch workspaces (#1000) * remove unused pt_cnn.py from torch_cnn_histology Signed-off-by: kta-intel <[email protected]> * update validate to validate_task in unet_kvasir plan.yaml Signed-off-by: kta-intel <[email protected]> * update package versions Signed-off-by: kta-intel <[email protected]> --------- Signed-off-by: kta-intel <[email protected]> Signed-off-by: porteratzo <[email protected]> * lint fixes Signed-off-by: porteratzo <[email protected]> * lint fixes Signed-off-by: porteratzo <[email protected]> * Update assigner.py Signed-off-by: porteratzo <[email protected]> * build(deps): bump pytest from 8.2.2 to 8.3.2 (#1014) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.2...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: porteratzo <[email protected]> * revert again Signed-off-by: porteratzo <[email protected]> * undo lint eddit Signed-off-by: porteratzo <[email protected]> * undo lint edits Signed-off-by: porteratzo <[email protected]> * undo reqs Signed-off-by: porteratzo <[email protected]> * rerun tests Signed-off-by: porteratzo <[email protected]> * lintfix Signed-off-by: porteratzo <[email protected]> * rerun tests Signed-off-by: porteratzo <[email protected]> --------- Signed-off-by: porteratzo <[email protected]> Signed-off-by: myan <[email protected]> Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: Shah, Karan <[email protected]> Signed-off-by: Patrick Foley <[email protected]> Signed-off-by: kta-intel <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: myan <[email protected]> Co-authored-by: Shah, Karan <[email protected]> Co-authored-by: Patrick Foley <[email protected]> Co-authored-by: Kevin Ta <[email protected]> Co-authored-by: porteratzo <[email protected]> Co-authored-by: porteratzo <[email protected]>
MasterSkepticista
added a commit
that referenced
this pull request
Aug 12, 2024
* Added functionality files for docstring API documentation Signed-off-by: Manuel Santana <[email protected]> * Fix federated rendering for docstrings Signed-off-by: Manuel Santana <[email protected]> * [Fix] Update requirement.txt to install latest torch version in torch workspaces (#1000) * remove unused pt_cnn.py from torch_cnn_histology Signed-off-by: kta-intel <[email protected]> * update validate to validate_task in unet_kvasir plan.yaml Signed-off-by: kta-intel <[email protected]> * update package versions Signed-off-by: kta-intel <[email protected]> --------- Signed-off-by: kta-intel <[email protected]> Signed-off-by: Manuel Santana <[email protected]> * option to autodoc all imported files Signed-off-by: porteratzo <[email protected]> * rerun tests Signed-off-by: porteratzo <[email protected]> * Enable TLS by default (#1012) * Enable TLS by default Signed-off-by: Shah, Karan <[email protected]> * Spurious package removal in dockerfile Signed-off-by: Shah, Karan <[email protected]> * Fetch fqdn via openfl util func Signed-off-by: Shah, Karan <[email protected]> * [WIP] Set localhost fqdn for github actions Signed-off-by: Shah, Karan <[email protected]> * formatting break from PR #1008 fixed Signed-off-by: Shah, Karan <[email protected]> * Set localhost fqdn for impacted tests Signed-off-by: Shah, Karan <[email protected]> * localhost fqdn for dockerization test Signed-off-by: Shah, Karan <[email protected]> --------- Signed-off-by: Shah, Karan <[email protected]> * build(deps): update pyzmq requirement from <=26.0.3 to <=26.1.0 (#1020) Updates the requirements on [pyzmq](https://github.com/zeromq/pyzmq) to permit the latest version. - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](zeromq/pyzmq@v2.0.7...v26.1.0) --- updated-dependencies: - dependency-name: pyzmq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump torch from 1.13.1 to 2.2.0 in /tests/github/experimental/workspace/testcase_private_attributes_initialization_with_both_options (#1019) * build(deps): bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * upgrade torch and torchvision Signed-off-by: kta-intel <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: kta-intel <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kta-intel <[email protected]> * build(deps): bump pytest-asyncio from 0.23.7 to 0.23.8 (#1006) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.7 to 0.23.8. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.7...v0.23.8) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * rerun tests Signed-off-by: porteratzo <[email protected]> * build(deps): bump dynaconf from 3.2.5 to 3.2.6 (#1022) Bumps [dynaconf](https://github.com/dynaconf/dynaconf) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/dynaconf/dynaconf/releases) - [Changelog](https://github.com/dynaconf/dynaconf/blob/3.2.6/CHANGELOG.md) - [Commits](dynaconf/dynaconf@3.2.5...3.2.6) --- updated-dependencies: - dependency-name: dynaconf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): update grpcio-tools requirement (#1007) Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.56.2...v1.65.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update torch from 1.13.1 to 2.3.1 (and dependent packages) in existing tutorials and workspaces (#1024) * upgrade torch and torchvision in github tests Signed-off-by: kta-intel <[email protected]> * update torch==2.3.1 and torchvision==0.18.1 in experimental workspace Signed-off-by: kta-intel <[email protected]> * bump torch==2.3.1 torchvision==0.18.1 in interactive_api tutorials Signed-off-by: kta-intel <[email protected]> * update torch=2.3.1 torchvision 0.18.1 Signed-off-by: kta-intel <[email protected]> * bump torch=2.3.1 torchvision=0.18.1 for workflow api tutorials Signed-off-by: kta-intel <[email protected]> --------- Signed-off-by: kta-intel <[email protected]> * bump torch==2.3.1, torchvision==0.18.1 (#1025) Signed-off-by: kta-intel <[email protected]> * Resolve coverity scan 441135 `bad use of null-like value` in openfl/experimental/runtime/local_runtime.py (#1026) * resolve coverity scan: bad use of null-like value Signed-off-by: kta-intel <[email protected]> * style reformat Signed-off-by: kta-intel <[email protected]> --------- Signed-off-by: kta-intel <[email protected]> * Update Docstrings api for documentation (issue #893) (#1003) * build(deps): bump pytest-mock from 3.10.0 to 3.14.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.10.0 to 3.14.0. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.10.0...v3.14.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: porteratzo <[email protected]> * build(deps-dev): update grpcio-tools requirement (#986) Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.56.2...v1.64.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: porteratzo <[email protected]> * build(deps): bump pytest from 8.2.0 to 8.2.2 (#987) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.0...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: porteratzo <[email protected]> * fix the installtion doc Signed-off-by: myan <[email protected]> Signed-off-by: porteratzo <[email protected]> * correct all Signed-off-by: myan <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated sphinx config for API doc and added Index Signed-off-by: porteratzo <[email protected]> * Updated aggregator api documentation Signed-off-by: porteratzo <[email protected]> * Updated assigner api documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated collaborator api documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated director api documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated director api documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated envoy api documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Fix typos and remove comments on rst file Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added cryptography module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added TensorDB module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added native module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added Experimental module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added Federated module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added interface module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added pipelines module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added plugins module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added protocols module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added transport module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Added utilities module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated component module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated cryptography module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated databases module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated native module docstrings for API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Updated modules configuration for docstrings API documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update conflict files for merge Signed-off-by: porteratzo <[email protected]> * Updated different files for docstrings API documentation Signed-off-by: porteratzo <[email protected]> * Fixed problem of path for documentation Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Moved the location of Indices and tables Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update aggregator docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update aggregator docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update assigner functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update component module functions docstrings for fix lint warnings Signed-off-by: porteratzo <[email protected]> * Update component imports docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update cryptography functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update databases functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update databases functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update databases functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update experimental functions docstring for fix lint warnings Signed-off-by: porteratzo <[email protected]> * Update transport functions docstring for fix lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update tensor_db file for avoid lint warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update federated functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update interface functions docstring for fix lint flake8 warnings Signed-off-by: porteratzo <[email protected]> * Update native functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update pipeline functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update plugin functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update protocols functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update utilities functions docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update minor files docstring for fix lint flake8 warnings Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Convert relative imports to absolute Signed-off-by: Shah, Karan <[email protected]> Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: porteratzo <[email protected]> * Update different functions docstring for fix lint warnings Signed-off-by: porteratzo <[email protected]> * Files updated to comply with flake8 format Signed-off-by: porteratzo <[email protected]> * Files updated to comply with flake8 format Signed-off-by: porteratzo <[email protected]> * Files updated to comply with more flake8 format Signed-off-by: porteratzo <[email protected]> * Revert __init__.py files to fix doc rendering Signed-off-by: Patrick Foley <[email protected]> Signed-off-by: porteratzo <[email protected]> * Removed all functionality changes Signed-off-by: porteratzo <[email protected]> * Removed changes on imports Signed-off-by: porteratzo <[email protected]> * [Fix] Update requirement.txt to install latest torch version in torch workspaces (#1000) * remove unused pt_cnn.py from torch_cnn_histology Signed-off-by: kta-intel <[email protected]> * update validate to validate_task in unet_kvasir plan.yaml Signed-off-by: kta-intel <[email protected]> * update package versions Signed-off-by: kta-intel <[email protected]> --------- Signed-off-by: kta-intel <[email protected]> Signed-off-by: porteratzo <[email protected]> * lint fixes Signed-off-by: porteratzo <[email protected]> * lint fixes Signed-off-by: porteratzo <[email protected]> * Update assigner.py Signed-off-by: porteratzo <[email protected]> * build(deps): bump pytest from 8.2.2 to 8.3.2 (#1014) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.2...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: porteratzo <[email protected]> * revert again Signed-off-by: porteratzo <[email protected]> * undo lint eddit Signed-off-by: porteratzo <[email protected]> * undo lint edits Signed-off-by: porteratzo <[email protected]> * undo reqs Signed-off-by: porteratzo <[email protected]> * rerun tests Signed-off-by: porteratzo <[email protected]> * lintfix Signed-off-by: porteratzo <[email protected]> * rerun tests Signed-off-by: porteratzo <[email protected]> --------- Signed-off-by: porteratzo <[email protected]> Signed-off-by: myan <[email protected]> Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: Shah, Karan <[email protected]> Signed-off-by: Patrick Foley <[email protected]> Signed-off-by: kta-intel <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: myan <[email protected]> Co-authored-by: Shah, Karan <[email protected]> Co-authored-by: Patrick Foley <[email protected]> Co-authored-by: Kevin Ta <[email protected]> Co-authored-by: porteratzo <[email protected]> Co-authored-by: porteratzo <[email protected]> * Added functionality files for docstring API documentation Signed-off-by: Manuel Santana <[email protected]> * Fix federated rendering for docstrings Signed-off-by: Manuel Santana <[email protected]> * option to autodoc all imported files Signed-off-by: porteratzo <[email protected]> * rerun tests Signed-off-by: porteratzo <[email protected]> * rerun tests Signed-off-by: porteratzo <[email protected]> * Pytest FQDN fix Signed-off-by: Shah, Karan <[email protected]> * Run formatter Signed-off-by: Shah, Karan <[email protected]> --------- Signed-off-by: Manuel Santana <[email protected]> Signed-off-by: kta-intel <[email protected]> Signed-off-by: porteratzo <[email protected]> Signed-off-by: Shah, Karan <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: myan <[email protected]> Signed-off-by: manuelhsantana <[email protected]> Signed-off-by: Patrick Foley <[email protected]> Co-authored-by: Kevin Ta <[email protected]> Co-authored-by: Patrick Foley <[email protected]> Co-authored-by: porteratzo <[email protected]> Co-authored-by: Karan Shah <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kta-intel <[email protected]> Co-authored-by: myan <[email protected]> Co-authored-by: Patrick Foley <[email protected]> Co-authored-by: porteratzo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on grpcio-tools to permit the latest version.
Release notes
Sourced from grpcio-tools's releases.
Changelog
Sourced from grpcio-tools's changelog.
Commits
d799491
[Release] Bump version to 1.64.1 (on v1.64.x branch) (#36748)74eedcc
[backport][build] Update Gazelle bazel dependency (#36745) (#36746)c0216b4
[OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686) (#36722)192c054
[OTel] Add latency view to example (#36601) (#36720)f740f35
[Python Server] Remove abstractmethod notation for add_registered_method_hand...c64a23d
[OTel] Add find_package call for OTel dependency in installed gRPC configurat...fbd6f95
C++20 compat: use invoke_result_t for C++17 and up (#36016) (#36690)979afe0
[StatsPlugin] Fix use-after-free issue (#36664) (#36670)b8a04ac
[Release] Bump version to 1.64.0 (on v1.64.x branch) (#36633)acd8b33
[Release] Bump version to 1.64.0-pre2 (on v1.64.x branch) (#36573)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)