- Apr 22, 2024
-
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
-
- Apr 17, 2024
-
-
Geels, Brendan Ryan authored
-
- Apr 11, 2024
-
-
Geels, Brendan Ryan authored
-
- Apr 10, 2024
-
-
Geels, Brendan Ryan authored
-
- Apr 04, 2024
-
-
Geels, Brendan Ryan authored
Updating version to v1.9.5 See merge request !310
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
Update FRD offsets See merge request !309
-
Geels, Brendan Ryan authored
-
- Apr 03, 2024
-
-
Erin (Josh) Rigler authored
Revert MR 306 except poetry lock change See merge request !308
-
- Apr 02, 2024
-
-
Geels, Brendan Ryan authored
This reverts commit 9e1fc957.
-
Geels, Brendan Ryan authored
This reverts commit ee6f3c81.
-
Geels, Brendan Ryan authored
This reverts commit f10f33f3.
-
Geels, Brendan Ryan authored
This reverts commit 86e257d3.
-
Geels, Brendan Ryan authored
This reverts commit b4ce9b7a.
-
Geels, Brendan Ryan authored
This reverts commit 50d75f13.
-
- Mar 29, 2024
-
-
Geels, Brendan Ryan authored
Replace geomagio/Metadata.py & Poetry Update See merge request !306
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
-
- Mar 27, 2024
-
-
Geels, Brendan Ryan authored
-
- Mar 26, 2024
-
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
-
- Mar 13, 2024
-
-
Geels, Brendan Ryan authored
Revert v1.9.4 changes See merge request !305
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
V1.9.4 See merge request !304
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
-
- Mar 07, 2024
-
-
Erin (Josh) Rigler authored
V1.9.3 See merge request !303
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
-
- Mar 06, 2024
-
-
Erin (Josh) Rigler authored
Update version info in code.json and pyproject.toml See merge request !302
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
Update FGE offsets for HON, GUA, BDT. See merge request !301
-
Geels, Brendan Ryan authored
-
Erin (Josh) Rigler authored
Fix custom json encoder in pydantic+fastapi See merge request !300
-
Erin (Josh) Rigler authored
Pydantic v1's json module contain[s|ed] a dictionary called `ENCODERS_BY_TYPE` that was commonly used to overide default json encoders. Pydantic v2 is moving away from this to a "better" system. FastAPI attempted to stay compatible with both v1 and v2 by pulling ENCODERS_BY_TYPE into their own codebase, but this broke our custom type `UTCDateTime`, at least for anything using fastapi. We thought we fixed this with a recent MR, but it turns out all we did was fix the validator. We did not fix the encoder itself. So, validation steps would pass, but we continued to server malformed json for UTCDateTimes. This commit reverts to the earlier version of pydantic_utcdatetime.py, and adds a small kluge that modifies `ENCODERS_BY_TYPE` in both pydantic and fastapi.
-