Bidimpata-Kerim Aramyan-Tshimanga
Bidimpata-Kerim Aramyan-Tshimanga
I can confirm on my end that `poetry add fhir.resources` works for me.
@nazrulworld @bwalsh continuing to work on `fhirabstractmodel.py` in particular with regards to the `parse_raw` / `parse_file` functionality provided in `fhir.resources` in the [Pydantic V2 migration guide ](https://docs.pydantic.dev/latest/migration/) > Some of...
@skaanbilly2 @nickderobertis Thanks for offering to help. This is pr is indeed stale at the moment and I'll need to re-familiarize with where I left off. Please feel free to...
@nazrulworld I definitely don't want to be a blocker for this. I'll be preoccupied for the next couple of weeks and then I'll be available to pick this up again....
> We can have a meeting about collective contributions, if you guys have time. @nazrulworld also definitely still interested in meeting to talk through the rest of the work :)
Just an fyi. I had run into dependency resolution issues using poetry when trying to comingle `fhir.resources` with packages like `gqlalchemy` that have already migrated to pydantic v2. Pydantic V2...
Merged! https://github.com/nazrulworld/fhir.resources/pull/147 Now we actually need to migrate from `pydantic.v1` to `pydantic` 😅
> So this isn't an actual migration though right? It's still using the v1 schema? > If so you may want to keep this issue open. @gilmorera Correct, I didn't...
@nazrulworld @bwalsh I've started a branch and draft pr for collaborating on the pydantic v2 migration here https://github.com/nazrulworld/fhir.resources/pull/148 I think that we'll probably have a lot of commit by commit...