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

Bump the minor-patch group across 1 directory with 9 updates #634

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2024

Bumps the minor-patch group with 9 updates in the / directory:

Package From To
boto3 1.34.97 1.34.131
unstructured 0.14.6 0.14.7
semantic-router 0.0.47 0.0.48
ruff 0.4.9 0.4.10
boto3-stubs 1.34.130 1.34.131
anthropic 0.28.1 0.29.0
litellm 1.40.17 1.40.21
openai 1.35.1 1.35.3
mlflow 2.14.0 2.14.1

Updates boto3 from 1.34.97 to 1.34.131

Changelog

Sourced from boto3's changelog.

1.34.131

  • api-change:bedrock-runtime: [botocore] This release adds document support to Converse and ConverseStream APIs
  • api-change:codeartifact: [botocore] Add support for the Cargo package format.
  • api-change:compute-optimizer: [botocore] This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
  • api-change:cost-optimization-hub: [botocore] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
  • api-change:dynamodb: [botocore] Doc-only update for DynamoDB. Fixed Important note in 6 Global table APIs - CreateGlobalTable, DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables, UpdateGlobalTable, and UpdateGlobalTableSettings.
  • api-change:glue: [botocore] Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows.
  • api-change:ivs-realtime: [botocore] IVS Real-Time now offers customers the ability to record individual stage participants to S3.
  • api-change:sagemaker: [botocore] Adds support for model references in Hub service, and adds support for cross-account access of Hubs
  • api-change:securityhub: [botocore] Documentation updates for Security Hub

1.34.130

  • api-change:artifact: [botocore] This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response).
  • api-change:athena: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:cur: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:directconnect: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:elastictranscoder: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:opensearch: [botocore] This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains.

1.34.129

  • api-change:bedrock-runtime: [botocore] This release adds support for using Guardrails with the Converse and ConverseStream APIs.
  • api-change:cloudtrail: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:config: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:eks: [botocore] This release adds support to surface async fargate customer errors from async path to customer through describe-fargate-profile API response.
  • api-change:lightsail: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:polly: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:rekognition: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:sagemaker: [botocore] Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances.
  • api-change:shield: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:snowball: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.

1.34.128

  • api-change:acm-pca: [botocore] Doc-only update that adds name constraints as an allowed extension for ImportCertificateAuthorityCertificate.
  • api-change:batch: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:codebuild: [botocore] AWS CodeBuild now supports global and organization GitHub webhooks
  • api-change:cognito-idp: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:ds: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:efs: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:glue: [botocore] This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions.

... (truncated)

Commits
  • fd8bcca Merge branch 'release-1.34.131'
  • af823bd Bumping version to 1.34.131
  • 039b973 Add changelog entries from botocore
  • 7cf3113 Merge branch 'release-1.34.130'
  • 8541840 Merge branch 'release-1.34.130' into develop
  • d5a7f62 Bumping version to 1.34.130
  • 5c5f581 Add changelog entries from botocore
  • b93e4e0 Merge branch 'release-1.34.129'
  • 50e9288 Merge branch 'release-1.34.129' into develop
  • 8bd2a39 Bumping version to 1.34.129
  • Additional commits viewable in compare view

Updates unstructured from 0.14.6 to 0.14.7

Release notes

Sourced from unstructured's releases.

0.14.7

Enhancements

  • Pull from wolfi-base image. The amd64 image now pulls from the unstructured wolfi-base image to avoid duplication of dependency setup steps.
  • Fix windows temp file. Make the creation of a temp file in unstructured/partition/pdf_image/ocr.py windows compatible.

Features

  • Expose conversion functions for tables Adds public functions to convert tables from HTML to the Deckerd format and back

Fixes

  • Fix an error publishing docker images. Update user in docker-smoke-test to reflect changes made by the amd64 image pull from the "unstructured" "wolfi-base" image.
  • **Fix a IndexError when partitioning a pdf with values for both extract_image_block_types and starting_page_number.
Changelog

Sourced from unstructured's changelog.

0.14.7

Enhancements

  • Pull from wolfi-base image. The amd64 image now pulls from the unstructured wolfi-base image to avoid duplication of dependency setup steps.
  • Fix windows temp file. Make the creation of a temp file in unstructured/partition/pdf_image/ocr.py windows compatible.

Features

  • Expose conversion functions for tables Adds public functions to convert tables from HTML to the Deckerd format and back

