kodexa 7.0.8063330609__py3-none-any.whl → 7.0.8068892256__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.
- kodexa/platform/client.py +2 -1
- {kodexa-7.0.8063330609.dist-info → kodexa-7.0.8068892256.dist-info}/METADATA +1 -1
- {kodexa-7.0.8063330609.dist-info → kodexa-7.0.8068892256.dist-info}/RECORD +5 -5
- {kodexa-7.0.8063330609.dist-info → kodexa-7.0.8068892256.dist-info}/LICENSE +0 -0
- {kodexa-7.0.8063330609.dist-info → kodexa-7.0.8068892256.dist-info}/WHEEL +0 -0
kodexa/platform/client.py
CHANGED
@@ -1725,7 +1725,8 @@ class ComponentInstanceEndpoint(ClientEndpoint, SlugBasedMetadata):
|
|
1725
1725
|
raise Exception(f"Component {self.ref} already exists")
|
1726
1726
|
|
1727
1727
|
if exists:
|
1728
|
-
self.client.put(url, self.model_dump(mode="json", by_alias=True))
|
1728
|
+
response = self.client.put(url, self.model_dump(mode="json", by_alias=True))
|
1729
|
+
process_response(response)
|
1729
1730
|
return self.post_deploy()
|
1730
1731
|
|
1731
1732
|
self.client.post(
|
@@ -11,7 +11,7 @@ kodexa/model/persistence.py,sha256=JW7CmEyyMfk4h7tWFn5Dj21nFExaeNv8OE7wD6Q7Khs,5
|
|
11
11
|
kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
|
12
12
|
kodexa/pipeline/pipeline.py,sha256=cIRFOoJkguIYgNzx6FYrODdBpcY25CM_SULsqSsHeXE,24323
|
13
13
|
kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
|
14
|
-
kodexa/platform/client.py,sha256=
|
14
|
+
kodexa/platform/client.py,sha256=GFQYpYSGqqqQnJJgvfalUgqJ7ihkuE-FeY_bxob1BLY,210790
|
15
15
|
kodexa/platform/interaction.py,sha256=6zpcwXKNZstUGNS6m4JsoRXAqCZPJHWI-ZN3co8nnF0,1055
|
16
16
|
kodexa/platform/kodexa.py,sha256=Xfk6mL3ZpXqYe_cjnTfEik33EEZcaxM2J6i_T2W07Yk,33175
|
17
17
|
kodexa/selectors/__init__.py,sha256=xA9-4vpyaAZWPSk3bh2kvDLkdv6XEmm7PjFbpziiTIk,100
|
@@ -35,7 +35,7 @@ kodexa/testing/test_components.py,sha256=g5lP-GY0nTHuH5cIEw45vIejEeBaWkPKQGHL36j
|
|
35
35
|
kodexa/testing/test_utils.py,sha256=DrLCkHxdb6AbZ-X3WmTMbQmnVIm55VEBL8MjtUK9POs,14021
|
36
36
|
kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
|
37
37
|
kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
38
|
-
kodexa-7.0.
|
39
|
-
kodexa-7.0.
|
40
|
-
kodexa-7.0.
|
41
|
-
kodexa-7.0.
|
38
|
+
kodexa-7.0.8068892256.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
39
|
+
kodexa-7.0.8068892256.dist-info/METADATA,sha256=DgPu1kLdAVIO06vKgCstgIpFJZ9bYghaR4FH-fPSff8,3448
|
40
|
+
kodexa-7.0.8068892256.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
41
|
+
kodexa-7.0.8068892256.dist-info/RECORD,,
|
File without changes
|
File without changes
|