-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 #138
Merged
Josephasafg
merged 2 commits into
main
from
dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0
Jun 20, 2024
Merged
chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 #138
Josephasafg
merged 2 commits into
main
from
dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0
Jun 20, 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
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@81e9d93...ec4db0b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
labels
Jun 17, 2024
Josephasafg
approved these changes
Jun 20, 2024
Josephasafg
deleted the
dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0
branch
June 20, 2024 12:17
miri-bar
pushed a commit
that referenced
this pull request
Jun 27, 2024
) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@81e9d93...ec4db0b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish 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> Co-authored-by: Asaf Joseph Gardin <[email protected]>
miri-bar
added a commit
that referenced
this pull request
Jul 1, 2024
* refactor: migrate from boto3 to custom http client * refactor: create an aws http client, and switch bedrock client to use it * test: rename test, add async tests * feat: add async client, remove bedrock_session class * docs: Azure README (#139) * feat: Add async tokenizer, add detokenize method (#144) * feat: add detokenize method, add async tokenizer * chore: update pyproject and poetry.lock * fix: fix tokenizer name in examples and readme, add example * test: adjust unittest + add unittest for async * chore: cache -> lru_cache to support python 3.8 * test: fix test_imports test * chore: add env_config to bedrock client to avoid breaking changes * refactor: export aws auth logic to new class * refactor: remove aws_http_client, use http_client instead, add aws auth test * test: fix tests * refactor: remove aws_http_client * chore(deps-dev): bump authlib from 1.3.0 to 1.3.1 (#131) Bumps [authlib](https://github.com/lepture/authlib) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](lepture/authlib@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: authlib dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#138) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@81e9d93...ec4db0b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish 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> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore: rebase code * refactor: chat + chat completions - migrate to new client * refactor: cr comments * chore: add async to new bedrock components * refactor: rename aws folder * chore: fix typo on file name bedrock_chat_completions * fix: fix errors * chore: fix typo * fix: Added deprecation warning * fix: Added deprecation warning to async * chore: add log for ignoring stream --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Asaf Joseph Gardin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
miri-bar
added a commit
that referenced
this pull request
Jul 4, 2024
* refactor: migrate from boto3 to custom http client * refactor: create an aws http client, and switch bedrock client to use it * test: rename test, add async tests * feat: add async client, remove bedrock_session class * docs: Azure README (#139) * feat: Add async tokenizer, add detokenize method (#144) * feat: add detokenize method, add async tokenizer * chore: update pyproject and poetry.lock * fix: fix tokenizer name in examples and readme, add example * test: adjust unittest + add unittest for async * chore: cache -> lru_cache to support python 3.8 * test: fix test_imports test * chore: add env_config to bedrock client to avoid breaking changes * refactor: sagemaker client, boto->aws http client * refactor: export aws auth logic to new class * refactor: remove aws_http_client, use http_client instead, add aws auth test * test: fix tests * refactor: remove aws_http_client * chore(deps-dev): bump authlib from 1.3.0 to 1.3.1 (#131) Bumps [authlib](https://github.com/lepture/authlib) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](lepture/authlib@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: authlib dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#138) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@81e9d93...ec4db0b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish 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> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore: rebase code * refactor: chat + chat completions - migrate to new client * refactor: cr comments * chore: add async to new bedrock components * refactor: rename aws folder * chore: refactor to use http client * chore: fix typo on file name bedrock_chat_completions * fix: fix errors * chore: fix typo * chore: add async to sm resources * test: fix imports test * fix: Added deprecation warning * fix: Added deprecation warning to async * chore: add log for ignoring stream * chore: fix lint * refactor: export get_aws_region, add async sm to readme, add async examples * test: add async test files to test_sagemaker.py * refactor: remove get_aws_region func --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Asaf Joseph Gardin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Josephasafg
added a commit
that referenced
this pull request
Jul 4, 2024
* refactor: migrate from boto3 to custom http client * refactor: create an aws http client, and switch bedrock client to use it * test: rename test, add async tests * feat: add async client, remove bedrock_session class * docs: Azure README (#139) * feat: Add async tokenizer, add detokenize method (#144) * feat: add detokenize method, add async tokenizer * chore: update pyproject and poetry.lock * fix: fix tokenizer name in examples and readme, add example * test: adjust unittest + add unittest for async * chore: cache -> lru_cache to support python 3.8 * test: fix test_imports test * chore: add env_config to bedrock client to avoid breaking changes * refactor: export aws auth logic to new class * refactor: remove aws_http_client, use http_client instead, add aws auth test * test: fix tests * refactor: remove aws_http_client * chore(deps-dev): bump authlib from 1.3.0 to 1.3.1 (#131) Bumps [authlib](https://github.com/lepture/authlib) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](lepture/authlib@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: authlib dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#138) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@81e9d93...ec4db0b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish 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> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore: rebase code * refactor: chat + chat completions - migrate to new client * refactor: cr comments * chore: add async to new bedrock components * refactor: rename aws folder * chore: fix typo on file name bedrock_chat_completions * fix: fix errors * chore: fix typo * fix: Added deprecation warning * fix: Added deprecation warning to async * chore: add log for ignoring stream --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Asaf Joseph Gardin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Josephasafg
added a commit
that referenced
this pull request
Jul 4, 2024
* refactor: migrate from boto3 to custom http client * refactor: create an aws http client, and switch bedrock client to use it * test: rename test, add async tests * feat: add async client, remove bedrock_session class * docs: Azure README (#139) * feat: Add async tokenizer, add detokenize method (#144) * feat: add detokenize method, add async tokenizer * chore: update pyproject and poetry.lock * fix: fix tokenizer name in examples and readme, add example * test: adjust unittest + add unittest for async * chore: cache -> lru_cache to support python 3.8 * test: fix test_imports test * chore: add env_config to bedrock client to avoid breaking changes * refactor: sagemaker client, boto->aws http client * refactor: export aws auth logic to new class * refactor: remove aws_http_client, use http_client instead, add aws auth test * test: fix tests * refactor: remove aws_http_client * chore(deps-dev): bump authlib from 1.3.0 to 1.3.1 (#131) Bumps [authlib](https://github.com/lepture/authlib) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](lepture/authlib@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: authlib dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#138) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@81e9d93...ec4db0b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish 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> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore: rebase code * refactor: chat + chat completions - migrate to new client * refactor: cr comments * chore: add async to new bedrock components * refactor: rename aws folder * chore: refactor to use http client * chore: fix typo on file name bedrock_chat_completions * fix: fix errors * chore: fix typo * chore: add async to sm resources * test: fix imports test * fix: Added deprecation warning * fix: Added deprecation warning to async * chore: add log for ignoring stream * chore: fix lint * refactor: export get_aws_region, add async sm to readme, add async examples * test: add async test files to test_sagemaker.py * refactor: remove get_aws_region func --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Asaf Joseph Gardin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Josephasafg
added a commit
that referenced
this pull request
Jul 7, 2024
* feat: Add bedrock async support (#146) * refactor: migrate from boto3 to custom http client * refactor: create an aws http client, and switch bedrock client to use it * test: rename test, add async tests * feat: add async client, remove bedrock_session class * docs: Azure README (#139) * feat: Add async tokenizer, add detokenize method (#144) * feat: add detokenize method, add async tokenizer * chore: update pyproject and poetry.lock * fix: fix tokenizer name in examples and readme, add example * test: adjust unittest + add unittest for async * chore: cache -> lru_cache to support python 3.8 * test: fix test_imports test * chore: add env_config to bedrock client to avoid breaking changes * refactor: export aws auth logic to new class * refactor: remove aws_http_client, use http_client instead, add aws auth test * test: fix tests * refactor: remove aws_http_client * chore(deps-dev): bump authlib from 1.3.0 to 1.3.1 (#131) Bumps [authlib](https://github.com/lepture/authlib) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](lepture/authlib@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: authlib dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#138) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@81e9d93...ec4db0b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish 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> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore: rebase code * refactor: chat + chat completions - migrate to new client * refactor: cr comments * chore: add async to new bedrock components * refactor: rename aws folder * chore: fix typo on file name bedrock_chat_completions * fix: fix errors * chore: fix typo * fix: Added deprecation warning * fix: Added deprecation warning to async * chore: add log for ignoring stream --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Asaf Joseph Gardin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add sagemaker async support (#155) * refactor: migrate from boto3 to custom http client * refactor: create an aws http client, and switch bedrock client to use it * test: rename test, add async tests * feat: add async client, remove bedrock_session class * docs: Azure README (#139) * feat: Add async tokenizer, add detokenize method (#144) * feat: add detokenize method, add async tokenizer * chore: update pyproject and poetry.lock * fix: fix tokenizer name in examples and readme, add example * test: adjust unittest + add unittest for async * chore: cache -> lru_cache to support python 3.8 * test: fix test_imports test * chore: add env_config to bedrock client to avoid breaking changes * refactor: sagemaker client, boto->aws http client * refactor: export aws auth logic to new class * refactor: remove aws_http_client, use http_client instead, add aws auth test * test: fix tests * refactor: remove aws_http_client * chore(deps-dev): bump authlib from 1.3.0 to 1.3.1 (#131) Bumps [authlib](https://github.com/lepture/authlib) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](lepture/authlib@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: authlib dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#138) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@81e9d93...ec4db0b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish 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> Co-authored-by: Asaf Joseph Gardin <[email protected]> * chore: rebase code * refactor: chat + chat completions - migrate to new client * refactor: cr comments * chore: add async to new bedrock components * refactor: rename aws folder * chore: refactor to use http client * chore: fix typo on file name bedrock_chat_completions * fix: fix errors * chore: fix typo * chore: add async to sm resources * test: fix imports test * fix: Added deprecation warning * fix: Added deprecation warning to async * chore: add log for ignoring stream * chore: fix lint * refactor: export get_aws_region, add async sm to readme, add async examples * test: add async test files to test_sagemaker.py * refactor: remove get_aws_region func --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Asaf Joseph Gardin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: Use the same http client for all Clients (#163) * fix: Merge * feat: AI21Client to inherit from AI21HTTPClient * feat: Used RequestOptions class * fix: api error * fix: Rename update to replace * fix: Tests * test: Added bedrock tests * fix: Added support for model and model_id for backwards compatibility * fix: Deprecation warning message * fix: Added ANY to dict * fix: Removed redundant code * fix: base_url * fix: Added deprecation warning * fix: Moved 'model' extract * test: Added a tests to validate model_id and model cant be together * fix: Test * fix: Bedrock integration tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: miri-bar <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
lgtm
Looks Good to Me
size:s
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.
Bumps pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0.
Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
Commits
ec4db0b
Merge PR #243 into unstable/v1e790844
oidc-exchange: link to status dashboard87b624f
💅Update homepage @ Dockerfile to GH Marketplaceda2f9bb
Merge pull request #241 from br3ndonland/ghcr-labelabbea2d
Add Docker label for GHCR2734d07
build(deps): bump requests from 2.31.0 to 2.32.0 in /requirements (#240)a54b9b8
---699cd61
⇪📦 Bump the runtime dep lockfile8414fc2
[pre-commit.ci] pre-commit autoupdate (#225)67a07eb
Disable the progress bar when runningtwine upload
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)