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 20 updates #1262

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
openai 1.56.2 1.57.4
aiohttp 3.11.9 3.11.10
jiter 0.8.0 0.8.2
redis 5.2.0 5.2.1
pydantic-extra-types 2.10.0 2.10.1
litellm 1.53.5 1.55.3
groq 0.13.0 0.13.1
cohere 5.13.2 5.13.3
google-cloud-aiplatform 1.73.0 1.74.0
cerebras-cloud-sdk 1.12.2 1.14.0
fireworks-ai 0.15.9 0.15.10
writer-sdk 1.5.0 1.6.0
pytest-asyncio 0.24.0 0.25.0
coverage 7.6.8 7.6.9
pyright 1.1.389 1.1.390
mkdocs-material 9.5.47 9.5.49
mkdocs-rss-plugin 1.17.0 1.17.1
phonenumbers 8.13.51 8.13.52
datasets 3.1.0 3.2.0
ruff 0.8.1 0.8.3

Updates openai from 1.56.2 to 1.57.4

Release notes

Sourced from openai's releases.

v1.57.4

1.57.4 (2024-12-13)

Full Changelog: v1.57.3...v1.57.4

Chores

v1.57.3

1.57.3 (2024-12-12)

Full Changelog: v1.57.2...v1.57.3

Chores

v1.57.2

1.57.2 (2024-12-10)

Full Changelog: v1.57.1...v1.57.2

