W24-Service-GmbH / werk24-python

Automated Processing of Technical Drawings
https://werk24.io
Other
53 stars 12 forks source link

remove old material_attributes #288

Closed werk24 closed 3 months ago

werk24 commented 8 months ago

Is your feature request related to a problem? Please describe. The Material attributes were deprecated in client 1.4.0. No such client as send a request in the past 90 days. It is safe to remove

Describe the solution you'd like remove the lines

! DEPRECATED in version 1.4.0

material_family: Optional[Any] = None material_class: Optional[Any] = None material_type: Optional[Any] = None material_group: Optional[Any] = None material_standard: Any material_code: str

Describe alternatives you've considered We could have kept it for longer, but this seems to generate quite some confusion.