This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +14
-4
lines changed
contrib/opencensus-ext-azure
opencensus/ext/azure/common
opencensus/common/version Expand file tree Collapse file tree 6 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ # 0.11.4
6+ Released 2024-01-03
7+
58- Changed bit-mapping for ` httpx ` and ` fastapi ` integrations
69([ #1239 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1239 ) )
710
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.1.13
6+
7+ Released 2024-01-03
8+
9+ - Changed bit-mapping for ` httpx ` and ` fastapi ` integrations
10+ ([ #1239 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1239 ) )
11+
512## 1.1.12
613
714Released 2023-11-28
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = '1.1.12 '
15+ __version__ = '1.1.13 '
Original file line number Diff line number Diff line change 4343 install_requires = [
4444 'azure-core >= 1.12.0, < 2.0.0' ,
4545 'azure-identity >= 1.5.0, < 2.0.0' ,
46- 'opencensus >= 0.11.3 , < 1.0.0' ,
46+ 'opencensus >= 0.11.4 , < 1.0.0' ,
4747 'psutil >= 5.6.3' ,
4848 'requests >= 2.19.0' ,
4949 ],
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = '0.12.dev0 '
15+ __version__ = '0.11.4 '
Original file line number Diff line number Diff line change 4242 include_package_data = True ,
4343 long_description = open ('README.rst' ).read (),
4444 install_requires = [
45- 'opencensus-context >= 0.2.dev0 ' ,
45+ 'opencensus-context >= 0.1.3 ' ,
4646 'google-api-core >= 1.0.0, < 2.0.0; python_version<"3.6"' ,
4747 'google-api-core >= 1.0.0, < 3.0.0; python_version>="3.6"' ,
4848 "six ~= 1.16" ,
You can’t perform that action at this time.
0 commit comments