Skip to content

Commit 3db228f

Browse files
feature: remove pkg_resource usage (#9592)
1 parent 95355e7 commit 3db228f

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/quantum/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.0.0b11
7+
+++++++++++++++
8+
* Remove `__import__('pkg_resources').declare_namespace(__name__)` to fix the namespace package issue.
9+
610
1.0.0b10
711
++++++
812
* Fixed broken dependency on blob_data_service_factory and replaced with vendored_sdk for azure_storage_blob

src/quantum/azext_quantum/vendored_sdks/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
5-
6-
__import__('pkg_resources').declare_namespace(__name__)

src/quantum/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This version should match the latest entry in HISTORY.rst
1818
# Also, when updating this, please review the version used by the extension to
1919
# submit requests, which can be found at './azext_quantum/__init__.py'
20-
VERSION = '1.0.0b10'
20+
VERSION = '1.0.0b11'
2121

2222
# The full list of classifiers is available at
2323
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)