Skip to content

Commit

Permalink
remove requests and bump to 11.0.4 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeiler authored Jan 24, 2025
1 parent 964fa43 commit dffe13f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.0.3
11.0.4
2 changes: 1 addition & 1 deletion clarifai_grpc/channel/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from clarifai_grpc.channel.errors import ApiError

CLIENT_VERSION = "11.0.3"
CLIENT_VERSION = "11.0.4"
OS_VER = os.sys.platform
PYTHON_VERSION = ".".join(
map(
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="clarifai-grpc",
version="11.0.3",
version="11.0.4",
author="Clarifai",
author_email="[email protected]",
description="Clarifai gRPC API Client",
Expand All @@ -28,7 +28,6 @@
"grpcio>=1.68.0 ; python_version >= '3.13'",
"protobuf>=3.20.3",
"googleapis-common-protos>=1.57.0",
"requests>=2.28.1",
],
package_data={p: ["*.pyi"]
for p in packages},
Expand Down

0 comments on commit dffe13f

Please sign in to comment.