Skip to content

Commit

Permalink
tests: updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Aug 18, 2024
1 parent 4dfd66d commit 21dac41
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart/cdf_streamlit.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ adding `cognite-pygen` to the installed packages under `settings`.

```text
pyodide-http==0.2.1
cognite-sdk==7.54.4
cognite-sdk==7.54.13
pydantic==1.10.7
cognite-pygen==0.99.32
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EquipmentUnitClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 1.10.7
Data Model:
Expand Down
2 changes: 1 addition & 1 deletion examples-pydantic-v1/omni_multi_pydantic_v1/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class OmniMultiClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 1.10.7
"""
Expand Down
2 changes: 1 addition & 1 deletion examples-pydantic-v1/omni_pydantic_v1/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class OmniClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 1.10.7
Data Model:
Expand Down
2 changes: 1 addition & 1 deletion examples-pydantic-v1/omni_sub_pydantic_v1/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class OmniSubClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 1.10.7
Data Model:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ScenarioInstanceClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 1.10.7
Data Model:
Expand Down
2 changes: 1 addition & 1 deletion examples-pydantic-v1/windmill_pydantic_v1/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class WindmillClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 1.10.7
Data Model:
Expand Down
2 changes: 1 addition & 1 deletion examples/equipment_unit/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EquipmentUnitClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 2.8.2
Data Model:
Expand Down
2 changes: 1 addition & 1 deletion examples/omni/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class OmniClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 2.8.2
Data Model:
Expand Down
2 changes: 1 addition & 1 deletion examples/omni_multi/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class OmniMultiClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 2.8.2
"""
Expand Down
2 changes: 1 addition & 1 deletion examples/omni_sub/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class OmniSubClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 2.8.2
Data Model:
Expand Down
2 changes: 1 addition & 1 deletion examples/scenario_instance/client/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ScenarioInstanceClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 2.8.2
Data Model:
Expand Down
2 changes: 1 addition & 1 deletion examples/windmill/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class WindmillClient:
Generated with:
pygen = 0.99.32
cognite-sdk = 7.54.4
cognite-sdk = 7.54.13
pydantic = 2.8.2
Data Model:
Expand Down

0 comments on commit 21dac41

Please sign in to comment.