Skip to content

Commit f6285fb

Browse files
authored
Expand range of acceptable protobuf versions (#36)
1 parent b17d727 commit f6285fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansys/api/additive/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0-dev7
1+
1.6.0-dev8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
url=f"https://github.com/ansys/{package_name}",
4040
license="MIT",
4141
python_requires=">=3.8,<4",
42-
install_requires=["grpcio~=1.47", "protobuf>=3.19,<5"],
42+
install_requires=["grpcio~=1.47", "protobuf>=3.19,<6"],
4343
packages=setuptools.find_namespace_packages(
4444
".", include=("ansys.*", "google.*")
4545
),

0 commit comments

Comments
 (0)