File tree 3 files changed +6
-2
lines changed
contrib/opencensus-ext-azure
opencensus/ext/azure/common
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 1.1.14
6
+
7
+ Released 2025-01-06
8
+
5
9
- Remove status code ` 206 ` from retry code + only count batch level for statsbeat
6
10
([ #1247 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1247 ) )
7
11
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = '1.1.dev0 '
15
+ __version__ = '1.1.14 '
Original file line number Diff line number Diff line change 43
43
install_requires = [
44
44
'azure-core >= 1.12.0, < 2.0.0' ,
45
45
'azure-identity >= 1.5.0, < 2.0.0' ,
46
- 'opencensus >= 0.12.dev0 , < 1.0.0' ,
46
+ 'opencensus >= 0.11.4 , < 1.0.0' ,
47
47
'psutil >= 5.6.3' ,
48
48
'requests >= 2.19.0' ,
49
49
],
You can’t perform that action at this time.
0 commit comments