From 5ee168ba1eaf3e0772824e4605fd4621e74c0cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:55:28 +0000 Subject: [PATCH] Bump asyncer from 0.0.7 to 0.0.8 Bumps [asyncer](https://github.com/fastapi/asyncer) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/fastapi/asyncer/releases) - [Changelog](https://github.com/fastapi/asyncer/blob/main/docs/release-notes.md) - [Commits](https://github.com/fastapi/asyncer/compare/0.0.7...0.0.8) --- updated-dependencies: - dependency-name: asyncer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a160f3e..86062a0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ agents = [ "pyautogen[websurfer,websockets,anthropic,together]==0.2.35", "pandas>=2.1", "fastcore==1.7.1", - "asyncer==0.0.7", + "asyncer==0.0.8", "pydantic==2.8.2", "tenacity==9.0.0", "prometheus-client==0.20.0",