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

build(deps): Bump pyautogen from 0.2.0 to 0.2.1 #176

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2023

Bumps pyautogen from 0.2.0 to 0.2.1.

Release notes

Sourced from pyautogen's releases.

v0.2.1

This release is the first update since v0.2.0.

Headsup: the sample app AutoGen Assistant will be renamed as AutoGen Studio in future.

Highlights

  • An initial version of AutoBuild for automatically building multi-agent systems.
  • v0.1 features that are added back to the new client-based inference: teachable agent, cost calculation and summary, raise content filter error.
  • Function Inception: Enable AutoGen agents to update/remove functions during conversations. - View Notebook
  • Improvement to group chat: termination,
  • Improvement to teachable agent: progress bar for learning.
  • Improvement to retrieve chat: more informative warning.
  • Improvement to gpt assistant agent: verbose flag for allowing more output to be printed.
  • Improvement to testbed: utilize OPENAI_API_KEY; adding GAIA benchmark.
  • Improvement to multimodal: generalize the data structure to incorporate gpt-4v message format.
  • Improvement to the sample app (will be renamed as AutoGen Studio in future).
  • Allow async human input.
  • Temporary fix to the breaking change introduced by openai 1.3: limit openai dependency to <1.3.
  • Improvement in test, documentation and website: Examples are moved to a standalone tab and a new tab Ecosystem is added.

Thanks to @​LinxinS97 @​JieyuZ2 @​rickyloynd-microsoft @​kevin666aa @​elecnix @​afourney @​thinkall @​IANTHEREAL @​BeibinLi @​ShobhitVishnoi30 @​olaoluwasalami @​hodgesmr @​skzhang1 @​cpacker @​victordibia @​joshkyh @​PyroGenesis @​axa99 @​momuno and all the other contributors!

What's Changed

... (truncated)

Commits
  • 31c1664 raise error for content_filter (#849)
  • fa11c4f Update position of registered custom generate_reply functions for contrib/ ag...
  • f8b4b42 Adds the GAIA benchark to the Testbed. This PR depends on #792 (#810)
  • 73d7e92 bump version to 0.2.1 (#867)
  • 195c87e corrected openai utils example (#869)
  • fa5f4ca Add details to AutoBuild's blog and fix test error. This PR is related to #84...
  • bb2bb8e Clarifies #853 (#876)
  • f8d3c6b fix 0.2 release tag link (#872)
  • a107233 Testbed can now read the OPENAI_API_KEY in addition to the OAI_CONFIG_LIST (#...
  • 26f6e0c add a verbose flag to print more information of runtime (#717)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyautogen](https://github.com/microsoft/autogen) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/microsoft/autogen/releases)
- [Commits](microsoft/autogen@v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: pyautogen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #177.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/pip/pyautogen-0.2.1 branch December 11, 2023 02:48
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