XENONnT / utilix

Package for XENON members to easily interface with RunDB, Midway batch queue, maybe Rucio (others?).
0 stars 6 forks source link

Should stick to pydantic v1.10.14 #95

Closed yuema137 closed 7 months ago

yuema137 commented 7 months ago

The current batchq is based on pydantic 2.6.4, which is not compatible with other xenon packages like rframe. After a discussion with @dachengx we think it's better to limit everything to pydantic v1 regards of our manpower.

yuema137 commented 7 months ago

Solved in #96