Skip to content

Commit

Permalink
update dependencies to work with protobuf 5
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Mazraeh <[email protected]>
  • Loading branch information
MohMaz committed Jan 25, 2025
1 parent b6597fd commit 02a74e0
Show file tree
Hide file tree
Showing 11 changed files with 302 additions and 138 deletions.
2 changes: 1 addition & 1 deletion python/packages/autogen-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"pillow>=11.0.0",
"typing-extensions>=4.0.0",
"pydantic<3.0.0,>=2.10.0",
"protobuf~=4.25.1",
"protobuf~=5.29.3",
"opentelemetry-api>=1.27.0",
"jsonref~=1.1.0",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import asyncio
import functools
import warnings
from textwrap import dedent
from typing import Any, Callable, Sequence
import warnings

from pydantic import BaseModel
from typing_extensions import Self
Expand Down
2 changes: 1 addition & 1 deletion python/packages/autogen-ext/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ redis = [
]

grpc = [
"grpcio~=1.62.0", # TODO: update this once we have a stable version.
"grpcio~=1.70.0",
]

jupyter-executor = [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dev = [
"pytest_mock",
"poethepoet",
"packaging",
"grpcio-tools~=1.62.0",
"grpcio-tools~=1.70.0",
"mypy-protobuf",
"cookiecutter",
"poethepoet",
Expand Down
Loading

0 comments on commit 02a74e0

Please sign in to comment.