CHIMEFRB / workflow

🌊 Working in flowstate.
0 stars 0 forks source link

Pydantic version giving error #74

Closed ketansand closed 3 months ago

ketansand commented 4 months ago

I was getting this error with an older version of pydantic

Screenshot 2024-06-28 at 6 33 49 PM

So I upgraded pydantic to a new version.

It resolved this issue

But then --

Running workflow bucket in command line gives this error with the newest version of pydantic

Screenshot 2024-06-28 at 6 35 03 PM

All this started when I upgraded my chime_frb_api to the newest version.

ketansand commented 4 months ago

The older pydantic version is 1.10.17 The newere pydantic version is 2.7.4

shinybrar commented 3 months ago

This is an expected error @ketansand since workflow is only Pydantic >=2.0 compatible. To see the full list of compatible dependencies see the project pyproject.toml file.