Fixes

  • Fix an error publishing docker images. Update user in docker-smoke-test to reflect changes made by the amd64 image pull from the "unstructured" "wolfi-base" image.
  • **Fix a IndexError when partitioning a pdf with values for both extract_image_block_types and starting_page_number.
Commits

Updates semantic-router from 0.0.47 to 0.0.48

Release notes

Sourced from semantic-router's releases.

Release v0.0.48

What's Changed

Full Changelog: aurelio-labs/semantic-router@v0.0.47...v0.0.48

Commits

Updates ruff from 0.4.9 to 0.4.10

Release notes

Sourced from ruff's releases.

v0.4.10

Changes

Parser

  • Implement re-lexing logic for better error recovery (#11845)

Rule changes

  • [flake8-copyright] Update CPY001 to check the first 4096 bytes instead of 1024 (#11927)
  • [pycodestyle] Update E999 to show all syntax errors instead of just the first one (#11900)

Server

  • Add tracing setup guide to Helix documentation (#11883)
  • Add tracing setup guide to Neovim documentation (#11884)
  • Defer notebook cell deletion to avoid an error message (#11864)

Security

  • Guard against malicious ecosystem comment artifacts (#11879)

Contributors

Changelog

Sourced from ruff's changelog.

0.4.10

Parser

  • Implement re-lexing logic for better error recovery (#11845)

Rule changes

  • [flake8-copyright] Update CPY001 to check the first 4096 bytes instead of 1024 (#11927)
  • [pycodestyle] Update E999 to show all syntax errors instead of just the first one (#11900)

Server

  • Add tracing setup guide to Helix documentation (#11883)
  • Add tracing setup guide to Neovim documentation (#11884)
  • Defer notebook cell deletion to avoid an error message (#11864)

Security

  • Guard against malicious ecosystem comment artifacts (#11879)
Commits

Updates boto3-stubs from 1.34.130 to 1.34.131

Commits

Updates anthropic from 0.28.1 to 0.29.0

Release notes

Sourced from anthropic's releases.

v0.29.0

0.29.0 (2024-06-20)

Full Changelog: v0.28.1...v0.29.0

Features

  • api: add new claude-3-5-sonnet-20240620 model (#545) (5ea6b18)

Bug Fixes

  • client/async: avoid blocking io call for platform headers (#544) (3c2b75f)

Chores

  • internal: add a default_query method (#540) (0253ebc)
Changelog

Sourced from anthropic's changelog.

0.29.0 (2024-06-20)

Full Changelog: v0.28.1...v0.29.0

Features

  • api: add new claude-3-5-sonnet-20240620 model (#545) (5ea6b18)

Bug Fixes

  • client/async: avoid blocking io call for platform headers (#544) (3c2b75f)

Chores

  • internal: add a default_query method (#540) (0253ebc)
Commits

Updates litellm from 1.40.17 to 1.40.21

Release notes

Sourced from litellm's releases.

v1.40.21

What's Changed

New Contributors

Full Changelog: BerriAI/litellm@v1.40.20...v1.40.21

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.40.21

Don't want to maintain your internal proxy? get in touch 🎉

Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat

Load Test LiteLLM Proxy Results

Name Status Median Response Time (ms) Average Response Time (ms) Requests/s Failures/s Request Count Failure Count Min Response Time (ms) Max Response Time (ms)
/chat/completions Passed ✅ 140.0 163.37791068962042 6.407997421786419 0.0 1917 0 114.2956310000045 1749.6762069999932
Aggregated Passed ✅ 140.0 163.37791068962042 6.407997421786419 0.0 1917 0 114.2956310000045 1749.6762069999932

v1.40.20

What's Changed

Full Changelog: BerriAI/litellm@v1.40.19...v1.40.20

Docker Run LiteLLM Proxy

... (truncated)

Commits
  • 04fed21 fix(vertex_httpx.py): cleanup docstring
  • 16941ee fix(utils.py): re-integrate separate gemini optional param mapping (google ai...
  • d2b4d1f bump: version 1.40.20 → 1.40.21
  • fdb7101 fix(utils.py): add extra body params for text completion calls
  • 12f4fb3 fix refactor - add batches endpoints proxy server.py
  • 361e478 Merge pull request #4121 from friendliai/feat/friendliai
  • e23b56f ci/cd run again
  • 0efd94c ci/cd run again
  • 97d3332 test: trigger new build
  • 086d3b2 ci(config.yml): fix testing
  • Additional commits viewable in compare view

Updates openai from 1.35.1 to 1.35.3

Release notes

Sourced from openai's releases.

v1.35.3

1.35.3 (2024-06-20)

Full Changelog: v1.35.2...v1.35.3

Bug Fixes

  • tests: add explicit type annotation (9345f10)

v1.35.2

1.35.2 (2024-06-20)

Full Changelog: v1.35.1...v1.35.2

Bug Fixes

  • api: add missing parallel_tool_calls arguments (4041e4f)
Changelog

Sourced from openai's changelog.

1.35.3 (2024-06-20)

Full Changelog: v1.35.2...v1.35.3

Bug Fixes

  • tests: add explicit type annotation (9345f10)

1.35.2 (2024-06-20)

Full Changelog: v1.35.1...v1.35.2

Bug Fixes

  • api: add missing parallel_tool_calls arguments (4041e4f)
Commits

Updates mlflow from 2.14.0 to 2.14.1

Release notes

Sourced from mlflow's releases.

MLflow 2.14.1 is a patch release that contains several bug fixes and documentation improvements

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#12415, #12396, #12394, @​harupy; #12403, #12382, @​BenWilson2; #12397, @​B-Step62

Changelog

Sourced from mlflow's changelog.

2.14.1 (2024-06-20)

MLflow 2.14.1 is a patch release that contains several bug fixes and documentation improvements

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#12415, #12396, #12394, @​harupy; #12403, #12382, @​BenWilson2; #12397, @​B-Step62

Commits
  • 02ee083 Run python3 dev/update_mlflow_versions.py pre-release ... (#12421)
  • 035822e Do not create empty object for empty directory in S3 artifact repository (#12...
  • d491995 Fix params and model_config handling for llm/v1/xxx Transformers model (#12401)
  • 67eca6b Simplify deprecation message for registry stage transition (#12403)
  • ed02f2d Add link to langchain autologging page in doc (#12398)
  • 5fbedc9 Update New Features page (#12397)
  • 5329f72 Fix duplicate UC integration links (#12396)
  • 7fc22c4 Add link to Unity Catalog documentation in UC integration page (#12394)
  • a9b9bfb Fix dark mode user preference (#12386)
  • e09f559 Add documentation for Models from Code (#12381)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-patch group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.97` | `1.34.131` |
| [unstructured](https://github.com/Unstructured-IO/unstructured) | `0.14.6` | `0.14.7` |
| [semantic-router](https://github.com/aurelio-labs/semantic-router) | `0.0.47` | `0.0.48` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.9` | `0.4.10` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.130` | `1.34.131` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.28.1` | `0.29.0` |
| [litellm](https://github.com/BerriAI/litellm) | `1.40.17` | `1.40.21` |
| [openai](https://github.com/openai/openai-python) | `1.35.1` | `1.35.3` |
| [mlflow](https://github.com/mlflow/mlflow) | `2.14.0` | `2.14.1` |



Updates `boto3` from 1.34.97 to 1.34.131
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.97...1.34.131)

Updates `unstructured` from 0.14.6 to 0.14.7
- [Release notes](https://github.com/Unstructured-IO/unstructured/releases)
- [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md)
- [Commits](Unstructured-IO/unstructured@0.14.6...0.14.7)

Updates `semantic-router` from 0.0.47 to 0.0.48
- [Release notes](https://github.com/aurelio-labs/semantic-router/releases)
- [Changelog](https://github.com/aurelio-labs/semantic-router/blob/main/docs/04-chat-history.ipynb)
- [Commits](aurelio-labs/semantic-router@v0.0.47...v0.0.48)

Updates `ruff` from 0.4.9 to 0.4.10
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.9...v0.4.10)

Updates `boto3-stubs` from 1.34.130 to 1.34.131
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `anthropic` from 0.28.1 to 0.29.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.28.1...v0.29.0)

Updates `litellm` from 1.40.17 to 1.40.21
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.40.17...v1.40.21)

Updates `openai` from 1.35.1 to 1.35.3
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.35.1...v1.35.3)

Updates `mlflow` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.14.0...v2.14.1)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: unstructured
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: semantic-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: anthropic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: litellm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: openai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: mlflow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 21, 2024
@gecBurton gecBurton merged commit 730f22c into main Jun 24, 2024
3 checks passed
@gecBurton gecBurton deleted the dependabot/pip/minor-patch-1de444579e branch June 24, 2024 06:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant