Nizo Priskorn
                                            Nizo Priskorn
                                        
                                    I suggest we tag this 0.13+ also
https://medium.com/swlh/cool-things-you-can-do-with-pydantic-fc1c948fbde0#f078 is a good introduction, I just implemented it in asseeibot and it was some work, but it seems to be worth it :)
I ran into this error after adding pydantic in https://github.com/dpriskorn/WikibaseIntegrator/tree/pydantic-test  I searched the interwebbs but did not find anything about this issue. Might be an issue in pydantic?
Unfortunately pydantic does not seem to support private variables and setters. See https://stackoverflow.com/questions/69152143/private-attributes-in-pydantic Should we close this and so our own validation instead?
Hi. I stumbled over [this test deployment of a Wikibase using docker-compose ](https://github.com/zentrum-lexikographie/wikimedia/blob/master/docker-compose.yml) to Hetzner cloud. Maybe it helps us?
I could try to provide a few lines reproducing the issue. Or a new test that fails.
James seems to have found a nice solution by simply comparing the json before/after😀 
This is how the time claims are created  see https://github.com/dpriskorn/hiking_trail_matcher/blob/53fda373276889f310e8371eca2a7424e9370146/src/trail_item.py#L213
Could be a problem in Wikidata because it works for other items it seems 
I personally prefer to run it manually and then commit. Others seem to prefer to have it installed as a hook in git.