Skip to content

Commit efa8a76

Browse files
authored
Bump proto and our version (#31)
1 parent 6896276 commit efa8a76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"certifi",
29-
"protobuf>=3.18.3,<=4.25.8",
29+
"protobuf>=3.18.3,<5.0.0",
3030
"pyformance>=0.3.1",
3131
"sseclient-py>=1.4",
3232
"urllib3>=1.26.19",

src/signalfx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) 2015-2016 SignalFx, Inc. All rights reserved.
22

33
name = "signalfx"
4-
version = "1.3.4"
4+
version = "1.3.5"
55

66
user_agent = "signalflow-client-python/" + version

0 commit comments

Comments
 (0)