Wes Turner
Wes Turner
- [ ] bump-pydantic auto-upgrades some pydantic v1 code to pydantic v2 - https://github.com/pydantic/bump-pydantic#bp004-replace-imports ```sh pip install bump-pydantic bump-pydantic pydantic_schemaorg/ bump-pydantic src/ ``` - [ ] sed-replace pydantic imports -...
Are there tests/ or a .github/workflows/build.yml to be sure this doesn't break other code? - [ ] tests pass - [ ] remove the WIP workinprogress codelabel from the issue...
A Test Case which must validate RDFS properties from multiple rdfs:Class with rdf:subClassOf relations: - C: Thing > CreativeWork > ScholarlyArticle > MedicalScholarlyArticle - P: publicationType d: MedicalScholarlyArticle - P:...
Which file does that exception occur from? - Check the migration guide - From https://docs.pydantic.dev/latest/migration/#removed-in-pydantic-v2 : > **Removed in V2** > - pydantic.typing.update_field_forward_refs > - pydantic.typing.update_model_forward_refs - From https://docs.pydantic.dev/latest/migration/#changes-to-pydanticbasemodel :...
So, to build: ```sh sudo apt install \ libevdev-dev \ libudev-dev \ libinput-dev \ libglib2.0-dev \ libgtk-4-dev \ libadwaita-1-dev \ libjson-glib-dev \ libcairo2-dev \ libpango1.0-dev \ libxkbcommon-dev \ libpolkit-gobject-1-dev \...