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 with 7 updates #1239

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps the poetry group with 7 updates:

Package From To
openai 1.56.2 1.57.0
litellm 1.53.5 1.53.7
cohere 5.13.2 5.13.3
google-cloud-aiplatform 1.73.0 1.74.0
cerebras-cloud-sdk 1.12.2 1.13.1
pyright 1.1.389 1.1.390
ruff 0.8.1 0.8.2

Updates openai from 1.56.2 to 1.57.0

Release notes

Sourced from openai's releases.

v1.57.0

1.57.0 (2024-12-05)

Full Changelog: v1.56.2...v1.57.0

Features

Chores

Changelog

Sourced from openai's changelog.

1.57.0 (2024-12-05)

Full Changelog: v1.56.2...v1.57.0

Features

Chores

Commits

Updates litellm from 1.53.5 to 1.53.7

Release notes

Sourced from litellm's releases.

v1.53.7

What's Changed

Full Changelog: BerriAI/litellm@v1.53.6...v1.53.7

Docker Run LiteLLM Proxy

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

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 285.5731596761653 6.103319742596985 0.0 1825 0 229.3374330000688 1651.5534569999772
Aggregated Passed ✅ 250.0 285.5731596761653 6.103319742596985 0.0 1825 0 229.3374330000688 1651.5534569999772

v1.53.6

What's Changed

Full Changelog: BerriAI/litellm@v1.53.5...v1.53.6

Docker Run LiteLLM Proxy

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

... (truncated)