Bug Fixes

  • azure: handle trailing slash in azure_endpoint (#1935) (69b73c5)

Documentation

v1.57.1

1.57.1 (2024-12-09)

Full Changelog: v1.57.0...v1.57.1

Chores

v1.57.0

1.57.0 (2024-12-05)

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

Features

... (truncated)

Changelog

Sourced from openai's changelog.

1.57.4 (2024-12-13)

Full Changelog: v1.57.3...v1.57.4

Chores

1.57.3 (2024-12-12)

Full Changelog: v1.57.2...v1.57.3

Chores

1.57.2 (2024-12-10)

Full Changelog: v1.57.1...v1.57.2

Bug Fixes

  • azure: handle trailing slash in azure_endpoint (#1935) (69b73c5)

Documentation

1.57.1 (2024-12-09)

Full Changelog: v1.57.0...v1.57.1

Chores

1.57.0 (2024-12-05)

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

Features

Chores

... (truncated)

Commits

Updates aiohttp from 3.11.9 to 3.11.10

Release notes

Sourced from aiohttp's releases.

3.11.10

Bug fixes

  • Fixed race condition in :class:aiohttp.web.FileResponse that could have resulted in an incorrect response if the file was replaced on the file system during prepare -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10101, #10113.

  • Replaced deprecated call to :func:mimetypes.guess_type with :func:mimetypes.guess_file_type when using Python 3.13+ -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10102.

  • Disabled zero copy writes in the StreamWriter -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10125.


Changelog

Sourced from aiohttp's changelog.

3.11.10 (2024-12-05)

Bug fixes

  • Fixed race condition in :class:aiohttp.web.FileResponse that could have resulted in an incorrect response if the file was replaced on the file system during prepare -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10101, :issue:10113.

  • Replaced deprecated call to :func:mimetypes.guess_type with :func:mimetypes.guess_file_type when using Python 3.13+ -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10102.

  • Disabled zero copy writes in the StreamWriter -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10125.


Commits
  • 0d7352a Release 3.11.10 (#10128)
  • 5ddff95 [PR #10125/d58d2c3d backport][3.11] Disable zero copy writes in the ``StreamW...
  • db5e6bb [PR #10122/703ce61 backport][3.11] Typing improvements for file responses (#1...
  • bcae561 [PR #10113/01302134 backport][3.11] Restore 304 performance after fixing `Fil...
  • 78473b9 [PR #10114/94569554 backport][3.11] Add 304 benchmark for FileResponse (#10115)
  • ae153ab [PR #10107/84bb77d1 backport][3.11] Use internal self._headers var in `File...
  • 07d1759 [PR #10101/678993a4 backport][3.11] Fix race in FileResponse if file is rep...
  • 23a4b31 [PR #10102/7557b03d backport][3.11] Fix deprecated calls to guess_type for ...
  • c41ffc7 [PR #10095/fcce1bf6 backport][3.11] Add a benchmark for web.FileResponse (#10...
  • 86bb6ad [PR #10088/29c3ca93 backport][3.11] Avoid calling len on the same data in the...
  • Additional commits viewable in compare view

Updates jiter from 0.8.0 to 0.8.2

Commits

Updates redis from 5.2.0 to 5.2.1

Release notes

Sourced from redis's releases.

5.2.1

Changes

🐛 Bug Fixes

  • Fixed unsecured tempfile.mktemp() command usage (#3446)
  • Fixed bug with SLOWLOG GET response parsing on Redis Software (#3441)
  • Fixed issue with invoking _close() on closed event loop (#3438)

🧰 Maintenance

  • Migrate test infrastructure to new custom docker images (#3415)
  • Fixed flacky test with HEXPIREAT command (#3437)

Contributors

We'd like to thank all the contributors who worked on this release!

@​IlianIliev @​uglide @​vladvildanov @​teodorfn @​akx

Commits

Updates pydantic-extra-types from 2.10.0 to 2.10.1

Release notes

Sourced from pydantic-extra-types's releases.

v2.10.1

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-extra-types@v2.10.0...v2.10.1

Commits

Updates litellm from 1.53.5 to 1.55.3

Release notes

Sourced from litellm's releases.

v1.55.3

What's Changed

New Contributors

Full Changelog: BerriAI/litellm@v1.55.2...v1.55.3

Docker Run LiteLLM Proxy

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

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 281.1265187306242 6.1657490001280255 0.0033418693767631575 1845 1 119.36488499998177 3755.8482019999815
Aggregated Passed ✅ 250.0 281.1265187306242 6.1657490001280255 0.0033418693767631575 1845 1 119.36488499998177 3755.8482019999815

v1.55.2

What's Changed

... (truncated)

Commits

Updates groq from 0.13.0 to 0.13.1

Release notes

Sourced from groq's releases.

v0.13.1

0.13.1 (2024-12-14)

Full Changelog: v0.13.0...v0.13.1

Chores

Documentation

  • readme: fix http client proxies example (#151) (b858c4f)
Changelog

Sourced from groq's changelog.

0.13.1 (2024-12-14)

Full Changelog: v0.13.0...v0.13.1

Chores

Documentation

  • readme: fix http client proxies example (#151) (b858c4f)
Commits

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.14.0

Changelog

Sourced from cerebras-cloud-sdk's changelog.

1.14.0 (2024-12-11)

Full Changelog: v1.13.1...v1.14.0

Chores

Documentation

  • readme: fix http client proxies example (#337) (e4e1d46)

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)

... (truncated)

Commits

Updates fireworks-ai from 0.15.9 to 0.15.10

Updates writer-sdk from 1.5.0 to 1.6.0

Release notes

Sourced from writer-sdk's releases.

v1.6.0

1.6.0 (2024-12-16)

Full Changelog: v1.5.0...v1.6.0

Features

Chores

  • internal: add support for TypeAliasType (#137) (4523c9d)
  • internal: bump pydantic dependency (#134) (eb1ebfe)
  • internal: bump pyright (#129) (

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

| Package | From | To |
| --- | --- | --- |
| [openai](https://github.com/openai/openai-python) | `1.56.2` | `1.57.4` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.11.9` | `3.11.10` |
| [jiter](https://github.com/pydantic/jiter) | `0.8.0` | `0.8.2` |
| [redis](https://github.com/redis/redis-py) | `5.2.0` | `5.2.1` |
| [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) | `2.10.0` | `2.10.1` |
| [litellm](https://github.com/BerriAI/litellm) | `1.53.5` | `1.55.3` |
| [groq](https://github.com/groq/groq-python) | `0.13.0` | `0.13.1` |
| 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.14.0` |
| [fireworks-ai](https://fireworks.ai) | `0.15.9` | `0.15.10` |
| [writer-sdk](https://github.com/writer/writer-python) | `1.5.0` | `1.6.0` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.9` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.389` | `1.1.390` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.5.49` |
| [mkdocs-rss-plugin](https://github.com/Guts/mkdocs-rss-plugin) | `1.17.0` | `1.17.1` |
| [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `8.13.51` | `8.13.52` |
| [datasets](https://github.com/huggingface/datasets) | `3.1.0` | `3.2.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.3` |



Updates `openai` from 1.56.2 to 1.57.4
- [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.4)

Updates `aiohttp` from 3.11.9 to 3.11.10
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.11.9...v3.11.10)

Updates `jiter` from 0.8.0 to 0.8.2
- [Release notes](https://github.com/pydantic/jiter/releases)
- [Commits](pydantic/jiter@v0.8.0...v0.8.2)

Updates `redis` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.2.0...v5.2.1)

Updates `pydantic-extra-types` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/pydantic/pydantic-extra-types/releases)
- [Changelog](https://github.com/pydantic/pydantic-extra-types/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic-extra-types@v2.10.0...v2.10.1)

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

Updates `groq` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/groq/groq-python/releases)
- [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md)
- [Commits](groq/groq-python@v0.13.0...v0.13.1)

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.14.0
- [Changelog](https://github.com/Cerebras/cerebras-cloud-sdk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Cerebras/cerebras-cloud-sdk-python/commits)

Updates `fireworks-ai` from 0.15.9 to 0.15.10

Updates `writer-sdk` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/writer/writer-python/releases)
- [Changelog](https://github.com/writer/writer-python/blob/main/CHANGELOG.md)
- [Commits](writer/writer-python@v1.5.0...v1.6.0)

Updates `pytest-asyncio` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.0)

Updates `coverage` from 7.6.8 to 7.6.9
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.8...7.6.9)

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 `mkdocs-material` from 9.5.47 to 9.5.49
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.47...9.5.49)

Updates `mkdocs-rss-plugin` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/Guts/mkdocs-rss-plugin/releases)
- [Changelog](https://github.com/Guts/mkdocs-rss-plugin/blob/main/CHANGELOG.md)
- [Commits](Guts/mkdocs-rss-plugin@1.17.0...1.17.1)

Updates `phonenumbers` from 8.13.51 to 8.13.52
- [Commits](daviddrysdale/python-phonenumbers@v8.13.51...v8.13.52)

Updates `datasets` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@3.1.0...3.2.0)

Updates `ruff` from 0.8.1 to 0.8.3
- [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.3)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: jiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: pydantic-extra-types
  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: groq
  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: fireworks-ai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: writer-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: mkdocs-rss-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: phonenumbers
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: datasets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 16, 2024
Copy link

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

Deploying instructor-py with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1032215
Status: ✅  Deploy successful!
Preview URL: https://717d0867.instructor-py.pages.dev
Branch Preview URL: https://dependabot-pip-poetry-dc25e5.instructor-py.pages.dev

View logs

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

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

@dependabot dependabot bot closed this Dec 17, 2024
@dependabot dependabot bot deleted the dependabot/pip/poetry-dc25e549d4 branch December 17, 2024 21:46
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