openepd 6.9.0__py3-none-any.whl → 6.10.0__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.
Files changed (141) hide show
  1. openepd/__init__.py +1 -1
  2. openepd/__version__.py +2 -2
  3. openepd/api/__init__.py +1 -1
  4. openepd/api/average_dataset/__init__.py +1 -1
  5. openepd/api/average_dataset/generic_estimate_sync_api.py +1 -1
  6. openepd/api/average_dataset/industry_epd_sync_api.py +1 -1
  7. openepd/api/base_sync_client.py +1 -1
  8. openepd/api/category/__init__.py +1 -1
  9. openepd/api/category/dto.py +1 -1
  10. openepd/api/category/sync_api.py +1 -1
  11. openepd/api/common.py +1 -1
  12. openepd/api/dto/__init__.py +1 -1
  13. openepd/api/dto/base.py +1 -1
  14. openepd/api/dto/common.py +1 -1
  15. openepd/api/dto/meta.py +1 -1
  16. openepd/api/dto/mf.py +1 -1
  17. openepd/api/dto/params.py +1 -1
  18. openepd/api/epd/__init__.py +1 -1
  19. openepd/api/epd/dto.py +1 -1
  20. openepd/api/epd/sync_api.py +1 -1
  21. openepd/api/errors.py +1 -1
  22. openepd/api/pcr/__init__.py +1 -1
  23. openepd/api/pcr/sync_api.py +1 -1
  24. openepd/api/sync_client.py +1 -1
  25. openepd/api/test/__init__.py +1 -1
  26. openepd/api/utils.py +1 -1
  27. openepd/bundle/__init__.py +1 -1
  28. openepd/bundle/base.py +1 -1
  29. openepd/bundle/model.py +1 -1
  30. openepd/bundle/reader.py +1 -1
  31. openepd/bundle/writer.py +1 -1
  32. openepd/compat/__init__.py +1 -1
  33. openepd/compat/compat_functional_validators.py +1 -1
  34. openepd/compat/pydantic.py +1 -1
  35. openepd/model/__init__.py +1 -1
  36. openepd/model/base.py +2 -2
  37. openepd/model/category.py +1 -1
  38. openepd/model/common.py +1 -1
  39. openepd/model/declaration.py +1 -1
  40. openepd/model/epd.py +1 -1
  41. openepd/model/factory.py +1 -1
  42. openepd/model/generic_estimate.py +1 -1
  43. openepd/model/geography.py +1 -1
  44. openepd/model/industry_epd.py +1 -1
  45. openepd/model/lcia.py +1 -1
  46. openepd/model/org.py +1 -1
  47. openepd/model/pcr.py +1 -1
  48. openepd/model/specs/__init__.py +1 -1
  49. openepd/model/specs/asphalt.py +1 -1
  50. openepd/model/specs/base.py +1 -1
  51. openepd/model/specs/concrete.py +1 -1
  52. openepd/model/specs/enums.py +1 -1
  53. openepd/model/specs/range/__init__.py +1 -1
  54. openepd/model/specs/range/accessories.py +1 -1
  55. openepd/model/specs/range/aggregates.py +1 -1
  56. openepd/model/specs/range/aluminium.py +1 -1
  57. openepd/model/specs/range/asphalt.py +1 -1
  58. openepd/model/specs/range/bulk_materials.py +1 -1
  59. openepd/model/specs/range/cast_decks_and_underlayment.py +1 -1
  60. openepd/model/specs/range/cladding.py +1 -1
  61. openepd/model/specs/range/cmu.py +1 -1
  62. openepd/model/specs/range/concrete.py +1 -1
  63. openepd/model/specs/range/conveying_equipment.py +1 -1
  64. openepd/model/specs/range/electrical.py +1 -1
  65. openepd/model/specs/range/electrical_transmission_and_distribution_equipment.py +1 -1
  66. openepd/model/specs/range/electricity.py +1 -1
  67. openepd/model/specs/range/finishes.py +1 -1
  68. openepd/model/specs/range/fire_and_smoke_protection.py +1 -1
  69. openepd/model/specs/range/furnishings.py +1 -1
  70. openepd/model/specs/range/grouting.py +1 -1
  71. openepd/model/specs/range/manufacturing_inputs.py +1 -1
  72. openepd/model/specs/range/masonry.py +1 -1
  73. openepd/model/specs/range/material_handling.py +1 -1
  74. openepd/model/specs/range/mechanical.py +1 -1
  75. openepd/model/specs/range/mechanical_insulation.py +1 -1
  76. openepd/model/specs/range/network_infrastructure.py +1 -1
  77. openepd/model/specs/range/openings.py +1 -1
  78. openepd/model/specs/range/other_electrical_equipment.py +1 -1
  79. openepd/model/specs/range/other_materials.py +1 -1
  80. openepd/model/specs/range/plumbing.py +1 -1
  81. openepd/model/specs/range/precast_concrete.py +1 -1
  82. openepd/model/specs/range/sheathing.py +1 -1
  83. openepd/model/specs/range/steel.py +1 -1
  84. openepd/model/specs/range/thermal_moisture_protection.py +1 -1
  85. openepd/model/specs/range/utility_piping.py +1 -1
  86. openepd/model/specs/range/wood.py +1 -1
  87. openepd/model/specs/range/wood_joists.py +1 -1
  88. openepd/model/specs/singular/__init__.py +1 -1
  89. openepd/model/specs/singular/accessories.py +1 -1
  90. openepd/model/specs/singular/aggregates.py +1 -1
  91. openepd/model/specs/singular/aluminium.py +1 -1
  92. openepd/model/specs/singular/asphalt.py +1 -1
  93. openepd/model/specs/singular/bulk_materials.py +1 -1
  94. openepd/model/specs/singular/cast_decks_and_underlayment.py +1 -1
  95. openepd/model/specs/singular/cladding.py +1 -1
  96. openepd/model/specs/singular/cmu.py +1 -1
  97. openepd/model/specs/singular/common.py +1 -1
  98. openepd/model/specs/singular/concrete.py +1 -1
  99. openepd/model/specs/singular/conveying_equipment.py +1 -1
  100. openepd/model/specs/singular/deprecated/__init__.py +1 -1
  101. openepd/model/specs/singular/deprecated/concrete.py +1 -1
  102. openepd/model/specs/singular/deprecated/steel.py +1 -1
  103. openepd/model/specs/singular/electrical.py +1 -1
  104. openepd/model/specs/singular/electrical_transmission_and_distribution_equipment.py +1 -1
  105. openepd/model/specs/singular/electricity.py +1 -1
  106. openepd/model/specs/singular/finishes.py +1 -1
  107. openepd/model/specs/singular/fire_and_smoke_protection.py +1 -1
  108. openepd/model/specs/singular/furnishings.py +1 -1
  109. openepd/model/specs/singular/grouting.py +1 -1
  110. openepd/model/specs/singular/manufacturing_inputs.py +1 -1
  111. openepd/model/specs/singular/masonry.py +1 -1
  112. openepd/model/specs/singular/material_handling.py +1 -1
  113. openepd/model/specs/singular/mechanical.py +1 -1
  114. openepd/model/specs/singular/mechanical_insulation.py +1 -1
  115. openepd/model/specs/singular/mixins/__init__.py +1 -1
  116. openepd/model/specs/singular/mixins/conduit_mixin.py +1 -1
  117. openepd/model/specs/singular/network_infrastructure.py +1 -1
  118. openepd/model/specs/singular/openings.py +1 -1
  119. openepd/model/specs/singular/other_electrical_equipment.py +1 -1
  120. openepd/model/specs/singular/other_materials.py +1 -1
  121. openepd/model/specs/singular/plumbing.py +1 -1
  122. openepd/model/specs/singular/precast_concrete.py +1 -1
  123. openepd/model/specs/singular/sheathing.py +1 -1
  124. openepd/model/specs/singular/steel.py +9 -2
  125. openepd/model/specs/singular/thermal_moisture_protection.py +1 -1
  126. openepd/model/specs/singular/utility_piping.py +1 -1
  127. openepd/model/specs/singular/wood.py +1 -1
  128. openepd/model/specs/singular/wood_joists.py +1 -1
  129. openepd/model/standard.py +1 -1
  130. openepd/model/validation/__init__.py +1 -1
  131. openepd/model/validation/common.py +1 -1
  132. openepd/model/validation/enum.py +1 -1
  133. openepd/model/validation/numbers.py +1 -1
  134. openepd/model/validation/quantity.py +1 -1
  135. openepd/model/versioning.py +1 -1
  136. openepd/patch_pydantic.py +1 -1
  137. {openepd-6.9.0.dist-info → openepd-6.10.0.dist-info}/METADATA +1 -1
  138. openepd-6.10.0.dist-info/RECORD +142 -0
  139. openepd-6.9.0.dist-info/RECORD +0 -142
  140. {openepd-6.9.0.dist-info → openepd-6.10.0.dist-info}/LICENSE +0 -0
  141. {openepd-6.9.0.dist-info → openepd-6.10.0.dist-info}/WHEEL +0 -0
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -244,10 +244,16 @@ class WireMeshSteelV1(BaseOpenEpdHierarchicalSpec, SteelFabricatedMixin):
244
244
  _EXT_VERSION = "1.0"
