{"html_url": "https://github.com/simonw/datasette/issues/1125#issuecomment-738554392", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1125", "id": 738554392, "node_id": "MDEyOklzc3VlQ29tbWVudDczODU1NDM5Mg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-04T04:16:57Z", "updated_at": "2020-12-04T04:16:57Z", "author_association": "OWNER", "body": "https://latest.datasette.io/-/versions now shows this:\r\n```json\r\n{\r\n \"python\": {\r\n \"version\": \"3.8.6\",\r\n \"full\": \"3.8.6 (default, Nov 18 2020, 13:49:49) \\n[GCC 8.3.0]\"\r\n },\r\n \"datasette\": {\r\n \"version\": \"0.52.3\",\r\n \"note\": \"49d8fc056844d5a537d6cfd96dab0dd5686fe718\"\r\n },\r\n \"asgi\": \"3.0\",\r\n \"uvicorn\": \"0.12.3\",\r\n \"sqlite\": {\r\n \"version\": \"3.33.0\",\r\n \"fts_versions\": [\r\n \"FTS5\",\r\n \"FTS4\",\r\n \"FTS3\"\r\n ],\r\n \"extensions\": {\r\n \"json1\": null\r\n },\r\n \"compile_options\": []\r\n },\r\n \"pysqlite3\": \"0.4.4\"\r\n}\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 756622648, "label": "Show pysqlite3 version on /-/versions"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1125#issuecomment-738551280", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1125", "id": 738551280, "node_id": "MDEyOklzc3VlQ29tbWVudDczODU1MTI4MA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-04T04:03:54Z", "updated_at": "2020-12-04T04:03:54Z", "author_association": "OWNER", "body": "I'm going to check `pkg_resources.get_distribution(\"pysqlite3-binary\").version` too.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 756622648, "label": "Show pysqlite3 version on /-/versions"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1125#issuecomment-738550588", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1125", "id": 738550588, "node_id": "MDEyOklzc3VlQ29tbWVudDczODU1MDU4OA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-04T04:01:10Z", "updated_at": "2020-12-04T04:01:10Z", "author_association": "OWNER", "body": "Urgh, figuring out the version of `pysqlite3` is WAY harder than I expected. The `getversion` module looks like the smartest attempt at solving this problem generally, but I'd like to avoid adding another dependency just for this: https://github.com/smarie/python-getversion", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 756622648, "label": "Show pysqlite3 version on /-/versions"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1125#issuecomment-738548693", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1125", "id": 738548693, "node_id": "MDEyOklzc3VlQ29tbWVudDczODU0ODY5Mw==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-04T03:52:51Z", "updated_at": "2020-12-04T03:52:51Z", "author_association": "OWNER", "body": "That didn't work - https://latest.datasette.io/-/versions isn't showing the package.\r\n\r\nI bet that's because I'm actually installing `pysqlite3-binary` here: https://github.com/simonw/datasette/blob/e2fea36540e952d8d72c1bd0af7144b85b7a4671/.github/workflows/deploy-latest.yml#L57", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 756622648, "label": "Show pysqlite3 version on /-/versions"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1125#issuecomment-738347171", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1125", "id": 738347171, "node_id": "MDEyOklzc3VlQ29tbWVudDczODM0NzE3MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-03T22:04:52Z", "updated_at": "2020-12-03T22:04:52Z", "author_association": "OWNER", "body": "```\r\npkg_resources.get_distribution(\"pysqlite3\").version\r\nOut[14]: '0.4.4'\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 756622648, "label": "Show pysqlite3 version on /-/versions"}, "performed_via_github_app": null}