cognite-neat 0.117.8__py3-none-any.whl → 0.117.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cognite-neat might be problematic. Click here for more details.
- cognite/neat/_utils/auth.py +3 -1
- cognite/neat/_version.py +1 -1
- {cognite_neat-0.117.8.dist-info → cognite_neat-0.117.9.dist-info}/METADATA +1 -1
- {cognite_neat-0.117.8.dist-info → cognite_neat-0.117.9.dist-info}/RECORD +7 -7
- {cognite_neat-0.117.8.dist-info → cognite_neat-0.117.9.dist-info}/LICENSE +0 -0
- {cognite_neat-0.117.8.dist-info → cognite_neat-0.117.9.dist-info}/WHEEL +0 -0
- {cognite_neat-0.117.8.dist-info → cognite_neat-0.117.9.dist-info}/entry_points.txt +0 -0
cognite/neat/_utils/auth.py
CHANGED
|
@@ -342,7 +342,9 @@ def _prompt_cluster_and_project() -> EnvironmentVariables:
|
|
|
342
342
|
def _repo_root() -> Path | None:
|
|
343
343
|
# Redirecting stderr to suppress the error message if the command fails
|
|
344
344
|
with suppress(Exception), redirect_stderr(StringIO()), redirect_stdout(StringIO()):
|
|
345
|
-
result = subprocess.run(
|
|
345
|
+
result = subprocess.run(
|
|
346
|
+
"git rev-parse --show-toplevel".split(), stdout=subprocess.PIPE, stderr=subprocess.DEVNULL
|
|
347
|
+
)
|
|
346
348
|
if (output := result.stdout.decode().strip()) != "":
|
|
347
349
|
return Path(output)
|
|
348
350
|
return None
|
cognite/neat/_version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = "0.117.
|
|
1
|
+
__version__ = "0.117.9"
|
|
2
2
|
__engine__ = "^2.0.4"
|
|
@@ -164,7 +164,7 @@ cognite/neat/_store/_provenance.py,sha256=V2rBK3L4wneoiTBvir3AbmrcPsl6XVmefovkkj
|
|
|
164
164
|
cognite/neat/_store/_rules_store.py,sha256=dh2GfDRRtQ2F00I5hdqYveULQKx2_kt630Mac_ZFF2k,18562
|
|
165
165
|
cognite/neat/_store/exceptions.py,sha256=XznWE3X8iBpnTKcC2SpInwesQVpfinGBzQT6xX9GANg,1614
|
|
166
166
|
cognite/neat/_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
167
|
-
cognite/neat/_utils/auth.py,sha256=
|
|
167
|
+
cognite/neat/_utils/auth.py,sha256=br3Q6ZxHl71Z_6nJaCoMv2zixiXi4oZFSPHNnBERxQI,14758
|
|
168
168
|
cognite/neat/_utils/auxiliary.py,sha256=wYEoOpq-3FCWm0wYQG2xG18aorUrHYrNdi41gqDyxZU,6845
|
|
169
169
|
cognite/neat/_utils/collection_.py,sha256=JvYLSR6Cf8PIKGhr8HKRvep0U-z0980jbnIM_g-5I5I,2366
|
|
170
170
|
cognite/neat/_utils/graph_transformations_report.py,sha256=rjEy4XMvOygFL4UgnYOmFW6AHxaU9IXep-dmYc5654c,1230
|
|
@@ -177,10 +177,10 @@ cognite/neat/_utils/text.py,sha256=qy7lgMdRjzxSYkL8teAnWsq6T5baS_QcezHLK007_7M,7
|
|
|
177
177
|
cognite/neat/_utils/time_.py,sha256=7ayUm0OWZm1JDmy32E4ip8WRr2o0GLwrHwJA8sJ43Z4,357
|
|
178
178
|
cognite/neat/_utils/upload.py,sha256=xWtM6mFuD2QYQHaZ7zCAuGptbEpPIxcH-raWQu93-Ug,5845
|
|
179
179
|
cognite/neat/_utils/xml_.py,sha256=FQkq84u35MUsnKcL6nTMJ9ajtG9D5i1u4VBnhGqP2DQ,1710
|
|
180
|
-
cognite/neat/_version.py,sha256=
|
|
180
|
+
cognite/neat/_version.py,sha256=QAfP-nKtktitR2MDA9DYnxpbDb854mbJ_-5pKo0A0L0,46
|
|
181
181
|
cognite/neat/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
182
|
-
cognite_neat-0.117.
|
|
183
|
-
cognite_neat-0.117.
|
|
184
|
-
cognite_neat-0.117.
|
|
185
|
-
cognite_neat-0.117.
|
|
186
|
-
cognite_neat-0.117.
|
|
182
|
+
cognite_neat-0.117.9.dist-info/LICENSE,sha256=W8VmvFia4WHa3Gqxq1Ygrq85McUNqIGDVgtdvzT-XqA,11351
|
|
183
|
+
cognite_neat-0.117.9.dist-info/METADATA,sha256=dlBeOE7p53mRzY2Xw0zuRYJ-6vM5uoZISd9vTn-DYtQ,5361
|
|
184
|
+
cognite_neat-0.117.9.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
185
|
+
cognite_neat-0.117.9.dist-info/entry_points.txt,sha256=SsQlnl8SNMSSjE3acBI835JYFtsIinLSbVmHmMEXv6E,51
|
|
186
|
+
cognite_neat-0.117.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|