diff --git a/poetry.lock b/poetry.lock index a032dbaba..71b386119 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3394,7 +3394,7 @@ version = "5.1.2" description = "Call stack profiler for Python. Shows you why your code is slow!" optional = false python-versions = ">=3.8" -groups = ["dev"] +groups = ["main"] files = [ {file = "pyinstrument-5.1.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f224fe80ba288a00980af298d3808219f9d246fd95b4f91729c9c33a0dc54fe6"}, {file = "pyinstrument-5.1.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7df09fc0d5b72daf48b73cdf07738761bff7f656c81aff686b3ccdd7d2abe236"}, @@ -5110,4 +5110,4 @@ migration = ["psycopg2-binary"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "4dd6ccfc459064fb5335531d4ceb9c0f228279b1c95d0911e895232a51b90006" +content-hash = "4050934800e6dfcc5242d1847d3db69eb6e91d634c09368a28255ad3c908b568" diff --git a/pyproject.toml b/pyproject.toml index e21751064..f37d8d39e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ dependencies = [ "python-dotenv~=1.2.1", "greenlet~=3.3.0", "urllib3>=2.7.0", + "pyinstrument>=5.1.2", ] [project.scripts] @@ -84,7 +85,6 @@ dev = [ "types-mock~=5.2.0.20250924", "mock~=5.2.0", "grpcio-tools~=1.76.0", - "pyinstrument>=5.1.2", ] [tool.uv] diff --git a/uv.lock b/uv.lock index 1dedd40db..b6ec7487a 100644 --- a/uv.lock +++ b/uv.lock @@ -1302,6 +1302,7 @@ dependencies = [ { name = "protobuf" }, { name = "pycryptodomex" }, { name = "pydantic" }, + { name = "pyinstrument" }, { name = "pyjwt" }, { name = "pyln-client" }, { name = "pynostr" }, @@ -1347,7 +1348,6 @@ dev = [ { name = "openai" }, { name = "openapi-spec-validator" }, { name = "pre-commit" }, - { name = "pyinstrument" }, { name = "pytest" }, { name = "pytest-cov" }, { name = "pytest-httpserver" }, @@ -1388,6 +1388,7 @@ requires-dist = [ { name = "psycopg2-binary", marker = "extra == 'migration'", specifier = "~=2.9.11" }, { name = "pycryptodomex", specifier = "~=3.23.0" }, { name = "pydantic", specifier = "~=1.10.26" }, + { name = "pyinstrument", specifier = ">=5.1.2" }, { name = "pyjwt", specifier = "~=2.12.0" }, { name = "pyln-client", specifier = "~=25.12.0" }, { name = "pynostr", specifier = "~=0.7.0" }, @@ -1423,7 +1424,6 @@ dev = [ { name = "openai", specifier = "~=2.14.0" }, { name = "openapi-spec-validator", specifier = "~=0.7.2" }, { name = "pre-commit", specifier = "~=4.5.1" }, - { name = "pyinstrument", specifier = ">=5.1.2" }, { name = "pytest", specifier = "~=9.0.2" }, { name = "pytest-cov", specifier = "~=7.0.0" }, { name = "pytest-httpserver", specifier = "~=1.1.3" },