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

deps: bump the all-dependencies group with 23 updates #20

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 23 updates:

Package From To
aiohttp 3.9.5 3.10.1
anthropic 0.31.0 0.32.0
attrs 23.2.0 24.1.0
cachetools 5.3.3 5.4.0
debugpy 1.8.2 1.8.3
google-ai-generativelanguage 0.6.6 0.6.8
google-api-python-client 2.137.0 2.139.0
grpcio 1.64.1 1.65.4
grpcio-status 1.62.2 1.65.4
huggingface-hub 0.23.4 0.24.5
importlib-metadata 8.0.0 8.2.0
openai 1.35.3 1.38.0
playwright 1.45.0 1.45.1
protobuf 4.25.3 5.27.3
pure-eval 0.2.2 0.2.3
pydantic 2.7.4 2.8.2
pydantic-core 2.18.4 2.20.1
pytest 8.2.2 8.3.2
pyzmq 26.0.3 26.1.0
regex 2024.5.15 2024.7.24
tqdm 4.66.4 4.66.5
urllib3 1.26.19 2.2.2
websockets 10.4 12.0

Updates aiohttp from 3.9.5 to 3.10.1

Release notes

Sourced from aiohttp's releases.

3.10.1

Bug fixes

  • Fixed WebSocket server heartbeat timeout logic to terminate :py:meth:~aiohttp.ClientWebSocketResponse.receive and return :py:class:~aiohttp.ServerTimeoutError -- by :user:arcivanov.

    When a WebSocket pong message was not received, the :py:meth:~aiohttp.ClientWebSocketResponse.receive operation did not terminate. This change causes _pong_not_received to feed the reader an error message, causing pending :py:meth:~aiohttp.ClientWebSocketResponse.receive to terminate and return the error message. The error message contains the exception :py:class:~aiohttp.ServerTimeoutError.

    Related issues and pull requests on GitHub: #8540.

  • Fixed url dispatcher index not matching when a variable is preceded by a fixed string after a slash -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8566.

Removals and backward incompatible breaking changes

  • Creating :py:class:aiohttp.TCPConnector, :py:class:aiohttp.ClientSession, :py:class:~aiohttp.resolver.ThreadedResolver :py:class:aiohttp.web.Server, or :py:class:aiohttp.CookieJar instances without a running event loop now raises a :exc:RuntimeError -- by :user:asvetlov.

    Creating these objects without a running event loop was deprecated in #3372 which was released in version 3.5.0.

    This change first appeared in version 3.10.0 as #6378.

    Related issues and pull requests on GitHub: #8555, #8583.


3.10.0

Bug fixes

  • Fixed server response headers for Content-Type and Content-Encoding for static compressed files -- by :user:steverep.

    Server will now respond with a Content-Type appropriate for the compressed file (e.g. "application/gzip"), and omit the Content-Encoding header.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.10.1 (2024-08-03)

Bug fixes

  • Fixed WebSocket server heartbeat timeout logic to terminate :py:meth:~aiohttp.ClientWebSocketResponse.receive and return :py:class:~aiohttp.ServerTimeoutError -- by :user:arcivanov.

    When a WebSocket pong message was not received, the :py:meth:~aiohttp.ClientWebSocketResponse.receive operation did not terminate. This change causes _pong_not_received to feed the reader an error message, causing pending :py:meth:~aiohttp.ClientWebSocketResponse.receive to terminate and return the error message. The error message contains the exception :py:class:~aiohttp.ServerTimeoutError.

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

  • Fixed url dispatcher index not matching when a variable is preceded by a fixed string after a slash -- by :user:bdraco.

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

Removals and backward incompatible breaking changes

  • Creating :py:class:aiohttp.TCPConnector, :py:class:aiohttp.ClientSession, :py:class:~aiohttp.resolver.ThreadedResolver :py:class:aiohttp.web.Server, or :py:class:aiohttp.CookieJar instances without a running event loop now raises a :exc:RuntimeError -- by :user:asvetlov.

    Creating these objects without a running event loop was deprecated in :issue:3372 which was released in version 3.5.0.

    This change first appeared in version 3.10.0 as :issue:6378.

    Related issues and pull requests on GitHub: :issue:8555, :issue:8583.


3.10.0 (2024-07-30)

Bug fixes

... (truncated)

Commits

Updates anthropic from 0.31.0 to 0.32.0

Release notes

Sourced from anthropic's releases.

v0.32.0

0.32.0 (2024-07-29)

Full Changelog: v0.31.2...v0.32.0

Features

  • add back compat alias for InputJsonDelta (25a5b6c)

