canonical / bundle-kubeflow

Charmed Kubeflow
Apache License 2.0
97 stars 47 forks source link

pydantic>=2.7 requires rustc v1.76 or newer #926

Open orfeas-k opened 3 weeks ago

orfeas-k commented 3 weeks ago

Bug Description

Rustc >=v1.76 is not available in the base OS of our charms at the moment (Ubuntu 20.04). To avoid build-time errors, pydantic has to be pinned to a version that can be built with the rustc version that the OS can provide. At the moment of writing, even in 24.04 the newest version is 1.75. If this changes in the future, this issue could be tackled by https://github.com/canonical/bundle-kubeflow/issues/872.

To Reproduce

N/A

Environment

N/A

Relevant Log Output

N/A

Additional Context

No response

syncronize-issues-to-jira[bot] commented 3 weeks ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5826.

This message was autogenerated