Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit d0fbdb9

Browse files
Bogdan Drutuc24t
authored andcommitted
Update requirements for google cloud trace to fix memory leak. (#429)
1 parent 1f47a11 commit d0fbdb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django==1.11.15
22
Flask==0.12.3
33
google-cloud-monitoring==0.31.0
4-
google-cloud-trace==0.19.0
4+
google-cloud-trace==0.20.1
55
grpcio==1.16.1
66
mock==2.0.0
77
mysql-connector==2.1.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from setuptools import setup
1818

1919
extras = {
20-
"stackdriver": ['google-cloud-trace>=0.19.0, <0.20'],
20+
"stackdriver": ['google-cloud-trace>=0.20.1, <0.30'],
2121
"prometheus_client": ['prometheus_client==0.3.1']
2222
}
2323

0 commit comments

Comments
 (0)