-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove pydantic.v1 import (#364)
Use correct Field (v2) from pydantic. Symptom was that json-schema did not use alias when generating schema.
- Loading branch information
1 parent
a6c205e
commit 886b639
Showing
10 changed files
with
277 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
src/libecalc/presentation/yaml/yaml_types/components/legacy/energy_usage_model/common.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...aml/yaml_types/components/legacy/energy_usage_model/yaml_energy_usage_model_compressor.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...aml_types/components/legacy/energy_usage_model/yaml_energy_usage_model_consumer_system.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...nts/legacy/energy_usage_model/yaml_energy_usage_model_consumer_system_multiple_streams.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...on/yaml/yaml_types/components/legacy/energy_usage_model/yaml_energy_usage_model_direct.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...tion/yaml/yaml_types/components/legacy/energy_usage_model/yaml_energy_usage_model_pump.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...yaml/yaml_types/components/legacy/energy_usage_model/yaml_energy_usage_model_tabulated.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
351 changes: 264 additions & 87 deletions
351
...t/validation/snapshots/test_validation_json_schemas/test_json_schema_changed/schemas.json
Large diffs are not rendered by default.
Oops, something went wrong.