Bug Fixes

  • change signatures for the stream function (c9eb11b)
  • client: correctly apply client level timeout for messages (#615) (5f8d88f)

Chores

Refactors

  • extract model out to a named type and rename partialjson (#612) (c53efc7)

v0.31.2

0.31.2 (2024-07-17)

Full Changelog: v0.31.1...v0.31.2

Bug Fixes

  • vertex: also refresh auth if there is no token (4a8d02d)
  • vertex: correct request options in retries (460547b)

Chores

  • docs: minor update to formatting of API link in README (#594) (113b6ac)
  • internal: update formatting (#597) (565dfcd)
  • tests: faster bedrock retry tests (4ff067f)

v0.31.1

0.31.1 (2024-07-15)

Full Changelog: v0.31.0...v0.31.1

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.32.0 (2024-07-29)

Full Changelog: v0.31.2...v0.32.0

Features

  • add back compat alias for InputJsonDelta (25a5b6c)

Bug Fixes

  • change signatures for the stream function (c9eb11b)
  • client: correctly apply client level timeout for messages (#615) (5f8d88f)

Chores

Refactors

  • extract model out to a named type and rename partialjson (#612) (c53efc7)

0.31.2 (2024-07-17)

Full Changelog: v0.31.1...v0.31.2

Bug Fixes

  • vertex: also refresh auth if there is no token (4a8d02d)
  • vertex: correct request options in retries (460547b)

Chores

  • docs: minor update to formatting of API link in README (#594) (113b6ac)
  • internal: update formatting (#597) (565dfcd)
  • tests: faster bedrock retry tests (4ff067f)

0.31.1 (2024-07-15)

Full Changelog: v0.31.0...v0.31.1

Bug Fixes

  • bedrock: correct request options for retries (#593) (f68c81d)

... (truncated)

Commits
  • 9e37bce release: 0.32.0
  • 7770906 fix(client): correctly apply client level timeout for messages (#615)
  • 44bb26c chore(internal): add type construction helper (#613)
  • d83a4d6 fix: change signatures for the stream function
  • 70f3f5c feat: add back compat alias for InputJsonDelta
  • c862398 refactor: extract model out to a named type and rename partialjson (#612)
  • 9b7757b chore(tests): update prism version (#607)
  • cbc7205 chore: sync spec (#605)
  • 281debc chore(docs): document how to do per-request http client customization (#603)
  • fda45a6 release: 0.31.2
  • Additional commits viewable in compare view

Updates attrs from 23.2.0 to 24.1.0

Commits

Updates cachetools from 5.3.3 to 5.4.0

Changelog

Sourced from cachetools's changelog.

v5.4.0 (2024-07-15)

  • Add the keys.typedmethodkey decorator.

  • Deprecate MRUCache class.

  • Deprecate @func.mru_cache decorator.

  • Update CI environment.

Commits
  • 990665b Release v5.4.0.
  • ebff841 Fix #256: Deprecate MRUCache class.
  • f9021d5 Fix #256: Deprecate @​mru_cache decorator.
  • f461c73 Merge remote-tracking branch 'origin/dependabot/github_actions/codecov/codeco...
  • a56d38e Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checko...
  • 7354593 Bump actions/checkout from 4.1.6 to 4.1.7
  • 1a4bd04 Bump codecov/codecov-action from 4.4.1 to 4.5.0
  • e669b99 Add the keys.typedmethodkey decorator
  • fbf0b7e Bump actions/checkout from 4.1.4 to 4.1.6
  • 226028d Bump codecov/codecov-action from 4.3.1 to 4.4.1
  • Additional commits viewable in compare view

Updates debugpy from 1.8.2 to 1.8.3

Commits

Updates google-ai-generativelanguage from 0.6.6 to 0.6.8

Commits
  • c4bedbf chore: release main (#12962)
  • 52db52e chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12958)
  • 4adddf4 chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12956)
  • 5feea7e feat: [grafeas] A new field version is added to message `.grafeas.v1.Compli...
  • 895cbec docs: [google-maps-fleetengine-delivery] document that delivery_vehicle.type ...
  • 11c0629 chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12957)
  • 9cdac77 chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12955)
  • 42c4d04 chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12954)
  • d95af77 chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12953)
  • 189922a chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12952)
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.137.0 to 2.139.0

Release notes

Sourced from google-api-python-client's releases.

v2.139.0

2.139.0 (2024-07-30)

Features

v2.138.0

2.138.0 (2024-07-25)

Features

... (truncated)

Commits

Updates grpcio from 1.64.1 to 1.65.4

Release notes

Sourced from grpcio's releases.

Release v1.65.4

This is release gRPC Core 1.65.4 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Release v1.65.3

This is release gRPC Core 1.65.3 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Release v1.65.2

This is release gRPC Core 1.65.2 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Release v1.65.1

This is release gRPC Core 1.65.1 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Release v1.65.0

This is release gRPC Core 1.65.0 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

This is release 1.65.0 (gnarly) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [OTPlugin] Per-channel OpenTelemetry plugin. (#36729)
  • [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#36844)
  • [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#36798)
  • [build] Support clang-cl for Windows builds (best effort). (#36831)

... (truncated)

Commits
  • c3407b7 [Release] Bump version to 1.65.4 (on v1.65.x branch) (#37378)
  • eb7b279 [v1.65] [chttp2] Fix a bug in hpack error handling (#37366)
  • c32db9c [Release] Bump version to 1.65.3 (on v1.65.x branch) (#37357)
  • 0e1e1ef [Python Otel] Fix Segfault caused by CallTracer method lifetime issue (v1.65....
  • 0bbbfd3 [Release] Bump version to 1.65.2 (on v1.65.x branch) (#37319)
  • a699463 [Backport] Ensure the Chttp2Connector is deleted under an ExecCtx. (#37315)
  • c8ea3d7 [Gpr_To_Absl_Logging][Noise_Reduction] (#37289)
  • 8cbf785 [ObjC] Back port boringssl 0.36 to 1.65.x for xcode 16 (#37310)
  • f548d3c [Gpr_To_Absl_Logging] Removing gRPC experiments log noise (#37303) (#37308)
  • cf78563 [Gpr_To_Absl_Logging] Reducing log spam (#37106) (#37288)
  • Additional commits viewable in compare view

Updates grpcio-status from 1.62.2 to 1.65.4

Updates huggingface-hub from 0.23.4 to 0.24.5

Release notes

Sourced from huggingface-hub's releases.

[v0.24.5] Fix download process on S3 mount (v2)

Follow-up after huggingface/huggingface_hub#2433 and v0.24.4 patch release. This release will definitely fix things.

Full Changelog: huggingface/huggingface_hub@v0.24.4...v0.24.5

[v0.24.4] Fix download process on S3 mount

When downloading a file, the process was failing if the filesystem did not support either chmod or shutils.copy2 when moving a file from the tmp folder to the cache. This patch release fixes this. More details in huggingface/huggingface_hub#2429.

Full Changelog: huggingface/huggingface_hub@v0.24.3...v0.24.4

[v0.24.3] Fix InferenceClient base_url for OpenAI compatibility

Fixing a bug in the chat completion URL to follow OpenAI standard huggingface/huggingface_hub#2418. InferenceClient now works with urls ending with /, /v1 and /v1/chat/completions.

Full Changelog: huggingface/huggingface_hub@v0.24.2...v0.24.3

[v0.24.2] Fix create empty commit PR should not fail

See huggingface/huggingface_hub#2413 for more details. Creating an empty commit on a PR was failing due to a revision parameter been quoted twice. This patch release fixes it.

Full Changelog: huggingface/huggingface_hub@v0.24.1...v0.24.2

[v0.24.1] Handle [DONE] signal from TGI + remove logic for "non-TGI servers"

This release fixes 2 things:

  • handle "[DONE]" message in chat stream (related to TGI update huggingface/text-generation-inference#2221)
  • remove the "non-TGI" logic in chat completion since all models support server-side rendering now that even transformers-backed models are TGI-server.

See huggingface/huggingface_hub#2410 for more details.

Full Changelog: huggingface/huggingface_hub@v0.24.0...v0.24.1

v0.24.0: Inference, serialization and optimizations

⚡️ OpenAI-compatible inference client!

The InferenceClient's chat completion API is now fully compliant with OpenAI client. This means it's a drop-in replacement in your script:

- from openai import OpenAI
+ from huggingface_hub import InferenceClient

client = OpenAI(


client = InferenceClient(
base_url=...,
api_key=...,
)

output = client.chat.completions.create(
model="meta-llama/Meta-Llama-3-8B-Instruct",
messages=[
{"role": "system", "content": "You are a helpful assistant."},
</tr></table>

... (truncated)

Commits

Updates importlib-metadata from 8.0.0 to 8.2.0

Changelog

Sourced from importlib-metadata's changelog.

v8.2.0

Features

  • Add SimplePath to importlib_metadata.all. (#494)

v8.1.0

Features

  • Prioritize valid dists to invalid dists when retrieving by name. (#489)
Commits

Updates openai from 1.35.3 to 1.38.0

Release notes

Sourced from openai's releases.

v1.38.0

1.38.0 (2024-08-02)

Full Changelog: v1.37.2...v1.38.0

Features

v1.37.2

1.37.2 (2024-08-01)

Full Changelog: v1.37.1...v1.37.2

Chores

  • internal: add type construction helper (#1584) (cbb186a)
  • runs/create_and_poll: add parallel_tool_calls request param (04b3e6c)

v1.37.1

1.37.1 (2024-07-25)

Full Changelog: v1.37.0...v1.37.1

Chores

v1.37.0

1.37.0 (2024-07-22)

Full Changelog: v1.36.1...v1.37.0

Features

Bug Fixes

Bumps the all-dependencies group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.1` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.31.0` | `0.32.0` |
| [attrs](https://github.com/sponsors/hynek) | `23.2.0` | `24.1.0` |
| [cachetools](https://github.com/tkem/cachetools) | `5.3.3` | `5.4.0` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.2` | `1.8.3` |
| [google-ai-generativelanguage](https://github.com/googleapis/google-cloud-python) | `0.6.6` | `0.6.8` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.137.0` | `2.139.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.64.1` | `1.65.4` |
| [grpcio-status](https://grpc.io) | `1.62.2` | `1.65.4` |
| [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `0.23.4` | `0.24.5` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.0.0` | `8.2.0` |
| [openai](https://github.com/openai/openai-python) | `1.35.3` | `1.38.0` |
| [playwright](https://github.com/Microsoft/playwright-python) | `1.45.0` | `1.45.1` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `4.25.3` | `5.27.3` |
| [pure-eval](https://github.com/alexmojaki/pure_eval) | `0.2.2` | `0.2.3` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.4` | `2.8.2` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.18.4` | `2.20.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
| [pyzmq](https://github.com/zeromq/pyzmq) | `26.0.3` | `26.1.0` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2024.5.15` | `2024.7.24` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.4` | `4.66.5` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.19` | `2.2.2` |
| [websockets](https://github.com/python-websockets/websockets) | `10.4` | `12.0` |


Updates `aiohttp` from 3.9.5 to 3.10.1
- [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.9.5...v3.10.1)

Updates `anthropic` from 0.31.0 to 0.32.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.31.0...v0.32.0)

Updates `attrs` from 23.2.0 to 24.1.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `cachetools` from 5.3.3 to 5.4.0
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.3.3...v5.4.0)

Updates `debugpy` from 1.8.2 to 1.8.3
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.2...v1.8.3)

Updates `google-ai-generativelanguage` from 0.6.6 to 0.6.8
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-ai-generativelanguage-v0.6.6...google-ai-generativelanguage-v0.6.8)

Updates `google-api-python-client` from 2.137.0 to 2.139.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.137.0...v2.139.0)

Updates `grpcio` from 1.64.1 to 1.65.4
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.64.1...v1.65.4)

Updates `grpcio-status` from 1.62.2 to 1.65.4

Updates `huggingface-hub` from 0.23.4 to 0.24.5
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.23.4...v0.24.5)

Updates `importlib-metadata` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.0.0...v8.2.0)

Updates `openai` from 1.35.3 to 1.38.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.35.3...v1.38.0)

Updates `playwright` from 1.45.0 to 1.45.1
- [Release notes](https://github.com/Microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.45.0...v1.45.1)

Updates `protobuf` from 4.25.3 to 5.27.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.25.3...v5.27.3)

Updates `pure-eval` from 0.2.2 to 0.2.3
- [Commits](alexmojaki/pure_eval@v0.2.2...v0.2.3)

Updates `pydantic` from 2.7.4 to 2.8.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.4...v2.8.2)

Updates `pydantic-core` from 2.18.4 to 2.20.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.18.4...v2.20.1)

Updates `pytest` from 8.2.2 to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.2)

Updates `pyzmq` from 26.0.3 to 26.1.0
- [Release notes](https://github.com/zeromq/pyzmq/releases)
- [Commits](zeromq/pyzmq@v26.0.3...v26.1.0)

Updates `regex` from 2024.5.15 to 2024.7.24
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2024.5.15...2024.7.24)

Updates `tqdm` from 4.66.4 to 4.66.5
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.4...v4.66.5)

Updates `urllib3` from 1.26.19 to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.19...2.2.2)

Updates `websockets` from 10.4 to 12.0
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@10.4...12.0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: anthropic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: debugpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: google-ai-generativelanguage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: grpcio-status
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: huggingface-hub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: pure-eval
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pyzmq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: websockets
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
@Elias2660 Elias2660 merged commit d872304 into main Aug 7, 2024
7 of 9 checks passed
@dependabot dependabot bot deleted the dependabot-pip-all-dependencies-ff3f0eca16 branch August 7, 2024 21:10
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