We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6896276 commit efa8a76Copy full SHA for efa8a76
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
]
27
dependencies = [
28
"certifi",
29
- "protobuf>=3.18.3,<=4.25.8",
+ "protobuf>=3.18.3,<5.0.0",
30
"pyformance>=0.3.1",
31
"sseclient-py>=1.4",
32
"urllib3>=1.26.19",
src/signalfx/version.py
@@ -1,6 +1,6 @@
1
# Copyright (C) 2015-2016 SignalFx, Inc. All rights reserved.
2
3
name = "signalfx"
4
-version = "1.3.4"
+version = "1.3.5"
5
6
user_agent = "signalflow-client-python/" + version
0 commit comments