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 with 4 updates #146

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps the minor-patch group with 4 updates: boto3, boto3-stubs, litellm and openai.

Updates boto3 from 1.34.69 to 1.34.70

Changelog

Sourced from boto3's changelog.

1.34.70

  • api-change:codebuild: [botocore] Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.
  • api-change:ec2: [botocore] Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults
  • api-change:ecs: [botocore] Documentation only update for Amazon ECS.
  • api-change:emr-containers: [botocore] This release increases the number of supported job template parameters from 20 to 100.
  • api-change:globalaccelerator: [botocore] AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses.
  • api-change:medialive: [botocore] Exposing TileMedia H265 options
  • api-change:sagemaker: [botocore] Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5
Commits
  • 88d27c1 Merge branch 'release-1.34.70'
  • fcdec55 Bumping version to 1.34.70
  • 3b9efe7 Add changelog entries from botocore
  • 193c0f4 Merge branch 'release-1.34.69' into develop
  • See full diff in compare view

Updates boto3-stubs from 1.34.69 to 1.34.70

Commits

Updates litellm from 1.34.0 to 1.34.1

Release notes

Sourced from litellm's releases.

v1.34.1

What's Changed

Full Changelog: BerriAI/litellm@v1.34.0...v1.34.1

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 ✅ 39 44.70487909533914 1.5764456770634518 0.0 472 0 35.648874999992586 767.226882999978
/health/liveliness Passed ✅ 25 28.792333194952395 15.88135422550151 0.0 4755 0 23.25843599999189 1419.5746369999824
/health/readiness Passed ✅ 25 28.926927010092044 15.223388550964435 0.0033399272819140927 4558 1 23.396136000030765 1421.804757000018
Aggregated Passed ✅ 25 29.622604045682124 32.681188453529394 0.0033399272819140927 9785 1 23.25843599999189 1421.804757000018
Commits
  • e5be002 Merge pull request #2660 from dragosMC91/fix-pip-install-extra-proxy
  • 71c3484 Merge pull request #2683 from BerriAI/litellm_f_string
  • 4549a20 Merge remote-tracking branch 'upstream/main' into fix-pip-install-extra-proxy
  • 734a51c (fix) stop using f strings in verbose logger
  • 123e012 Merge pull request #2672 from RoniGurvich/main
  • 0804d74 Merge pull request #2685 from maxdeichmann/log-langfuse-instantiation
  • 5d121a9 (fix) stop using f strings with logger
  • efb43cc push
  • dad4bd5 (feat) stop eagerly evaluating fstring
  • 85ee29a bump: version 1.34.0 → 1.34.1
  • Additional commits viewable in compare view

Updates openai from 1.14.2 to 1.14.3

Release notes

Sourced from openai's releases.

v1.14.3

1.14.3 (2024-03-25)

Full Changelog: v1.14.2...v1.14.3

Bug Fixes

Chores

  • internal: construct error properties instead of using the raw response (#1257) (11dce5c)
  • internal: formatting change (#1258) (b907dd7)
  • internal: loosen input type for util function (#1250) (fc8b4c3)

Documentation

  • contributing: fix typo (#1264) (835cb9b)
  • readme: consistent use of sentence case in headings (#1255) (519f371)
  • readme: document how to make undocumented requests (#1256) (5887858)
Changelog

Sourced from openai's changelog.

1.14.3 (2024-03-25)

Full Changelog: v1.14.2...v1.14.3

Bug Fixes

Chores

  • internal: construct error properties instead of using the raw response (#1257) (11dce5c)
  • internal: formatting change (#1258) (b907dd7)
  • internal: loosen input type for util function (#1250) (fc8b4c3)

Documentation

  • contributing: fix typo (#1264) (835cb9b)
  • readme: consistent use of sentence case in headings (#1255) (519f371)
  • readme: document how to make undocumented requests (#1256) (5887858)
Commits
  • de7c0e2 release: 1.14.3
  • 93ed942 fix: revert regression with 3.7 support (#1269)
  • c9ed0f5 docs(contributing): fix typo (#1264)
  • bf09f42 chore(internal): formatting change (#1258)
  • 046daf6 chore(internal): construct error properties instead of using the raw response...
  • 73869ee docs(readme): document how to make undocumented requests (#1256)
  • 2b23eb5 docs(readme): consistent use of sentence case in headings (#1255)
  • 9fe13a7 chore(internal): loosen input type for util function (#1250)
  • See full diff 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 4 updates: [boto3](https://github.com/boto/boto3), [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [litellm](https://github.com/BerriAI/litellm) and [openai](https://github.com/openai/openai-python).


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

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

Updates `litellm` from 1.34.0 to 1.34.1
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.34.0...v1.34.1)

Updates `openai` from 1.14.2 to 1.14.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.14.2...v1.14.3)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  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: 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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2024
@gecBurton gecBurton merged commit 7208a89 into main Mar 26, 2024
1 check passed
@gecBurton gecBurton deleted the dependabot/pip/minor-patch-08a8b6c0ea branch March 26, 2024 06:49
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.

None yet

1 participant