245
245
 
246
246
 
247
+ class OtherSteelV1(BaseOpenEpdHierarchicalSpec):
248
+ """Steel products that do not fit into a defined subcategory."""
249
+
250
+ _EXT_VERSION = "1.0"
251
+
252
+
247
253
  class SteelV1(BaseOpenEpdHierarchicalSpec):
248
254
  """Broad category for construction materials made from steel and its alloys."""
249
255
 
250
- _EXT_VERSION = "1.0"
256
+ _EXT_VERSION = "1.1"
251
257
 
252
258
  # Own fields:
253
259
  yield_tensile_str: PressureMPaStr | None = pyd.Field(
@@ -296,3 +302,4 @@ class SteelV1(BaseOpenEpdHierarchicalSpec):
296
302
  PostTensioningSteel: PostTensioningSteelV1 | None = None
297
303
  RebarSteel: RebarSteelV1 | None = None
298
304
  WireMeshSteel: WireMeshSteelV1 | None = None
305
+ OtherSteel: OtherSteelV1 | None = None
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
openepd/model/standard.py CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
openepd/patch_pydantic.py CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openepd
3
- Version: 6.9.0
3
+ Version: 6.10.0
4
4
  Summary: Python library to work with OpenEPD format
5
5
  Home-page: https://github.com/cchangelabs/openepd
6
6
  License: Apache-2.0