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

chore(deps): bump the poetry group across 1 directory with 6 updates #1136

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2024

Bumps the poetry group with 6 updates in the / directory:

Package From To
openai 1.52.2 1.53.0
fastapi 0.115.3 0.115.4
litellm 1.50.4 1.51.2
cohere 5.11.1 5.11.2
google-cloud-aiplatform 1.70.0 1.71.0
pyright 1.1.385 1.1.387

Updates openai from 1.52.2 to 1.53.0

Release notes

Sourced from openai's releases.

v1.53.0

1.53.0 (2024-10-30)

Full Changelog: v1.52.2...v1.53.0

Features

  • api: add new, expressive voices for Realtime and Audio in Chat Completions (7cf0a49)

Chores

Changelog

Sourced from openai's changelog.

1.53.0 (2024-10-30)

Full Changelog: v1.52.2...v1.53.0

Features

  • api: add new, expressive voices for Realtime and Audio in Chat Completions (7cf0a49)

Chores

Commits
  • 891e1c1 release: 1.53.0
  • c3ee006 feat(api): add new, expressive voices for Realtime and Audio in Chat Completions
  • 44ac1ce chore(internal): bump pytest to v8 & pydantic (#1829)
  • See full diff in compare view

Updates fastapi from 0.115.3 to 0.115.4

Release notes

Sourced from fastapi's releases.

0.115.4

Refactors

  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #12627 by @​tiangolo.

Docs

Translations

  • 📝 Update includes in docs/de/docs/advanced/async-tests.md. PR #12567 by @​imjuanleonard.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/sql-databases.md. PR #12530 by @​ilacftemp.
  • 🌐 Add Korean translation for docs/ko/docs/benchmarks.md. PR #12540 by @​Limsunoh.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/separate-openapi-schemas.md. PR #12518 by @​ilacftemp.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/index.md. PR #12521 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/cloud.md. PR #12522 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12523 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12524 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12468 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12466 by @​codingjenny.

... (truncated)

Commits
  • 31887b1 🔖 Release version 0.115.4
  • b270ff1 📝 Update release notes
  • b31cbbf ♻️ Update logic to import and check python-multipart for compatibility with...
  • aee7674 📝 Update release notes
  • 4e6b1ac 📝 Update includes in docs/fr/docs/tutorial/body.md (#12596)
  • 9b1e5f2 📝 Update release notes
  • 60aba02 📝 Update includes in docs/fr/docs/tutorial/debugging.md (#12595)
  • 2a4cf17 📝 Update release notes
  • 453f559 📝 Update includes in docs/fr/docs/tutorial/query-params-str-validations.md ...
  • af269cd 📝 Update release notes
  • Additional commits viewable in compare view

Updates litellm from 1.50.4 to 1.51.2

Release notes

Sourced from litellm's releases.

v1.51.2

What's Changed

Full Changelog: BerriAI/litellm@v1.51.1...v1.51.2

Docker Run LiteLLM Proxy

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

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 ✅ 250.0 287.73103211135674 6.039141910660648 0.0 1805 0 213.5724959999834 2930.6253560000073
Aggregated Passed ✅ 250.0 287.73103211135674 6.039141910660648 0.0 1805 0 213.5724959999834 2930.6253560000073

v1.51.1

What's Changed

... (truncated)

Commits

Updates cohere from 5.11.1 to 5.11.2

Updates google-cloud-aiplatform from 1.70.0 to 1.71.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.71.0

1.71.0 (2024-10-29)

Features

  • Add text field for Grounding metadata support chunk output (8a65b1d)
  • Add audio_timestamp to GenerationConfig (8a65b1d)
  • Add private async REST support for transport override (c0b31e2)
  • Add support for self-signed JWT for queries on private endpoints (5025d03)
  • Add support for task type (CODE_RETRIEVAL_QUERY) through get_embeddings. (7246497)
  • From vertexai.batch_prediction import BatchPredictionJob (fe53922)
  • GenAI - add labels (92c13dd)
  • GenAI - Added audio_timestamp to GenerationConfig. (91c2120)
  • GenAI - Added Anthropic models support in GenAI batch prediction (0866009)
  • GenAI - Tuning - Added support for tuned model rebasing. Added rebase_tuned_model to vertexai.preview.tuning.sft. (2cef97f)
  • Introduce DefaultRuntime to PipelineJob (8a65b1d)
  • Release API key support for GenerateContent to Public Preview (a4d4e46)
  • Support customizing bring-your-own-response eval use case to use any columns (3e7bf81)
  • Support PSC-I ingress in Ray Client (da76253)
  • Support tuning new text & code embedding model in LLM SDK. (4268f28)
  • Update Experiment run names to be compatible with One Platform API (c4b9ec2)
  • Vision Models - onboard Image Segmentation. (ae63a43)

Bug Fixes

  • Add deprecation warning to Ray version 2.9.3 (0ce106b)

Documentation

  • A comment for field partner_model_tuning_spec in message .google.cloud.aiplatform.v1beta1.TuningJob is changed (#4538) (914c63c)
  • Comment update (b04196b)
  • Update the documentation for the tabular_dataset class (82bb938)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.71.0 (2024-10-29)

Features

  • Add text field for Grounding metadata support chunk output (8a65b1d)
  • Add audio_timestamp to GenerationConfig (8a65b1d)
  • Add private async REST support for transport override (c0b31e2)
  • Add support for self-signed JWT for queries on private endpoints (5025d03)
  • Add support for task type (CODE_RETRIEVAL_QUERY) through get_embeddings. (7246497)
  • From vertexai.batch_prediction import BatchPredictionJob (fe53922)
  • GenAI - add labels (92c13dd)
  • GenAI - Added audio_timestamp to GenerationConfig. (91c2120)
  • GenAI - Added Anthropic models support in GenAI batch prediction (0866009)
  • GenAI - Tuning - Added support for tuned model rebasing. Added rebase_tuned_model to vertexai.preview.tuning.sft. (2cef97f)
  • Introduce DefaultRuntime to PipelineJob (8a65b1d)
  • Release API key support for GenerateContent to Public Preview (a4d4e46)
  • Support customizing bring-your-own-response eval use case to use any columns (3e7bf81)
  • Support PSC-I ingress in Ray Client (da76253)
  • Support tuning new text & code embedding model in LLM SDK. (4268f28)
  • Update Experiment run names to be compatible with One Platform API (c4b9ec2)
  • Vision Models - onboard Image Segmentation. (ae63a43)

Bug Fixes

  • Add deprecation warning to Ray version 2.9.3 (0ce106b)

Documentation

  • A comment for field partner_model_tuning_spec in message .google.cloud.aiplatform.v1beta1.TuningJob is changed (#4538) (914c63c)
  • Comment update (b04196b)
  • Update the documentation for the tabular_dataset class (82bb938)
Commits
  • 514d558 chore(main): release 1.71.0 (#4530)
  • c0b31e2 feat: Add private async REST support for transport override
  • 82bb938 docs: Update the documentation for the tabular_dataset class
  • fe53922 feat: from vertexai.batch_prediction import BatchPredictionJob
  • 5025d03 feat: Add support for self-signed JWT for queries on private endpoints
  • 91c2120 feat: GenAI - Added audio_timestamp to GenerationConfig.
  • 1f3b2d8 chore: Add pandas to the pip requirements for the ray data system test
  • a4d4e46 feat: Release API key support for GenerateContent to Public Preview
  • b04196b docs: comment update
  • 8a65b1d Copybara import of the project:
  • Additional commits viewable in compare view

Updates pyright from 1.1.385 to 1.1.387

Commits

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 poetry group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [openai](https://github.com/openai/openai-python) | `1.52.2` | `1.53.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.3` | `0.115.4` |
| [litellm](https://github.com/BerriAI/litellm) | `1.50.4` | `1.51.2` |
| cohere | `5.11.1` | `5.11.2` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.70.0` | `1.71.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.385` | `1.1.387` |



Updates `openai` from 1.52.2 to 1.53.0
- [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.52.2...v1.53.0)

Updates `fastapi` from 0.115.3 to 0.115.4
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.3...0.115.4)

Updates `litellm` from 1.50.4 to 1.51.2
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.50.4...v1.51.2)

Updates `cohere` from 5.11.1 to 5.11.2

Updates `google-cloud-aiplatform` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.70.0...v1.71.0)

Updates `pyright` from 1.1.385 to 1.1.387
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.385...v1.1.387)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: cohere
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: google-cloud-aiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2024
Copy link

cloudflare-workers-and-pages bot commented Oct 30, 2024

Deploying instructor-py with  Cloudflare Pages  Cloudflare Pages

Latest commit: c40fa83
Status: ✅  Deploy successful!
Preview URL: https://e6837e29.instructor-py.pages.dev
Branch Preview URL: https://dependabot-pip-poetry-6ce4e6.instructor-py.pages.dev

View logs

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 31, 2024
@dependabot dependabot bot deleted the dependabot/pip/poetry-6ce4e6458e branch October 31, 2024 21:40
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.

0 participants