{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":408379081,"defaultBranch":"main","name":"lighter","ownerLogin":"project-lighter","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-09-20T09:15:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/122651785?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725490109.0","currentOid":""},"activityList":{"items":[{"before":"5bc2ccb275c68a5823c63efb0df3493ccfd08120","after":"fc6fc7a6fc7077f306940a5c298f11350d1ae2a9","ref":"refs/heads/main","pushedAt":"2024-09-04T22:49:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Bump version","shortMessageHtmlLink":"Bump version"}},{"before":"da24ff86b15c3e7a0b836ddfe286d542442dcb64","after":"848d76c0a087c04787148645de7ab568f70009fd","ref":"refs/heads/gh-pages","pushedAt":"2024-09-04T22:48:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 5bc2ccb with MkDocs version: 1.6.1","shortMessageHtmlLink":"Deployed 5bc2ccb with MkDocs version: 1.6.1"}},{"before":"c4243432c238b9535489438af1a67360f10b1fbb","after":null,"ref":"refs/heads/pydantic","pushedAt":"2024-09-04T22:48:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"surajpaib","name":"Suraj Pai","path":"/surajpaib","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10467804?s=80&v=4"}},{"before":"3e043af6990904da25c4d7134c05f0adcef58660","after":"5bc2ccb275c68a5823c63efb0df3493ccfd08120","ref":"refs/heads/main","pushedAt":"2024-09-04T22:48:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"surajpaib","name":"Suraj Pai","path":"/surajpaib","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10467804?s=80&v=4"},"commit":{"message":"Switch from manual to pydantic validation of config and LighterSystem (#135)\n\n* Switch from manual to pydantic validation of config and LighterSystem components\r\n\r\n* Add pydantic dependency\r\n\r\n* Do not like how Postprocessing looks. Fix style.\r\n\r\n* Match current Lighter's postprocessing scheme\r\n\r\n* Fix validators in schema\r\n\r\n* Add PatchedModuleDict, add missing \"test\" in ArgsConfigShema, use model_dump() and remove SubscriptableBaseModel\r\n\r\n* Fix mistake in schema\r\n\r\n* _lightning_module_methods_defined not needed anymore\r\n\r\n* Reorganize LighterSystem methods\r\n\r\n* See if pandas upgrade will fix the numpy issue in checks\r\n\r\n* Attempt to fix \"Numpy is not available\" in checks\r\n\r\n* Another attempt, numpy below v2\r\n\r\n* Add missing predict to batch postprocessing schema\r\n\r\n* Bump aiohttp from 3.9.5 to 3.10.2 (#136)\r\n\r\nBumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.2.\r\n- [Release notes](https://github.com/aio-libs/aiohttp/releases)\r\n- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)\r\n- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: aiohttp\r\n dependency-type: direct:development\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Ibrahim Hadzic \r\n\r\n* Bump zipp from 3.19.0 to 3.19.1 (#132)\r\n\r\nBumps [zipp](https://github.com/jaraco/zipp) from 3.19.0 to 3.19.1.\r\n- [Release notes](https://github.com/jaraco/zipp/releases)\r\n- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)\r\n- [Commits](https://github.com/jaraco/zipp/compare/v3.19.0...v3.19.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: zipp\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Ibrahim Hadzic \r\n\r\n* Bump certifi from 2024.2.2 to 2024.7.4 (#131)\r\n\r\nBumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.\r\n- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: certifi\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Ibrahim Hadzic \r\n\r\n* Filter out the warning about \"validate\" field in ArgsConfigSchema\r\n\r\n* Enable interpolation strings in ArgsConfig\r\n\r\n* Allow multiple lighter commands at once (lighter fit test --config). Forbid extra fields pydantic.\r\n\r\n* Add workaround for the validation of _requires_ with pydantic\r\n\r\n* Add basic tests for schema\r\n\r\n* Fix codestyle\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Suraj Pai ","shortMessageHtmlLink":"Switch from manual to pydantic validation of config and LighterSystem ("}},{"before":"451a33a46510e64860cc1462bae590d147ff144c","after":"c4243432c238b9535489438af1a67360f10b1fbb","ref":"refs/heads/pydantic","pushedAt":"2024-09-04T22:27:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surajpaib","name":"Suraj Pai","path":"/surajpaib","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10467804?s=80&v=4"},"commit":{"message":"Fix codestyle","shortMessageHtmlLink":"Fix codestyle"}},{"before":"07669680feea02351eb078584b22b0211a286bf6","after":"451a33a46510e64860cc1462bae590d147ff144c","ref":"refs/heads/pydantic","pushedAt":"2024-09-04T22:22:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surajpaib","name":"Suraj Pai","path":"/surajpaib","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10467804?s=80&v=4"},"commit":{"message":"Add basic tests for schema","shortMessageHtmlLink":"Add basic tests for schema"}},{"before":"442cee303d13a5cff5f01e7455cbb25e5808d260","after":"07669680feea02351eb078584b22b0211a286bf6","ref":"refs/heads/pydantic","pushedAt":"2024-09-03T20:17:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Add workaround for the validation of _requires_ with pydantic","shortMessageHtmlLink":"Add workaround for the validation of _requires_ with pydantic"}},{"before":"a5704341c861d6059aac223b5c30849d6b9611a9","after":"442cee303d13a5cff5f01e7455cbb25e5808d260","ref":"refs/heads/pydantic","pushedAt":"2024-08-28T17:01:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Allow multiple lighter commands at once (lighter fit test --config). Forbid extra fields pydantic.","shortMessageHtmlLink":"Allow multiple lighter commands at once (lighter fit test --config). …"}},{"before":"c5c2929b5579a7b2b80a6a8f5a35254e5d01ec5b","after":"a5704341c861d6059aac223b5c30849d6b9611a9","ref":"refs/heads/pydantic","pushedAt":"2024-08-27T18:23:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Enable interpolation strings in ArgsConfig","shortMessageHtmlLink":"Enable interpolation strings in ArgsConfig"}},{"before":"a49dcff565f5caa0d657a2f4a979fe1f8b97b1a8","after":"c5c2929b5579a7b2b80a6a8f5a35254e5d01ec5b","ref":"refs/heads/pydantic","pushedAt":"2024-08-20T16:11:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Merge branch 'pydantic' of github.com:project-lighter/lighter into pydantic","shortMessageHtmlLink":"Merge branch 'pydantic' of github.com:project-lighter/lighter into py…"}},{"before":"8e7cb65f5fd6491c2f65d875d02994c60947ad94","after":null,"ref":"refs/heads/dependabot/pip/certifi-2024.7.4","pushedAt":"2024-08-20T15:27:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"}},{"before":"2ac35b14ccb58b90b34d882af845f1ee55b2446c","after":"a49dcff565f5caa0d657a2f4a979fe1f8b97b1a8","ref":"refs/heads/pydantic","pushedAt":"2024-08-20T15:27:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Bump certifi from 2024.2.2 to 2024.7.4 (#131)\n\nBumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.\r\n- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: certifi\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Ibrahim Hadzic ","shortMessageHtmlLink":"Bump certifi from 2024.2.2 to 2024.7.4 (#131)"}},{"before":"4ba9d199d023451e4e3971e97ddf5df9fca18bad","after":"8e7cb65f5fd6491c2f65d875d02994c60947ad94","ref":"refs/heads/dependabot/pip/certifi-2024.7.4","pushedAt":"2024-08-20T15:26:44.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Merge branch 'pydantic' into dependabot/pip/certifi-2024.7.4","shortMessageHtmlLink":"Merge branch 'pydantic' into dependabot/pip/certifi-2024.7.4"}},{"before":"9d101d9f9940c6ab1f12b21febb1ad8954f7a6eb","after":null,"ref":"refs/heads/dependabot/pip/zipp-3.19.1","pushedAt":"2024-08-20T15:25:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"}},{"before":"970a614c49c9fc153b7d332fb9ba7ef61973539c","after":"2ac35b14ccb58b90b34d882af845f1ee55b2446c","ref":"refs/heads/pydantic","pushedAt":"2024-08-20T15:25:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Bump zipp from 3.19.0 to 3.19.1 (#132)\n\nBumps [zipp](https://github.com/jaraco/zipp) from 3.19.0 to 3.19.1.\r\n- [Release notes](https://github.com/jaraco/zipp/releases)\r\n- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)\r\n- [Commits](https://github.com/jaraco/zipp/compare/v3.19.0...v3.19.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: zipp\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Ibrahim Hadzic ","shortMessageHtmlLink":"Bump zipp from 3.19.0 to 3.19.1 (#132)"}},{"before":"590820344d06d36f050cd069449659bb61061f22","after":"9d101d9f9940c6ab1f12b21febb1ad8954f7a6eb","ref":"refs/heads/dependabot/pip/zipp-3.19.1","pushedAt":"2024-08-20T15:25:51.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Merge branch 'pydantic' into dependabot/pip/zipp-3.19.1","shortMessageHtmlLink":"Merge branch 'pydantic' into dependabot/pip/zipp-3.19.1"}},{"before":"8257535dc4354a2deed9883277fd84fff790f163","after":null,"ref":"refs/heads/dependabot/pip/aiohttp-3.10.2","pushedAt":"2024-08-20T15:24:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"}},{"before":"ca418deca239f15321c82858c1209c647d573b27","after":"970a614c49c9fc153b7d332fb9ba7ef61973539c","ref":"refs/heads/pydantic","pushedAt":"2024-08-20T15:24:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Bump aiohttp from 3.9.5 to 3.10.2 (#136)\n\nBumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.2.\r\n- [Release notes](https://github.com/aio-libs/aiohttp/releases)\r\n- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)\r\n- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: aiohttp\r\n dependency-type: direct:development\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Ibrahim Hadzic ","shortMessageHtmlLink":"Bump aiohttp from 3.9.5 to 3.10.2 (#136)"}},{"before":"1a96efeac6bba28984572d9992cd252893c5537e","after":"8257535dc4354a2deed9883277fd84fff790f163","ref":"refs/heads/dependabot/pip/aiohttp-3.10.2","pushedAt":"2024-08-20T15:24:30.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Merge branch 'pydantic' into dependabot/pip/aiohttp-3.10.2","shortMessageHtmlLink":"Merge branch 'pydantic' into dependabot/pip/aiohttp-3.10.2"}},{"before":null,"after":"1a96efeac6bba28984572d9992cd252893c5537e","ref":"refs/heads/dependabot/pip/aiohttp-3.10.2","pushedAt":"2024-08-20T00:19:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump aiohttp from 3.9.5 to 3.10.2\n\nBumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.2.\n- [Release notes](https://github.com/aio-libs/aiohttp/releases)\n- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)\n- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2)\n\n---\nupdated-dependencies:\n- dependency-name: aiohttp\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump aiohttp from 3.9.5 to 3.10.2"}},{"before":"0013d3d147e560f7ab91468663f28f31ccdb5ca9","after":"ca418deca239f15321c82858c1209c647d573b27","ref":"refs/heads/pydantic","pushedAt":"2024-08-20T00:00:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Add missing predict to batch postprocessing schema","shortMessageHtmlLink":"Add missing predict to batch postprocessing schema"}},{"before":"d6f56b0c6a33a85691aba5a3aebd33f3f60db02c","after":"0013d3d147e560f7ab91468663f28f31ccdb5ca9","ref":"refs/heads/pydantic","pushedAt":"2024-08-19T23:49:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Another attempt, numpy below v2","shortMessageHtmlLink":"Another attempt, numpy below v2"}},{"before":"b17733236e31209a591c67f1d4843ca52f4c7170","after":"d6f56b0c6a33a85691aba5a3aebd33f3f60db02c","ref":"refs/heads/pydantic","pushedAt":"2024-08-19T20:52:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Attempt to fix \"Numpy is not available\" in checks","shortMessageHtmlLink":"Attempt to fix \"Numpy is not available\" in checks"}},{"before":"833e07bb31761d4af14dd33ee4db2470dc3dfb39","after":"b17733236e31209a591c67f1d4843ca52f4c7170","ref":"refs/heads/pydantic","pushedAt":"2024-08-19T20:43:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"See if pandas upgrade will fix the numpy issue in checks","shortMessageHtmlLink":"See if pandas upgrade will fix the numpy issue in checks"}},{"before":"f2d9ad92aa2e1841339b5f86db08637cc0901a0d","after":"833e07bb31761d4af14dd33ee4db2470dc3dfb39","ref":"refs/heads/pydantic","pushedAt":"2024-08-19T20:07:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Reorganize LighterSystem methods","shortMessageHtmlLink":"Reorganize LighterSystem methods"}},{"before":"01d39ca6565facf9599e1b63d6b192e38d3dc0f9","after":"f2d9ad92aa2e1841339b5f86db08637cc0901a0d","ref":"refs/heads/pydantic","pushedAt":"2024-08-19T19:56:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"_lightning_module_methods_defined not needed anymore","shortMessageHtmlLink":"_lightning_module_methods_defined not needed anymore"}},{"before":"dafd22591159c01a38a4cd9c6af7d6ff8db00dfc","after":"01d39ca6565facf9599e1b63d6b192e38d3dc0f9","ref":"refs/heads/pydantic","pushedAt":"2024-08-19T19:43:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Fix mistake in schema","shortMessageHtmlLink":"Fix mistake in schema"}},{"before":"2be5b2b64e1edc8c99d0e38f66a5cfc2b2ed6828","after":"dafd22591159c01a38a4cd9c6af7d6ff8db00dfc","ref":"refs/heads/pydantic","pushedAt":"2024-08-19T18:36:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Add PatchedModuleDict, add missing \"test\" in ArgsConfigShema, use model_dump() and remove SubscriptableBaseModel","shortMessageHtmlLink":"Add PatchedModuleDict, add missing \"test\" in ArgsConfigShema, use mod…"}},{"before":"66ed41752b545459752a4d102e9d3467897b31d3","after":"2be5b2b64e1edc8c99d0e38f66a5cfc2b2ed6828","ref":"refs/heads/pydantic","pushedAt":"2024-08-12T21:08:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Fix validators in schema","shortMessageHtmlLink":"Fix validators in schema"}},{"before":"7fb944239e56e1f6a77568f77b8100b3efa2cfa5","after":"66ed41752b545459752a4d102e9d3467897b31d3","ref":"refs/heads/pydantic","pushedAt":"2024-08-11T20:27:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ibro45","name":"Ibrahim Hadzic","path":"/ibro45","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18015788?s=80&v=4"},"commit":{"message":"Match current Lighter's postprocessing scheme","shortMessageHtmlLink":"Match current Lighter's postprocessing scheme"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNFQyMjo0OToyNC4wMDAwMDBazwAAAAStOlw9","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0xMVQyMDoyNzo0My4wMDAwMDBazwAAAASXirSX"}},"title":"Activity · project-lighter/lighter"}