Commits
  • 2c15141 bump: version 1.53.6 → 1.53.7
  • 61b35c1 LiteLLM Minor Fixes & Improvements (12/05/2024) (#7037)
  • 12dfd14 bump: version 1.53.5 → 1.53.6
  • 84db69d (feat) add Vertex Batches API support in OpenAI format (#7032)
  • 6cad9c5 add rerank-v3.5 (#7035)
  • 0b48307 (UI) Load time improvement - Sub 2s load time for Home Page ⚡️ (#7014)
  • 8c4b1de fix application exception during init (#7027)
  • d37fbc2 docs(bedrock.md): clarify what version supports converse/invoke routes
  • 61192d1 docs(bedrock.md): add nova model notice
  • 3262cd1 docs add FAq to life of a request
  • Additional commits viewable in compare view

Updates cohere from 5.13.2 to 5.13.3

Updates google-cloud-aiplatform from 1.73.0 to 1.74.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.74.0

1.74.0 (2024-12-04)

Features

  • Add browse pre-built metrics button for Ipython environments when listing example metrics for Gen AI Evaluation (58ba55e)
  • Add compatibility for RagRetrievalConfig in rag_store and rag_retrieval (c52e3e4)
  • Add deprecation warnings for use of similarity_top_k, vector_search_alpha, and vector_distance_threshold in retrieval_query, use RagRetrievalConfig instead. (c52e3e4)
  • Add FeatureMonitorJob Create,Get,List in Vertex AI SDK (03eb735)
  • Add List FeatureMonitor function to FeatureGroup in Vertex AI SDK (21bc83b)
  • Add sdk support to inference timeout on cloud-based endpoints (dedicated or PSC). (f917269)
  • Add support for Document AI Layout Parser as a RAG import option (565c800)
  • Add support for ranking field in rag_retrieval_config for rag_store creation. (6faa1d0)
  • Add vector_similarity_threshold support within RagRetrievalConfig in rag_store and rag_retrieval GA and preview versions (9402b3d)
  • Add Vertex RAG service proto to v1 (a56e4dd)
  • Adding Vertex AI Search Config for RAG corpuses to SDK (d3d69d6)
  • Fix file type mismatch in uploading eval results to GCS, supported types: CSV, JSON. (905c766)
  • GenAI - Grounding - Released VertexAiSearch and Retrieval to GA (0537fec)
  • GenAI - Release the Prompt Management feature to Public Preview (7432c2c)
  • GenAI - Support FunctionDeclaration.response schema (4288fec)
  • GenAI - Tuning - Added support for BYOSA (7cbda03)
  • Refactor rag_store and rag_retrieval to use v1 protos (dfe6d6c)
  • Support multi-methods in SDK. (f02692d)
  • Support NFS for Ray cluster creation (1ca9a05)
  • Support RagFileTransformationConfig in upload_file function in V1 sdk (88ac48c)
  • Update v1 sdk to use new RagCorpus, RagVectorDbConfig, & RagEmbeddingModelConfig proto (47a5a6d)
  • Update v1 sdk to use new RagFileTransformationConfig proto (c23c62d)
  • Update v1beta1 sdk for RagFileTransformationConfig and Ranking protos (ffe3230)
  • Update v1beta1 sdk for RagVectorDbConfig & RagCorpus protos. Backward compatible with older fields. (216a30f)

Bug Fixes

  • get_default_run method in Experiment class (9388fc9)
  • Add MatchingEngineIndexConfig enums to proto value converters (e6d3df8)
  • RAG Fix v1 rag_store compatibility with generative_models Tool by changing back to v1beta1 (e220312)
  • Remove redundant progress bar update commands within runnable inference (598c931)
  • Update upperbounds on pydantic version to < 2.10 to mitigate version comparison checks (c13b6a8)

Documentation

  • A comment for field api_key_config in message .google.cloud.aiplatform.v1beta1.JiraSource is changed (d7dff72)
  • A comment for field class_method in message .google.cloud.aiplatform.v1beta1.StreamQueryReasoningEngineRequest is changed (from steam_query to stream_query) (b7f9492)
  • Updated example usage in docstring for rag_retrieval preview and GA (a1f8bc2)
  • Updated example usage in docstring for rag_store preview and GA (a1f8bc2)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.74.0 (2024-12-04)

Features

  • Add browse pre-built metrics button for Ipython environments when listing example metrics for Gen AI Evaluation (58ba55e)
  • Add compatibility for RagRetrievalConfig in rag_store and rag_retrieval (c52e3e4)
  • Add deprecation warnings for use of similarity_top_k, vector_search_alpha, and vector_distance_threshold in retrieval_query, use RagRetrievalConfig instead. (c52e3e4)
  • Add FeatureMonitorJob Create,Get,List in Vertex AI SDK (03eb735)
  • Add List FeatureMonitor function to FeatureGroup in Vertex AI SDK (21bc83b)
  • Add sdk support to inference timeout on cloud-based endpoints (dedicated or PSC). (f917269)
  • Add support for Document AI Layout Parser as a RAG import option (565c800)
  • Add support for ranking field in rag_retrieval_config for rag_store creation. (6faa1d0)
  • Add vector_similarity_threshold support within RagRetrievalConfig in rag_store and rag_retrieval GA and preview versions (9402b3d)
  • Add Vertex RAG service proto to v1 (a56e4dd)
  • Adding Vertex AI Search Config for RAG corpuses to SDK (d3d69d6)
  • Fix file type mismatch in uploading eval results to GCS, supported types: CSV, JSON. (905c766)
  • GenAI - Grounding - Released VertexAiSearch and Retrieval to GA (0537fec)
  • GenAI - Release the Prompt Management feature to Public Preview (7432c2c)
  • GenAI - Support FunctionDeclaration.response schema (4288fec)
  • GenAI - Tuning - Added support for BYOSA (7cbda03)
  • Refactor rag_store and rag_retrieval to use v1 protos (dfe6d6c)
  • Support multi-methods in SDK. (f02692d)
  • Support NFS for Ray cluster creation (1ca9a05)
  • Support RagFileTransformationConfig in upload_file function in V1 sdk (88ac48c)
  • Update v1 sdk to use new RagCorpus, RagVectorDbConfig, & RagEmbeddingModelConfig proto (47a5a6d)
  • Update v1 sdk to use new RagFileTransformationConfig proto (c23c62d)
  • Update v1beta1 sdk for RagFileTransformationConfig and Ranking protos (ffe3230)
  • Update v1beta1 sdk for RagVectorDbConfig & RagCorpus protos. Backward compatible with older fields. (216a30f)

Bug Fixes

  • get_default_run method in Experiment class (9388fc9)
  • Add MatchingEngineIndexConfig enums to proto value converters (e6d3df8)
  • RAG Fix v1 rag_store compatibility with generative_models Tool by changing back to v1beta1 (e220312)
  • Remove redundant progress bar update commands within runnable inference (598c931)
  • Update upperbounds on pydantic version to < 2.10 to mitigate version comparison checks (c13b6a8)

Documentation

  • A comment for field api_key_config in message .google.cloud.aiplatform.v1beta1.JiraSource is changed (d7dff72)
  • A comment for field class_method in message .google.cloud.aiplatform.v1beta1.StreamQueryReasoningEngineRequest is changed (from steam_query to stream_query) (b7f9492)
  • Updated example usage in docstring for rag_retrieval preview and GA (a1f8bc2)
  • Updated example usage in docstring for rag_store preview and GA (a1f8bc2)
Commits
  • ecbfe97 chore(main): release 1.74.0 (#4682)
  • 9388fc9 fix: get_default_run method in Experiment class
  • ea8ae2d chore: Samples - Add vector search sample for PSC match queries
  • 7432c2c feat: GenAI - Release the Prompt Management feature to Public Preview
  • e220312 fix: RAG Fix v1 rag_store compatibility with generative_models Tool by changi...
  • 0537fec feat: GenAI - Grounding - Released VertexAiSearch and Retrieval to GA
  • 07d6973 chore: RAG Fixed typos in rag_store
  • 565c800 feat: add support for Document AI Layout Parser as a RAG import option
  • f02692d feat: Support multi-methods in SDK.
  • 216a30f feat: Update v1beta1 sdk for RagVectorDbConfig & RagCorpus protos. Backward c...
  • Additional commits viewable in compare view

Updates cerebras-cloud-sdk from 1.12.2 to 1.13.1

Changelog

Sourced from cerebras-cloud-sdk's changelog.

1.13.1 (2024-12-05)

Full Changelog: v1.13.0...v1.13.1

Features

Chores

1.13.0 (2024-12-02)

Full Changelog: v1.12.2...v1.13.0

Features

Chores

  • configure new SDK language (96673a5)
  • internal: codegen related update (#323) (6bb83c2)
  • internal: exclude mypy from running on tests (#320) (d87d078)
  • internal: fix compat model_dump method when warnings are passed (#316) (9a67ef6)
  • remove now unused cached-property dep (#319) (6d66c10)

Documentation

1.12.1 (2024-11-19)

Full Changelog: v1.12.0...v1.12.1

Features

... (truncated)

Commits

Updates pyright from 1.1.389 to 1.1.390

Commits

Updates ruff from 0.8.1 to 0.8.2

Release notes

Sourced from ruff's releases.

0.8.2

Release Notes

Preview features

  • [airflow] Avoid deprecated values (AIR302) (#14582)
  • [airflow] Extend removed names for AIR302 (#14734)
  • [ruff] Extend unnecessary-regular-expression to non-literal strings (RUF055) (#14679)
  • [ruff] Implement used-dummy-variable (RUF052) (#14611)
  • [ruff] Implement unnecessary-cast-to-int (RUF046) (#14697)

Rule changes

  • [airflow] Check AIR001 from builtin or providers operators module (#14631)
  • [flake8-pytest-style] Remove @ in pytest.mark.parametrize rule messages (#14770)
  • [pandas-vet] Skip rules if the panda module hasn't been seen (#14671)
  • [pylint] Fix false negatives for ascii and sorted in len-as-condition (PLC1802) (#14692)
  • [refurb] Guard hashlib imports and mark hashlib-digest-hex fix as safe (FURB181) (#14694)

Configuration

  • [flake8-import-conventions] Improve syntax check for aliases supplied in configuration for unconventional-import-alias (ICN001) (#14745)

Bug fixes

  • Revert: [pyflakes] Avoid false positives in @no_type_check contexts (F821, F722) (#14615) (#14726)
  • [pep8-naming] Avoid false positive for class Bar(type(foo)) (N804) (#14683)
  • [pycodestyle] Handle f-strings properly for invalid-escape-sequence (W605) (#14748)
  • [pylint] Ignore @overload in PLR0904 (#14730)
  • [refurb] Handle non-finite decimals in verbose-decimal-constructor (FURB157) (#14596)
  • [ruff] Avoid emitting assignment-in-assert when all references to the assigned variable are themselves inside asserts (RUF018) (#14661)

Documentation

  • Improve docs for flake8-use-pathlib rules (#14741)
  • Improve error messages and docs for flake8-comprehensions rules (#14729)
  • [flake8-type-checking] Expands TC006 docs to better explain itself (#14749)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.8.2

Preview features

  • [airflow] Avoid deprecated values (AIR302) (#14582)
  • [airflow] Extend removed names for AIR302 (#14734)
  • [ruff] Extend unnecessary-regular-expression to non-literal strings (RUF055) (#14679)
  • [ruff] Implement used-dummy-variable (RUF052) (#14611)
  • [ruff] Implement unnecessary-cast-to-int (RUF046) (#14697)

Rule changes

  • [airflow] Check AIR001 from builtin or providers operators module (#14631)
  • [flake8-pytest-style] Remove @ in pytest.mark.parametrize rule messages (#14770)
  • [pandas-vet] Skip rules if the panda module hasn't been seen (#14671)
  • [pylint] Fix false negatives for ascii and sorted in len-as-condition (PLC1802) (#14692)
  • [refurb] Guard hashlib imports and mark hashlib-digest-hex fix as safe (FURB181) (#14694)

Configuration

  • [flake8-import-conventions] Improve syntax check for aliases supplied in configuration for unconventional-import-alias (ICN001) (#14745)

Bug fixes

  • Revert: [pyflakes] Avoid false positives in @no_type_check contexts (F821, F722) (#14615) (#14726)
  • [pep8-naming] Avoid false positive for class Bar(type(foo)) (N804) (#14683)
  • [pycodestyle] Handle f-strings properly for invalid-escape-sequence (W605) (#14748)
  • [pylint] Ignore @overload in PLR0904 (#14730)
  • [refurb] Handle non-finite decimals in verbose-decimal-constructor (FURB157) (#14596)
  • [ruff] Avoid emitting assignment-in-assert when all references to the assigned variable are themselves inside asserts (RUF018) (#14661)

Documentation

  • Improve docs for flake8-use-pathlib rules (#14741)
  • Improve error messages and docs for flake8-comprehensions rules (#14729)
  • [flake8-type-checking] Expands TC006 docs to better explain itself (#14749)
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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [openai](https://github.com/openai/openai-python) | `1.56.2` | `1.57.0` |
| [litellm](https://github.com/BerriAI/litellm) | `1.53.5` | `1.53.7` |
| cohere | `5.13.2` | `5.13.3` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.73.0` | `1.74.0` |
| [cerebras-cloud-sdk](https://github.com/Cerebras/cerebras-cloud-sdk-python) | `1.12.2` | `1.13.1` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.389` | `1.1.390` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.2` |


Updates `openai` from 1.56.2 to 1.57.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.56.2...v1.57.0)

Updates `litellm` from 1.53.5 to 1.53.7
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.53.5...v1.53.7)

Updates `cohere` from 5.13.2 to 5.13.3

Updates `google-cloud-aiplatform` from 1.73.0 to 1.74.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.73.0...v1.74.0)

Updates `cerebras-cloud-sdk` from 1.12.2 to 1.13.1
- [Changelog](https://github.com/Cerebras/cerebras-cloud-sdk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Cerebras/cerebras-cloud-sdk-python/commits)

Updates `pyright` from 1.1.389 to 1.1.390
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.389...v1.1.390)

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

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: cerebras-cloud-sdk
  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
- dependency-name: ruff
  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 Dec 5, 2024
Copy link

cloudflare-workers-and-pages bot commented Dec 5, 2024

Deploying instructor-py with  Cloudflare Pages  Cloudflare Pages

Latest commit: d9aac33
Status: ✅  Deploy successful!
Preview URL: https://49e5a2db.instructor-py.pages.dev
Branch Preview URL: https://dependabot-pip-poetry-806183.instructor-py.pages.dev

View logs

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2024

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

@dependabot dependabot bot closed this Dec 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/poetry-806183d178 branch December 6, 2024 21:33
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