Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the actions-minor group with 5 updates in the / directory:

Package From To
openai 1.44.0 1.55.3
pygithub 2.4.0 2.5.0
google-generativeai 0.7.2 0.8.3
ipython 8.27.0 8.30.0
groq 0.11.0 0.13.0

Updates openai from 1.44.0 to 1.55.3

Release notes

Sourced from openai's releases.

v1.55.3

1.55.3 (2024-11-28)

Full Changelog: v1.55.2...v1.55.3

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#1904) (72b6c63)

v1.55.2

1.55.2 (2024-11-27)

Full Changelog: v1.55.1...v1.55.2

Chores

  • internal: exclude mypy from running on tests (#1899) (e2496f1)

Documentation

  • assistants: correct on_text_delta example (#1896) (460b663)

v1.55.1

1.55.1 (2024-11-25)

Full Changelog: v1.55.0...v1.55.1

Bug Fixes

  • pydantic-v1: avoid runtime error for assistants streaming (#1885) (197c94b)

Chores

Documentation

v1.55.0

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

1.55.3 (2024-11-28)

Full Changelog: v1.55.2...v1.55.3

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#1904) (72b6c63)

1.55.2 (2024-11-27)

Full Changelog: v1.55.1...v1.55.2

Chores

  • internal: exclude mypy from running on tests (#1899) (e2496f1)

Documentation

  • assistants: correct on_text_delta example (#1896) (460b663)

1.55.1 (2024-11-25)

Full Changelog: v1.55.0...v1.55.1

Bug Fixes

  • pydantic-v1: avoid runtime error for assistants streaming (#1885) (197c94b)

Chores

Documentation

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

1.54.5 (2024-11-19)

... (truncated)

Commits

Updates pygithub from 2.4.0 to 2.5.0

Release notes

Sourced from pygithub's releases.

v2.5.0

Breaking Changes

  • Parameters of method github.Requester.Requester.graphql_named_mutation have been renamed:
    • Parameter variables renamed to mutation_input
    • Parameter output renamed to output_schema
    • Default value of parameter output has been removed

New features

Improvements

Bug Fixes

  • Fix requesting urls containing parameters with parameters dict @​EnricoMi (#2929)
  • PullRequest.delete_branch: fix the remaining pull requests check @​fetsko (#3063)

Maintenance

Changelog

Sourced from pygithub's changelog.

Version 2.5.0 (November 06, 2024)

Breaking Changes ^^^^^^^^^^^^^^^^

  • Parameters of method github.Requester.Requester.graphql_named_mutation have been renamed:

    • Parameter variables renamed to mutation_input
    • Parameter output renamed to output_schema
    • Default value of parameter output has been removed

New features ^^^^^^^^^^^^

  • Rework GraphQL mutations (#3046) (27222251)
  • Make pagination work with GraphQL response data (#3047) (cd30e379)
  • Add RepositoryDiscussion powered by GraphQL API (#3048) (29359f3c)
  • Add Repository.get_discussion() to get a single Discussion (#3072) (44120b1e)

Improvements ^^^^^^^^^^^^

  • Adds List organization memberships for the authenticated user (#3040) (cf443955)
  • Add actor property to WorkflowRun (#2764) (612ba68e)
  • Make requester a public attribute (#3056) (c44ec523)

Bug Fixes ^^^^^^^^^

  • Fix requesting urls containing parameters with parameters dict (#2929) (e1d67ada)
  • PullRequest.delete_branch: fix the remaining pull requests check (#3063) (72fa6278)

Maintenance ^^^^^^^^^^^

  • Remove stale bot (510c1402)
  • Upgrade Github actions (#3075) (323e2828)
  • Add top issues dashboard action (#3049) (c91f26a7)
  • Make tests pass some more years (#3045) (352c55aa)
  • Run top issues workflow only in PyGithub repo (0d395d4e)
  • Replace pre-commit Github action in order to pin pre-commit version (#3059) (1a05b43d)
Commits

Updates google-generativeai from 0.7.2 to 0.8.3

Release notes

Sourced from google-generativeai's releases.

v0.8.3

New features

Updates, bug fixes, and examples

New Contributors

Full Changelog: google-gemini/deprecated-generative-ai-python@v0.8.2...v0.8.3

v0.8.2 - Add parameters for 002

What's Changed

Full Changelog: google-gemini/deprecated-generative-ai-python@0.8.1...v0.8.2

v0.8.1 - Bugfix for Kaggle

What's Changed

Full Changelog: google-gemini/deprecated-generative-ai-python@v0.8.0...0.8.1

v0.8.0

Breaking changes

New features

Minor updatres and bug fixes

... (truncated)

Commits

Updates ipython from 8.27.0 to 8.30.0

Commits

Updates groq from 0.11.0 to 0.13.0

Release notes

Sourced from groq's releases.

v0.13.0

0.13.0 (2024-11-28)

Full Changelog: v0.12.0...v0.13.0

Features

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#142) (b8abf89)

Chores

  • internal: exclude mypy from running on tests (#141) (fb4456e)
  • internal: fix compat model_dump method when warnings are passed (#138) (91402fd)
  • rebuild project due to codegen change (#136) (b79c1f9)
  • rebuild project due to codegen change (#137) (2899a88)
  • remove now unused cached-property dep (#140) (d001e95)

Documentation

v0.12.0

0.12.0 (2024-11-12)

Full Changelog: v0.11.0...v0.12.0

Features

Bug Fixes

  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (537cc49)

Chores

  • rebuild project due to codegen change (#130) (e08a00f)
  • rebuild project due to codegen change (#131) (8a3c31d)
  • rebuild project due to codegen change (#132) (8287ed4)
Changelog

Sourced from groq's changelog.

0.13.0 (2024-11-28)

Full Changelog: v0.12.0...v0.13.0

Features

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#142) (b8abf89)

Chores

  • internal: exclude mypy from running on tests (#141) (fb4456e)
  • internal: fix compat model_dump method when warnings are passed (#138) (91402fd)
  • rebuild project due to codegen change (#136) (b79c1f9)
  • rebuild project due to codegen change (#137) (2899a88)
  • remove now unused cached-property dep (#140) (d001e95)

Documentation

0.12.0 (2024-11-12)

Full Changelog: v0.11.0...v0.12.0

Features

Bug Fixes

  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (537cc49)

Chores

  • rebuild project due to codegen change (#130) (e08a00f)
  • rebuild project due to codegen change (#131) (8a3c31d)
  • rebuild project due to codegen change (#132) (8287ed4)
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

…pdates

Bumps the actions-minor group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [openai](https://github.com/openai/openai-python) | `1.44.0` | `1.55.3` |
| [pygithub](https://github.com/pygithub/pygithub) | `2.4.0` | `2.5.0` |
| [google-generativeai](https://github.com/google/generative-ai-python) | `0.7.2` | `0.8.3` |
| [ipython](https://github.com/ipython/ipython) | `8.27.0` | `8.30.0` |
| [groq](https://github.com/groq/groq-python) | `0.11.0` | `0.13.0` |



Updates `openai` from 1.44.0 to 1.55.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.44.0...v1.55.3)

Updates `pygithub` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v2.4.0...v2.5.0)

Updates `google-generativeai` from 0.7.2 to 0.8.3
- [Release notes](https://github.com/google/generative-ai-python/releases)
- [Changelog](https://github.com/google-gemini/generative-ai-python/blob/main/RELEASE.md)
- [Commits](google-gemini/deprecated-generative-ai-python@v0.7.2...v0.8.3)

Updates `ipython` from 8.27.0 to 8.30.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.27.0...8.30.0)

Updates `groq` from 0.11.0 to 0.13.0
- [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.11.0...v0.13.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: pygithub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: google-generativeai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: groq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from olunusib as a code owner December 2, 2024 01:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 2, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #27.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/actions-minor-7e08dfb8c4 branch December 9, 2024 01:16
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant