paper-dynasty-database/app
Cal Corum 6130eb993f fix: use Field(default_factory) for offense_col random default (#24)
Pydantic evaluates bare `random.randint(1, 3)` once at class definition
time, so every PlayerModel instance shared the same value. Replaced with
`pydantic.Field(default_factory=...)` so a new random value is generated
per instance.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 21:46:03 +00:00
..
routers_v2 fix: use Field(default_factory) for offense_col random default (#24) 2026-03-03 21:46:03 +00:00
__init__.py Initial Commit with /current 2023-09-13 14:44:26 -05:00
card_creation.py Update card_creation.py 2024-02-24 21:36:44 -06:00
db_engine.py Fix KeyError: 'human' in gauntlet-9 CARDSETS 2026-02-04 08:47:21 -06:00
db_helpers.py Fix PostgreSQL upsert column names and CSV null handling 2026-01-30 17:28:40 -06:00
dependencies.py fix: correct inverted TESTING env check and leading space in .env (#23) 2026-03-03 21:43:54 +00:00
main.py fix: remove debug print(req.scope) from get_docs route (#31) 2026-03-02 22:36:15 -06:00
player_scouting.py Update player_scouting.py 2023-09-24 19:00:21 -05:00