diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41a57e1b4..0c5137c52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,8 +84,9 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit rev: "0.5.24" hooks: - - id: uv-lock - entry: bash -c "uv lock --frozen" + - id: uv-sync + args: ["--frozen", "--all-packages", "--all-extras"] + - repo: https://github.com/zahorniak/pre-commit-circleci.git rev: v1.1.0 hooks: diff --git a/uv.lock b/uv.lock index 7a4d001bd..eada39add 100644 --- a/uv.lock +++ b/uv.lock @@ -367,7 +367,6 @@ wheels = [ [[package]] name = "codegen" -version = "0.5.3.dev23+g28194e2" source = { editable = "." } dependencies = [ { name = "anthropic" }, @@ -386,7 +385,6 @@ dependencies = [ { name = "hatchling" }, { name = "humanize" }, { name = "lazy-object-proxy" }, - { name = "loguru" }, { name = "mini-racer" }, { name = "networkx" }, { name = "openai" }, @@ -482,7 +480,6 @@ requires-dist = [ { name = "hatchling", specifier = ">=1.25.0" }, { name = "humanize", specifier = ">=4.10.0,<5.0.0" }, { name = "lazy-object-proxy", specifier = ">=0.0.0" }, - { name = "loguru", specifier = ">=0.7.2,<1.0.0" }, { name = "mini-racer", specifier = ">=0.12.4" }, { name = "networkx", specifier = ">=3.4.1" }, { name = "openai", specifier = "==1.59.9" }, @@ -1310,19 +1307,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b2/6d/f0160ea5a7bb7a62b3b3d56e9fc5024b440cb59555a90be2347abf2e7888/levenshtein-0.26.1-cp313-cp313-win_arm64.whl", hash = "sha256:c2599407e029865dc66d210b8804c7768cbdbf60f061d993bb488d5242b0b73e", size = 87792 }, ] -[[package]] -name = "loguru" -version = "0.7.3" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "colorama", marker = "sys_platform == 'win32'" }, - { name = "win32-setctime", marker = "sys_platform == 'win32'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/3a/05/a1dae3dffd1116099471c643b8924f5aa6524411dc6c63fdae648c4f1aca/loguru-0.7.3.tar.gz", hash = "sha256:19480589e77d47b8d85b2c827ad95d49bf31b0dcde16593892eb51dd18706eb6", size = 63559 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/0c/29/0348de65b8cc732daa3e33e67806420b2ae89bdce2b04af740289c5c6c8c/loguru-0.7.3-py3-none-any.whl", hash = "sha256:31a33c10c8e1e10422bfd431aeb5d351c7cf7fa671e3c4df004162264b28220c", size = 61595 }, -] - [[package]] name = "lsprotocol" version = "2023.0.1" @@ -2872,15 +2856,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/7b/c8/d529f8a32ce40d98309f4470780631e971a5a842b60aec864833b3615786/websockets-14.2-py3-none-any.whl", hash = "sha256:7a6ceec4ea84469f15cf15807a747e9efe57e369c384fa86e022b3bea679b79b", size = 157416 }, ] -[[package]] -name = "win32-setctime" -version = "1.2.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b3/8f/705086c9d734d3b663af0e9bb3d4de6578d08f46b1b101c2442fd9aecaa2/win32_setctime-1.2.0.tar.gz", hash = "sha256:ae1fdf948f5640aae05c511ade119313fb6a30d7eabe25fef9764dca5873c4c0", size = 4867 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e1/07/c6fe3ad3e685340704d314d765b7912993bcb8dc198f0e7a89382d37974b/win32_setctime-1.2.0-py3-none-any.whl", hash = "sha256:95d644c4e708aba81dc3704a116d8cbc974d70b3bdb8be1d150e36be6e9d1390", size = 4083 }, -] - [[package]] name = "wrapt" version = "1.17.2"