|
|
|
|
@ -68,15 +68,13 @@ trio = ["trio (>=0.31.0)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "archgw-modelserver"
|
|
|
|
|
version = "0.3.16"
|
|
|
|
|
version = "0.3.17"
|
|
|
|
|
description = "A model server for serving models"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "<4.0,>=3.10"
|
|
|
|
|
python-versions = ">=3.10"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "archgw_modelserver-0.3.16-py3-none-any.whl", hash = "sha256:f54c2bdf5f0070f1e0178fad41cd35d4561cfe82d08c4d072813e0ef75b24ee5"},
|
|
|
|
|
{file = "archgw_modelserver-0.3.16.tar.gz", hash = "sha256:6ceded5a305d3987212565fb943ae7a822aebdf622886bfdc9d18c3c8a400e38"},
|
|
|
|
|
]
|
|
|
|
|
files = []
|
|
|
|
|
develop = true
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
accelerate = ">=1.0.0,<2.0.0"
|
|
|
|
|
@ -86,19 +84,19 @@ httpx = "0.27.2"
|
|
|
|
|
openai = ">=1.50.2,<2.0.0"
|
|
|
|
|
opentelemetry-api = ">=1.28.0,<2.0.0"
|
|
|
|
|
opentelemetry-exporter-otlp = ">=1.28.0,<2.0.0"
|
|
|
|
|
opentelemetry-instrumentation-fastapi = ">=0.49b0,<0.50"
|
|
|
|
|
opentelemetry-instrumentation-fastapi = ">=0.49b0,<1.0"
|
|
|
|
|
opentelemetry-sdk = ">=1.28.0,<2.0.0"
|
|
|
|
|
overrides = ">=7.7.0,<8.0.0"
|
|
|
|
|
pydantic = ">=2.10.1,<3.0.0"
|
|
|
|
|
pytest = "*"
|
|
|
|
|
pytest-asyncio = "*"
|
|
|
|
|
pytest-httpserver = ">=1.1.0,<2.0.0"
|
|
|
|
|
pytest-retry = ">=1.6.3,<2.0.0"
|
|
|
|
|
setuptools = "75.5.0"
|
|
|
|
|
torch = "2.6.0"
|
|
|
|
|
transformers = ">=4.37.0,<5.0.0"
|
|
|
|
|
uvicorn = "0.31.0"
|
|
|
|
|
|
|
|
|
|
[package.source]
|
|
|
|
|
type = "directory"
|
|
|
|
|
url = "../../model_server"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "asgiref"
|
|
|
|
|
version = "3.10.0"
|
|
|
|
|
@ -129,19 +127,6 @@ files = [
|
|
|
|
|
{file = "attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "backports-asyncio-runner"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
description = "Backport of asyncio.Runner, a context manager that controls event loop life cycle."
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "<3.11,>=3.8"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
markers = "python_version == \"3.10\""
|
|
|
|
|
files = [
|
|
|
|
|
{file = "backports_asyncio_runner-1.2.0-py3-none-any.whl", hash = "sha256:0da0a936a8aeb554eccb426dc55af3ba63bcdc69fa1a600b5bb305413a4477b5"},
|
|
|
|
|
{file = "backports_asyncio_runner-1.2.0.tar.gz", hash = "sha256:a5aa7b2b7d8f8bfcaa2b57313f70792df84e32a2a746f585213373f900b42162"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "certifi"
|
|
|
|
|
version = "2025.10.5"
|
|
|
|
|
@ -303,7 +288,7 @@ files = [
|
|
|
|
|
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
|
|
|
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
|
|
|
|
]
|
|
|
|
|
markers = {main = "platform_system == \"Windows\" or sys_platform == \"win32\"", dev = "sys_platform == \"win32\""}
|
|
|
|
|
markers = {main = "platform_system == \"Windows\"", dev = "sys_platform == \"win32\""}
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dateparser"
|
|
|
|
|
@ -328,24 +313,6 @@ calendars = ["convertdate (>=2.2.1)", "hijridate"]
|
|
|
|
|
fasttext = ["fasttext (>=0.9.1)", "numpy (>=1.19.3,<2)"]
|
|
|
|
|
langdetect = ["langdetect (>=1.0.0)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "deprecated"
|
|
|
|
|
version = "1.2.18"
|
|
|
|
|
description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "Deprecated-1.2.18-py2.py3-none-any.whl", hash = "sha256:bd5011788200372a32418f888e326a09ff80d0214bd961147cfed01b5c018eec"},
|
|
|
|
|
{file = "deprecated-1.2.18.tar.gz", hash = "sha256:422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
wrapt = ">=1.10,<2"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "setuptools ; python_version >= \"3.12\"", "tox"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "distro"
|
|
|
|
|
version = "1.9.0"
|
|
|
|
|
@ -559,21 +526,35 @@ files = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hf-xet"
|
|
|
|
|
version = "1.1.10"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
description = "Fast transfer of large files with the Hugging Face Hub."
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
markers = "platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"arm64\" or platform_machine == \"aarch64\""
|
|
|
|
|
files = [
|
|
|
|
|
{file = "hf_xet-1.1.10-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:686083aca1a6669bc85c21c0563551cbcdaa5cf7876a91f3d074a030b577231d"},
|
|
|
|
|
{file = "hf_xet-1.1.10-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:71081925383b66b24eedff3013f8e6bbd41215c3338be4b94ba75fd75b21513b"},
|
|
|
|
|
{file = "hf_xet-1.1.10-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b6bceb6361c80c1cc42b5a7b4e3efd90e64630bcf11224dcac50ef30a47e435"},
|
|
|
|
|
{file = "hf_xet-1.1.10-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:eae7c1fc8a664e54753ffc235e11427ca61f4b0477d757cc4eb9ae374b69f09c"},
|
|
|
|
|
{file = "hf_xet-1.1.10-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:0a0005fd08f002180f7a12d4e13b22be277725bc23ed0529f8add5c7a6309c06"},
|
|
|
|
|
{file = "hf_xet-1.1.10-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:f900481cf6e362a6c549c61ff77468bd59d6dd082f3170a36acfef2eb6a6793f"},
|
|
|
|
|
{file = "hf_xet-1.1.10-cp37-abi3-win_amd64.whl", hash = "sha256:5f54b19cc347c13235ae7ee98b330c26dd65ef1df47e5316ffb1e87713ca7045"},
|
|
|
|
|
{file = "hf_xet-1.1.10.tar.gz", hash = "sha256:408aef343800a2102374a883f283ff29068055c111f003ff840733d3b715bb97"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:ceeefcd1b7aed4956ae8499e2199607765fbd1c60510752003b6cc0b8413b649"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:b70218dd548e9840224df5638fdc94bd033552963cfa97f9170829381179c813"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d40b18769bb9a8bc82a9ede575ce1a44c75eb80e7375a01d76259089529b5dc"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:cd3a6027d59cfb60177c12d6424e31f4b5ff13d8e3a1247b3a584bf8977e6df5"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:6de1fc44f58f6dd937956c8d304d8c2dea264c80680bcfa61ca4a15e7b76780f"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:f182f264ed2acd566c514e45da9f2119110e48a87a327ca271027904c70c5832"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp313-cp313t-win_amd64.whl", hash = "sha256:293a7a3787e5c95d7be1857358a9130694a9c6021de3f27fa233f37267174382"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:10bfab528b968c70e062607f663e21e34e2bba349e8038db546646875495179e"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2a212e842647b02eb6a911187dc878e79c4aa0aa397e88dd3b26761676e8c1f8"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:30e06daccb3a7d4c065f34fc26c14c74f4653069bb2b194e7f18f17cbe9939c0"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:29c8fc913a529ec0a91867ce3d119ac1aac966e098cf49501800c870328cc090"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e159cbfcfbb29f920db2c09ed8b660eb894640d284f102ada929b6e3dc410a"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:9c91d5ae931510107f148874e9e2de8a16052b6f1b3ca3c1b12f15ccb491390f"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp314-cp314t-win_amd64.whl", hash = "sha256:210d577732b519ac6ede149d2f2f34049d44e8622bf14eb3d63bbcd2d4b332dc"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:46740d4ac024a7ca9b22bebf77460ff43332868b661186a8e46c227fdae01848"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:27df617a076420d8845bea087f59303da8be17ed7ec0cd7ee3b9b9f579dff0e4"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3651fd5bfe0281951b988c0facbe726aa5e347b103a675f49a3fa8144c7968fd"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:d06fa97c8562fb3ee7a378dd9b51e343bc5bc8190254202c9771029152f5e08c"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:4c1428c9ae73ec0939410ec73023c4f842927f39db09b063b9482dac5a3bb737"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:a55558084c16b09b5ed32ab9ed38421e2d87cf3f1f89815764d1177081b99865"},
|
|
|
|
|
{file = "hf_xet-1.2.0-cp37-abi3-win_amd64.whl", hash = "sha256:e6584a52253f72c9f52f9e549d5895ca7a471608495c4ecaa6cc73dba2b24d69"},
|
|
|
|
|
{file = "hf_xet-1.2.0.tar.gz", hash = "sha256:a8c27070ca547293b6890c4bf389f713f80e8c478631432962bb7f4bc0bd7d7f"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
@ -683,14 +664,14 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "importlib-metadata"
|
|
|
|
|
version = "8.5.0"
|
|
|
|
|
version = "8.7.0"
|
|
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "importlib_metadata-8.5.0-py3-none-any.whl", hash = "sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b"},
|
|
|
|
|
{file = "importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7"},
|
|
|
|
|
{file = "importlib_metadata-8.7.0-py3-none-any.whl", hash = "sha256:e5dd1551894c77868a30651cef00984d50e1002d06942a7101d34870c5f02afd"},
|
|
|
|
|
{file = "importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
@ -702,7 +683,7 @@ cover = ["pytest-cov"]
|
|
|
|
|
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
|
|
|
|
enabler = ["pytest-enabler (>=2.2)"]
|
|
|
|
|
perf = ["ipython"]
|
|
|
|
|
test = ["flufl.flake8", "importlib-resources (>=1.3) ; python_version < \"3.9\"", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.9.2)"]
|
|
|
|
|
test = ["flufl.flake8", "importlib_resources (>=1.3) ; python_version < \"3.9\"", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.9.2)"]
|
|
|
|
|
type = ["pytest-mypy"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
@ -711,7 +692,7 @@ version = "2.3.0"
|
|
|
|
|
description = "brain-dead simple config-ini parsing"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.10"
|
|
|
|
|
groups = ["main", "dev"]
|
|
|
|
|
groups = ["dev"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12"},
|
|
|
|
|
{file = "iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730"},
|
|
|
|
|
@ -1008,6 +989,7 @@ description = "Python package for creating and manipulating graphs and networks"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.10"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
markers = "python_version < \"3.13\""
|
|
|
|
|
files = [
|
|
|
|
|
{file = "networkx-3.4.2-py3-none-any.whl", hash = "sha256:df5d4365b724cf81b8c6a7312509d0c22386097011ad1abe274afd5e9d3bbc5f"},
|
|
|
|
|
{file = "networkx-3.4.2.tar.gz", hash = "sha256:307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1"},
|
|
|
|
|
@ -1021,6 +1003,28 @@ example = ["cairocffi (>=1.7)", "contextily (>=1.6)", "igraph (>=0.11)", "momepy
|
|
|
|
|
extra = ["lxml (>=4.6)", "pydot (>=3.0.1)", "pygraphviz (>=1.14)", "sympy (>=1.10)"]
|
|
|
|
|
test = ["pytest (>=7.2)", "pytest-cov (>=4.0)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "networkx"
|
|
|
|
|
version = "3.5"
|
|
|
|
|
description = "Python package for creating and manipulating graphs and networks"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.11"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
markers = "python_version >= \"3.13\""
|
|
|
|
|
files = [
|
|
|
|
|
{file = "networkx-3.5-py3-none-any.whl", hash = "sha256:0030d386a9a06dee3565298b4a734b68589749a544acbb6c412dc9e2489ec6ec"},
|
|
|
|
|
{file = "networkx-3.5.tar.gz", hash = "sha256:d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
default = ["matplotlib (>=3.8)", "numpy (>=1.25)", "pandas (>=2.0)", "scipy (>=1.11.2)"]
|
|
|
|
|
developer = ["mypy (>=1.15)", "pre-commit (>=4.1)"]
|
|
|
|
|
doc = ["intersphinx-registry", "myst-nb (>=1.1)", "numpydoc (>=1.8.0)", "pillow (>=10)", "pydata-sphinx-theme (>=0.16)", "sphinx (>=8.0)", "sphinx-gallery (>=0.18)", "texext (>=0.6.7)"]
|
|
|
|
|
example = ["cairocffi (>=1.7)", "contextily (>=1.6)", "igraph (>=0.11)", "momepy (>=0.7.2)", "osmnx (>=2.0.0)", "scikit-learn (>=1.5)", "seaborn (>=0.13)"]
|
|
|
|
|
extra = ["lxml (>=4.6)", "pydot (>=3.0.1)", "pygraphviz (>=1.14)", "sympy (>=1.10)"]
|
|
|
|
|
test = ["pytest (>=7.2)", "pytest-cov (>=4.0)", "pytest-xdist (>=3.0)"]
|
|
|
|
|
test-extras = ["pytest-mpl", "pytest-randomly"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "numpy"
|
|
|
|
|
version = "2.2.6"
|
|
|
|
|
@ -1028,6 +1032,7 @@ description = "Fundamental package for array computing in Python"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.10"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
markers = "python_version < \"3.13\""
|
|
|
|
|
files = [
|
|
|
|
|
{file = "numpy-2.2.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b412caa66f72040e6d268491a59f2c43bf03eb6c96dd8f0307829feb7fa2b6fb"},
|
|
|
|
|
{file = "numpy-2.2.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8e41fd67c52b86603a91c1a505ebaef50b3314de0213461c7a6e99c9a3beff90"},
|
|
|
|
|
@ -1086,6 +1091,91 @@ files = [
|
|
|
|
|
{file = "numpy-2.2.6.tar.gz", hash = "sha256:e29554e2bef54a90aa5cc07da6ce955accb83f21ab5de01a62c8478897b264fd"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "numpy"
|
|
|
|
|
version = "2.3.4"
|
|
|
|
|
description = "Fundamental package for array computing in Python"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.11"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
markers = "python_version >= \"3.13\""
|
|
|
|
|
files = [
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e78aecd2800b32e8347ce49316d3eaf04aed849cd5b38e0af39f829a4e59f5eb"},
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7fd09cc5d65bda1e79432859c40978010622112e9194e581e3415a3eccc7f43f"},
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:1b219560ae2c1de48ead517d085bc2d05b9433f8e49d0955c82e8cd37bd7bf36"},
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:bafa7d87d4c99752d07815ed7a2c0964f8ab311eb8168f41b910bd01d15b6032"},
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:36dc13af226aeab72b7abad501d370d606326a0029b9f435eacb3b8c94b8a8b7"},
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a7b2f9a18b5ff9824a6af80de4f37f4ec3c2aab05ef08f51c77a093f5b89adda"},
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:9984bd645a8db6ca15d850ff996856d8762c51a2239225288f08f9050ca240a0"},
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:64c5825affc76942973a70acf438a8ab618dbd692b84cd5ec40a0a0509edc09a"},
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-win32.whl", hash = "sha256:ed759bf7a70342f7817d88376eb7142fab9fef8320d6019ef87fae05a99874e1"},
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-win_amd64.whl", hash = "sha256:faba246fb30ea2a526c2e9645f61612341de1a83fb1e0c5edf4ddda5a9c10996"},
|
|
|
|
|
{file = "numpy-2.3.4-cp311-cp311-win_arm64.whl", hash = "sha256:4c01835e718bcebe80394fd0ac66c07cbb90147ebbdad3dcecd3f25de2ae7e2c"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:ef1b5a3e808bc40827b5fa2c8196151a4c5abe110e1726949d7abddfe5c7ae11"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c2f91f496a87235c6aaf6d3f3d89b17dba64996abadccb289f48456cff931ca9"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:f77e5b3d3da652b474cc80a14084927a5e86a5eccf54ca8ca5cbd697bf7f2667"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:8ab1c5f5ee40d6e01cbe96de5863e39b215a4d24e7d007cad56c7184fdf4aeef"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:77b84453f3adcb994ddbd0d1c5d11db2d6bda1a2b7fd5ac5bd4649d6f5dc682e"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4121c5beb58a7f9e6dfdee612cb24f4df5cd4db6e8261d7f4d7450a997a65d6a"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:65611ecbb00ac9846efe04db15cbe6186f562f6bb7e5e05f077e53a599225d16"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:dabc42f9c6577bcc13001b8810d300fe814b4cfbe8a92c873f269484594f9786"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-win32.whl", hash = "sha256:a49d797192a8d950ca59ee2d0337a4d804f713bb5c3c50e8db26d49666e351dc"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-win_amd64.whl", hash = "sha256:985f1e46358f06c2a09921e8921e2c98168ed4ae12ccd6e5e87a4f1857923f32"},
|
|
|
|
|
{file = "numpy-2.3.4-cp312-cp312-win_arm64.whl", hash = "sha256:4635239814149e06e2cb9db3dd584b2fa64316c96f10656983b8026a82e6e4db"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:c090d4860032b857d94144d1a9976b8e36709e40386db289aaf6672de2a81966"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:a13fc473b6db0be619e45f11f9e81260f7302f8d180c49a22b6e6120022596b3"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:3634093d0b428e6c32c3a69b78e554f0cd20ee420dcad5a9f3b2a63762ce4197"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:043885b4f7e6e232d7df4f51ffdef8c36320ee9d5f227b380ea636722c7ed12e"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4ee6a571d1e4f0ea6d5f22d6e5fbd6ed1dc2b18542848e1e7301bd190500c9d7"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fc8a63918b04b8571789688b2780ab2b4a33ab44bfe8ccea36d3eba51228c953"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:40cc556d5abbc54aabe2b1ae287042d7bdb80c08edede19f0c0afb36ae586f37"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:ecb63014bb7f4ce653f8be7f1df8cbc6093a5a2811211770f6606cc92b5a78fd"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-win32.whl", hash = "sha256:e8370eb6925bb8c1c4264fec52b0384b44f675f191df91cbe0140ec9f0955646"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-win_amd64.whl", hash = "sha256:56209416e81a7893036eea03abcb91c130643eb14233b2515c90dcac963fe99d"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313-win_arm64.whl", hash = "sha256:a700a4031bc0fd6936e78a752eefb79092cecad2599ea9c8039c548bc097f9bc"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:86966db35c4040fdca64f0816a1c1dd8dbd027d90fca5a57e00e1ca4cd41b879"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:838f045478638b26c375ee96ea89464d38428c69170360b23a1a50fa4baa3562"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:d7315ed1dab0286adca467377c8381cd748f3dc92235f22a7dfc42745644a96a"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:84f01a4d18b2cc4ade1814a08e5f3c907b079c847051d720fad15ce37aa930b6"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:817e719a868f0dacde4abdfc5c1910b301877970195db9ab6a5e2c4bd5b121f7"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:85e071da78d92a214212cacea81c6da557cab307f2c34b5f85b628e94803f9c0"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:2ec646892819370cf3558f518797f16597b4e4669894a2ba712caccc9da53f1f"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:035796aaaddfe2f9664b9a9372f089cfc88bd795a67bd1bfe15e6e770934cf64"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-win32.whl", hash = "sha256:fea80f4f4cf83b54c3a051f2f727870ee51e22f0248d3114b8e755d160b38cfb"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-win_amd64.whl", hash = "sha256:15eea9f306b98e0be91eb344a94c0e630689ef302e10c2ce5f7e11905c704f9c"},
|
|
|
|
|
{file = "numpy-2.3.4-cp313-cp313t-win_arm64.whl", hash = "sha256:b6c231c9c2fadbae4011ca5e7e83e12dc4a5072f1a1d85a0a7b3ed754d145a40"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:81c3e6d8c97295a7360d367f9f8553973651b76907988bb6066376bc2252f24e"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:7c26b0b2bf58009ed1f38a641f3db4be8d960a417ca96d14e5b06df1506d41ff"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:62b2198c438058a20b6704351b35a1d7db881812d8512d67a69c9de1f18ca05f"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-macosx_14_0_x86_64.whl", hash = "sha256:9d729d60f8d53a7361707f4b68a9663c968882dd4f09e0d58c044c8bf5faee7b"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bd0c630cf256b0a7fd9d0a11c9413b42fef5101219ce6ed5a09624f5a65392c7"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d5e081bc082825f8b139f9e9fe42942cb4054524598aaeb177ff476cc76d09d2"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:15fb27364ed84114438fff8aaf998c9e19adbeba08c0b75409f8c452a8692c52"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:85d9fb2d8cd998c84d13a79a09cc0c1091648e848e4e6249b0ccd7f6b487fa26"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-win32.whl", hash = "sha256:e73d63fd04e3a9d6bc187f5455d81abfad05660b212c8804bf3b407e984cd2bc"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-win_amd64.whl", hash = "sha256:3da3491cee49cf16157e70f607c03a217ea6647b1cea4819c4f48e53d49139b9"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314-win_arm64.whl", hash = "sha256:6d9cd732068e8288dbe2717177320723ccec4fb064123f0caf9bbd90ab5be868"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:22758999b256b595cf0b1d102b133bb61866ba5ceecf15f759623b64c020c9ec"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:9cb177bc55b010b19798dc5497d540dea67fd13a8d9e882b2dae71de0cf09eb3"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:0f2bcc76f1e05e5ab58893407c63d90b2029908fa41f9f1cc51eecce936c3365"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-macosx_14_0_x86_64.whl", hash = "sha256:8dc20bde86802df2ed8397a08d793da0ad7a5fd4ea3ac85d757bf5dd4ad7c252"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5e199c087e2aa71c8f9ce1cb7a8e10677dc12457e7cc1be4798632da37c3e86e"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:85597b2d25ddf655495e2363fe044b0ae999b75bc4d630dc0d886484b03a5eb0"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:04a69abe45b49c5955923cf2c407843d1c85013b424ae8a560bba16c92fe44a0"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:e1708fac43ef8b419c975926ce1eaf793b0c13b7356cfab6ab0dc34c0a02ac0f"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-win32.whl", hash = "sha256:863e3b5f4d9915aaf1b8ec79ae560ad21f0b8d5e3adc31e73126491bb86dee1d"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-win_amd64.whl", hash = "sha256:962064de37b9aef801d33bc579690f8bfe6c5e70e29b61783f60bcba838a14d6"},
|
|
|
|
|
{file = "numpy-2.3.4-cp314-cp314t-win_arm64.whl", hash = "sha256:8b5a9a39c45d852b62693d9b3f3e0fe052541f804296ff401a72a1b60edafb29"},
|
|
|
|
|
{file = "numpy-2.3.4-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:6e274603039f924c0fe5cb73438fa9246699c78a6df1bd3decef9ae592ae1c05"},
|
|
|
|
|
{file = "numpy-2.3.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:d149aee5c72176d9ddbc6803aef9c0f6d2ceeea7626574fc68518da5476fa346"},
|
|
|
|
|
{file = "numpy-2.3.4-pp311-pypy311_pp73-macosx_14_0_arm64.whl", hash = "sha256:6d34ed9db9e6395bb6cd33286035f73a59b058169733a9db9f85e650b88df37e"},
|
|
|
|
|
{file = "numpy-2.3.4-pp311-pypy311_pp73-macosx_14_0_x86_64.whl", hash = "sha256:fdebe771ca06bb8d6abce84e51dca9f7921fe6ad34a0c914541b063e9a68928b"},
|
|
|
|
|
{file = "numpy-2.3.4-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:957e92defe6c08211eb77902253b14fe5b480ebc5112bc741fd5e9cd0608f847"},
|
|
|
|
|
{file = "numpy-2.3.4-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:13b9062e4f5c7ee5c7e5be96f29ba71bc5a37fed3d1d77c37390ae00724d296d"},
|
|
|
|
|
{file = "numpy-2.3.4-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:81b3a59793523e552c4a96109dde028aa4448ae06ccac5a76ff6532a85558a7f"},
|
|
|
|
|
{file = "numpy-2.3.4.tar.gz", hash = "sha256:a7d018bfedb375a8d979ac758b120ba846a7fe764911a64465fd87b8729f4a6a"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "nvidia-cublas-cu12"
|
|
|
|
|
version = "12.4.5.8"
|
|
|
|
|
@ -1309,213 +1399,216 @@ voice-helpers = ["numpy (>=2.0.2)", "sounddevice (>=0.5.1)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-api"
|
|
|
|
|
version = "1.28.2"
|
|
|
|
|
version = "1.38.0"
|
|
|
|
|
description = "OpenTelemetry Python API"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_api-1.28.2-py3-none-any.whl", hash = "sha256:6fcec89e265beb258fe6b1acaaa3c8c705a934bd977b9f534a2b7c0d2d4275a6"},
|
|
|
|
|
{file = "opentelemetry_api-1.28.2.tar.gz", hash = "sha256:ecdc70c7139f17f9b0cf3742d57d7020e3e8315d6cffcdf1a12a905d45b19cc0"},
|
|
|
|
|
{file = "opentelemetry_api-1.38.0-py3-none-any.whl", hash = "sha256:2891b0197f47124454ab9f0cf58f3be33faca394457ac3e09daba13ff50aa582"},
|
|
|
|
|
{file = "opentelemetry_api-1.38.0.tar.gz", hash = "sha256:f4c193b5e8acb0912b06ac5b16321908dd0843d75049c091487322284a3eea12"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
deprecated = ">=1.2.6"
|
|
|
|
|
importlib-metadata = ">=6.0,<=8.5.0"
|
|
|
|
|
importlib-metadata = ">=6.0,<8.8.0"
|
|
|
|
|
typing-extensions = ">=4.5.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-exporter-otlp"
|
|
|
|
|
version = "1.28.2"
|
|
|
|
|
version = "1.38.0"
|
|
|
|
|
description = "OpenTelemetry Collector Exporters"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_exporter_otlp-1.28.2-py3-none-any.whl", hash = "sha256:b50f6d4a80e6bcd329e36f360ac486ecfa106ea704d6226ceea05d3a48455f70"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp-1.28.2.tar.gz", hash = "sha256:45f8d7fe4cdd41526464b542ce91b1fd1ae661be92d2c6cba71a3d948b2bdf70"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp-1.38.0-py3-none-any.whl", hash = "sha256:bc6562cef229fac8887ed7109fc5abc52315f39d9c03fd487bb8b4ef8fbbc231"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp-1.38.0.tar.gz", hash = "sha256:2f55acdd475e4136117eff20fbf1b9488b1b0b665ab64407516e1ac06f9c3f9d"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
opentelemetry-exporter-otlp-proto-grpc = "1.28.2"
|
|
|
|
|
opentelemetry-exporter-otlp-proto-http = "1.28.2"
|
|
|
|
|
opentelemetry-exporter-otlp-proto-grpc = "1.38.0"
|
|
|
|
|
opentelemetry-exporter-otlp-proto-http = "1.38.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-exporter-otlp-proto-common"
|
|
|
|
|
version = "1.28.2"
|
|
|
|
|
version = "1.38.0"
|
|
|
|
|
description = "OpenTelemetry Protobuf encoding"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_common-1.28.2-py3-none-any.whl", hash = "sha256:545b1943b574f666c35b3d6cc67cb0b111060727e93a1e2866e346b33bff2a12"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_common-1.28.2.tar.gz", hash = "sha256:7aebaa5fc9ff6029374546df1f3a62616fda07fccd9c6a8b7892ec130dd8baca"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_common-1.38.0-py3-none-any.whl", hash = "sha256:03cb76ab213300fe4f4c62b7d8f17d97fcfd21b89f0b5ce38ea156327ddda74a"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_common-1.38.0.tar.gz", hash = "sha256:e333278afab4695aa8114eeb7bf4e44e65c6607d54968271a249c180b2cb605c"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
opentelemetry-proto = "1.28.2"
|
|
|
|
|
opentelemetry-proto = "1.38.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-exporter-otlp-proto-grpc"
|
|
|
|
|
version = "1.28.2"
|
|
|
|
|
version = "1.38.0"
|
|
|
|
|
description = "OpenTelemetry Collector Protobuf over gRPC Exporter"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_grpc-1.28.2-py3-none-any.whl", hash = "sha256:6083d9300863aab35bfce7c172d5fc1007686e6f8dff366eae460cd9a21592e2"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_grpc-1.28.2.tar.gz", hash = "sha256:07c10378380bbb01a7f621a5ce833fc1fab816e971140cd3ea1cd587840bc0e6"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_grpc-1.38.0-py3-none-any.whl", hash = "sha256:7c49fd9b4bd0dbe9ba13d91f764c2d20b0025649a6e4ac35792fb8d84d764bc7"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_grpc-1.38.0.tar.gz", hash = "sha256:2473935e9eac71f401de6101d37d6f3f0f1831db92b953c7dcc912536158ebd6"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
deprecated = ">=1.2.6"
|
|
|
|
|
googleapis-common-protos = ">=1.52,<2.0"
|
|
|
|
|
grpcio = ">=1.63.2,<2.0.0"
|
|
|
|
|
googleapis-common-protos = ">=1.57,<2.0"
|
|
|
|
|
grpcio = [
|
|
|
|
|
{version = ">=1.63.2,<2.0.0", markers = "python_version < \"3.13\""},
|
|
|
|
|
{version = ">=1.66.2,<2.0.0", markers = "python_version >= \"3.13\""},
|
|
|
|
|
]
|
|
|
|
|
opentelemetry-api = ">=1.15,<2.0"
|
|
|
|
|
opentelemetry-exporter-otlp-proto-common = "1.28.2"
|
|
|
|
|
opentelemetry-proto = "1.28.2"
|
|
|
|
|
opentelemetry-sdk = ">=1.28.2,<1.29.0"
|
|
|
|
|
opentelemetry-exporter-otlp-proto-common = "1.38.0"
|
|
|
|
|
opentelemetry-proto = "1.38.0"
|
|
|
|
|
opentelemetry-sdk = ">=1.38.0,<1.39.0"
|
|
|
|
|
typing-extensions = ">=4.6.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-exporter-otlp-proto-http"
|
|
|
|
|
version = "1.28.2"
|
|
|
|
|
version = "1.38.0"
|
|
|
|
|
description = "OpenTelemetry Collector Protobuf over HTTP Exporter"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_http-1.28.2-py3-none-any.whl", hash = "sha256:af921c18212a56ef4be68458ba475791c0517ebfd8a2ff04669c9cd477d90ff2"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_http-1.28.2.tar.gz", hash = "sha256:d9b353d67217f091aaf4cfe8693c170973bb3e90a558992570d97020618fda79"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_http-1.38.0-py3-none-any.whl", hash = "sha256:84b937305edfc563f08ec69b9cb2298be8188371217e867c1854d77198d0825b"},
|
|
|
|
|
{file = "opentelemetry_exporter_otlp_proto_http-1.38.0.tar.gz", hash = "sha256:f16bd44baf15cbe07633c5112ffc68229d0edbeac7b37610be0b2def4e21e90b"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
deprecated = ">=1.2.6"
|
|
|
|
|
googleapis-common-protos = ">=1.52,<2.0"
|
|
|
|
|
opentelemetry-api = ">=1.15,<2.0"
|
|
|
|
|
opentelemetry-exporter-otlp-proto-common = "1.28.2"
|
|
|
|
|
opentelemetry-proto = "1.28.2"
|
|
|
|
|
opentelemetry-sdk = ">=1.28.2,<1.29.0"
|
|
|
|
|
opentelemetry-exporter-otlp-proto-common = "1.38.0"
|
|
|
|
|
opentelemetry-proto = "1.38.0"
|
|
|
|
|
opentelemetry-sdk = ">=1.38.0,<1.39.0"
|
|
|
|
|
requests = ">=2.7,<3.0"
|
|
|
|
|
typing-extensions = ">=4.5.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-instrumentation"
|
|
|
|
|
version = "0.49b2"
|
|
|
|
|
version = "0.59b0"
|
|
|
|
|
description = "Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_instrumentation-0.49b2-py3-none-any.whl", hash = "sha256:f6d782b0ef9fef4a4c745298651c65f5c532c34cd4c40d230ab5b9f3b3b4d151"},
|
|
|
|
|
{file = "opentelemetry_instrumentation-0.49b2.tar.gz", hash = "sha256:8cf00cc8d9d479e4b72adb9bd267ec544308c602b7188598db5a687e77b298e2"},
|
|
|
|
|
{file = "opentelemetry_instrumentation-0.59b0-py3-none-any.whl", hash = "sha256:44082cc8fe56b0186e87ee8f7c17c327c4c2ce93bdbe86496e600985d74368ee"},
|
|
|
|
|
{file = "opentelemetry_instrumentation-0.59b0.tar.gz", hash = "sha256:6010f0faaacdaf7c4dff8aac84e226d23437b331dcda7e70367f6d73a7db1adc"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
opentelemetry-api = ">=1.4,<2.0"
|
|
|
|
|
opentelemetry-semantic-conventions = "0.49b2"
|
|
|
|
|
opentelemetry-semantic-conventions = "0.59b0"
|
|
|
|
|
packaging = ">=18.0"
|
|
|
|
|
wrapt = ">=1.0.0,<2.0.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-instrumentation-asgi"
|
|
|
|
|
version = "0.49b2"
|
|
|
|
|
version = "0.59b0"
|
|
|
|
|
description = "ASGI instrumentation for OpenTelemetry"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_instrumentation_asgi-0.49b2-py3-none-any.whl", hash = "sha256:c8ede13ed781402458a800411cb7ec16a25386dc21de8e5b9a568b386a1dc5f4"},
|
|
|
|
|
{file = "opentelemetry_instrumentation_asgi-0.49b2.tar.gz", hash = "sha256:2af5faf062878330714efe700127b837038c4d9d3b70b451ab2424d5076d6c1c"},
|
|
|
|
|
{file = "opentelemetry_instrumentation_asgi-0.59b0-py3-none-any.whl", hash = "sha256:ba9703e09d2c33c52fa798171f344c8123488fcd45017887981df088452d3c53"},
|
|
|
|
|
{file = "opentelemetry_instrumentation_asgi-0.59b0.tar.gz", hash = "sha256:2509d6fe9fd829399ce3536e3a00426c7e3aa359fc1ed9ceee1628b56da40e7a"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
asgiref = ">=3.0,<4.0"
|
|
|
|
|
opentelemetry-api = ">=1.12,<2.0"
|
|
|
|
|
opentelemetry-instrumentation = "0.49b2"
|
|
|
|
|
opentelemetry-semantic-conventions = "0.49b2"
|
|
|
|
|
opentelemetry-util-http = "0.49b2"
|
|
|
|
|
opentelemetry-instrumentation = "0.59b0"
|
|
|
|
|
opentelemetry-semantic-conventions = "0.59b0"
|
|
|
|
|
opentelemetry-util-http = "0.59b0"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
instruments = ["asgiref (>=3.0,<4.0)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-instrumentation-fastapi"
|
|
|
|
|
version = "0.49b2"
|
|
|
|
|
version = "0.59b0"
|
|
|
|
|
description = "OpenTelemetry FastAPI Instrumentation"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_instrumentation_fastapi-0.49b2-py3-none-any.whl", hash = "sha256:c66331d05bf806d7ca4f9579c1db7383aad31a9f6665dbaa2b7c9a4c1e830892"},
|
|
|
|
|
{file = "opentelemetry_instrumentation_fastapi-0.49b2.tar.gz", hash = "sha256:3aa81ed7acf6aa5236d96e90a1218c5e84a9c0dce8fa63bf34ceee6218354b63"},
|
|
|
|
|
{file = "opentelemetry_instrumentation_fastapi-0.59b0-py3-none-any.whl", hash = "sha256:0d8d00ff7d25cca40a4b2356d1d40a8f001e0668f60c102f5aa6bb721d660c4f"},
|
|
|
|
|
{file = "opentelemetry_instrumentation_fastapi-0.59b0.tar.gz", hash = "sha256:e8fe620cfcca96a7d634003df1bc36a42369dedcdd6893e13fb5903aeeb89b2b"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
opentelemetry-api = ">=1.12,<2.0"
|
|
|
|
|
opentelemetry-instrumentation = "0.49b2"
|
|
|
|
|
opentelemetry-instrumentation-asgi = "0.49b2"
|
|
|
|
|
opentelemetry-semantic-conventions = "0.49b2"
|
|
|
|
|
opentelemetry-util-http = "0.49b2"
|
|
|
|
|
opentelemetry-instrumentation = "0.59b0"
|
|
|
|
|
opentelemetry-instrumentation-asgi = "0.59b0"
|
|
|
|
|
opentelemetry-semantic-conventions = "0.59b0"
|
|
|
|
|
opentelemetry-util-http = "0.59b0"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
instruments = ["fastapi (>=0.58,<1.0)"]
|
|
|
|
|
instruments = ["fastapi (>=0.92,<1.0)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-proto"
|
|
|
|
|
version = "1.28.2"
|
|
|
|
|
version = "1.38.0"
|
|
|
|
|
description = "OpenTelemetry Python Proto"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_proto-1.28.2-py3-none-any.whl", hash = "sha256:0837498f59db55086462915e5898d0b1a18c1392f6db4d7e937143072a72370c"},
|
|
|
|
|
{file = "opentelemetry_proto-1.28.2.tar.gz", hash = "sha256:7c0d125a6b71af88bfeeda16bfdd0ff63dc2cf0039baf6f49fa133b203e3f566"},
|
|
|
|
|
{file = "opentelemetry_proto-1.38.0-py3-none-any.whl", hash = "sha256:b6ebe54d3217c42e45462e2a1ae28c3e2bf2ec5a5645236a490f55f45f1a0a18"},
|
|
|
|
|
{file = "opentelemetry_proto-1.38.0.tar.gz", hash = "sha256:88b161e89d9d372ce723da289b7da74c3a8354a8e5359992be813942969ed468"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
protobuf = ">=5.0,<6.0"
|
|
|
|
|
protobuf = ">=5.0,<7.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-sdk"
|
|
|
|
|
version = "1.28.2"
|
|
|
|
|
version = "1.38.0"
|
|
|
|
|
description = "OpenTelemetry Python SDK"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_sdk-1.28.2-py3-none-any.whl", hash = "sha256:93336c129556f1e3ccd21442b94d3521759541521861b2214c499571b85cb71b"},
|
|
|
|
|
{file = "opentelemetry_sdk-1.28.2.tar.gz", hash = "sha256:5fed24c5497e10df30282456fe2910f83377797511de07d14cec0d3e0a1a3110"},
|
|
|
|
|
{file = "opentelemetry_sdk-1.38.0-py3-none-any.whl", hash = "sha256:1c66af6564ecc1553d72d811a01df063ff097cdc82ce188da9951f93b8d10f6b"},
|
|
|
|
|
{file = "opentelemetry_sdk-1.38.0.tar.gz", hash = "sha256:93df5d4d871ed09cb4272305be4d996236eedb232253e3ab864c8620f051cebe"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
opentelemetry-api = "1.28.2"
|
|
|
|
|
opentelemetry-semantic-conventions = "0.49b2"
|
|
|
|
|
typing-extensions = ">=3.7.4"
|
|
|
|
|
opentelemetry-api = "1.38.0"
|
|
|
|
|
opentelemetry-semantic-conventions = "0.59b0"
|
|
|
|
|
typing-extensions = ">=4.5.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-semantic-conventions"
|
|
|
|
|
version = "0.49b2"
|
|
|
|
|
version = "0.59b0"
|
|
|
|
|
description = "OpenTelemetry Semantic Conventions"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_semantic_conventions-0.49b2-py3-none-any.whl", hash = "sha256:51e7e1d0daa958782b6c2a8ed05e5f0e7dd0716fc327ac058777b8659649ee54"},
|
|
|
|
|
{file = "opentelemetry_semantic_conventions-0.49b2.tar.gz", hash = "sha256:44e32ce6a5bb8d7c0c617f84b9dc1c8deda1045a07dc16a688cc7cbeab679997"},
|
|
|
|
|
{file = "opentelemetry_semantic_conventions-0.59b0-py3-none-any.whl", hash = "sha256:35d3b8833ef97d614136e253c1da9342b4c3c083bbaf29ce31d572a1c3825eed"},
|
|
|
|
|
{file = "opentelemetry_semantic_conventions-0.59b0.tar.gz", hash = "sha256:7a6db3f30d70202d5bf9fa4b69bc866ca6a30437287de6c510fb594878aed6b0"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
deprecated = ">=1.2.6"
|
|
|
|
|
opentelemetry-api = "1.28.2"
|
|
|
|
|
opentelemetry-api = "1.38.0"
|
|
|
|
|
typing-extensions = ">=4.5.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opentelemetry-util-http"
|
|
|
|
|
version = "0.49b2"
|
|
|
|
|
version = "0.59b0"
|
|
|
|
|
description = "Web util for OpenTelemetry"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "opentelemetry_util_http-0.49b2-py3-none-any.whl", hash = "sha256:e325d6511c6bee7b43170eb0c93261a210ec57e20ab1d7a99838515ef6d2bf58"},
|
|
|
|
|
{file = "opentelemetry_util_http-0.49b2.tar.gz", hash = "sha256:5958c7009f79146bbe98b0fdb23d9d7bf1ea9cd154a1c199029b1a89e0557199"},
|
|
|
|
|
{file = "opentelemetry_util_http-0.59b0-py3-none-any.whl", hash = "sha256:6d036a07563bce87bf521839c0671b507a02a0d39d7ea61b88efa14c6e25355d"},
|
|
|
|
|
{file = "opentelemetry_util_http-0.59b0.tar.gz", hash = "sha256:ae66ee91be31938d832f3b4bc4eb8a911f6eddd38969c4a871b1230db2a0a560"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
@ -1548,7 +1641,7 @@ version = "1.6.0"
|
|
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main", "dev"]
|
|
|
|
|
groups = ["dev"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746"},
|
|
|
|
|
{file = "pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3"},
|
|
|
|
|
@ -1560,23 +1653,22 @@ testing = ["coverage", "pytest", "pytest-benchmark"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "protobuf"
|
|
|
|
|
version = "5.29.5"
|
|
|
|
|
version = "6.33.0"
|
|
|
|
|
description = ""
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "protobuf-5.29.5-cp310-abi3-win32.whl", hash = "sha256:3f1c6468a2cfd102ff4703976138844f78ebd1fb45f49011afc5139e9e283079"},
|
|
|
|
|
{file = "protobuf-5.29.5-cp310-abi3-win_amd64.whl", hash = "sha256:3f76e3a3675b4a4d867b52e4a5f5b78a2ef9565549d4037e06cf7b0942b1d3fc"},
|
|
|
|
|
{file = "protobuf-5.29.5-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:e38c5add5a311f2a6eb0340716ef9b039c1dfa428b28f25a7838ac329204a671"},
|
|
|
|
|
{file = "protobuf-5.29.5-cp38-abi3-manylinux2014_aarch64.whl", hash = "sha256:fa18533a299d7ab6c55a238bf8629311439995f2e7eca5caaff08663606e9015"},
|
|
|
|
|
{file = "protobuf-5.29.5-cp38-abi3-manylinux2014_x86_64.whl", hash = "sha256:63848923da3325e1bf7e9003d680ce6e14b07e55d0473253a690c3a8b8fd6e61"},
|
|
|
|
|
{file = "protobuf-5.29.5-cp38-cp38-win32.whl", hash = "sha256:ef91363ad4faba7b25d844ef1ada59ff1604184c0bcd8b39b8a6bef15e1af238"},
|
|
|
|
|
{file = "protobuf-5.29.5-cp38-cp38-win_amd64.whl", hash = "sha256:7318608d56b6402d2ea7704ff1e1e4597bee46d760e7e4dd42a3d45e24b87f2e"},
|
|
|
|
|
{file = "protobuf-5.29.5-cp39-cp39-win32.whl", hash = "sha256:6f642dc9a61782fa72b90878af134c5afe1917c89a568cd3476d758d3c3a0736"},
|
|
|
|
|
{file = "protobuf-5.29.5-cp39-cp39-win_amd64.whl", hash = "sha256:470f3af547ef17847a28e1f47200a1cbf0ba3ff57b7de50d22776607cd2ea353"},
|
|
|
|
|
{file = "protobuf-5.29.5-py3-none-any.whl", hash = "sha256:6cf42630262c59b2d8de33954443d94b746c952b01434fc58a417fdbd2e84bd5"},
|
|
|
|
|
{file = "protobuf-5.29.5.tar.gz", hash = "sha256:bc1463bafd4b0929216c35f437a8e28731a2b7fe3d98bb77a600efced5a15c84"},
|
|
|
|
|
{file = "protobuf-6.33.0-cp310-abi3-win32.whl", hash = "sha256:d6101ded078042a8f17959eccd9236fb7a9ca20d3b0098bbcb91533a5680d035"},
|
|
|
|
|
{file = "protobuf-6.33.0-cp310-abi3-win_amd64.whl", hash = "sha256:9a031d10f703f03768f2743a1c403af050b6ae1f3480e9c140f39c45f81b13ee"},
|
|
|
|
|
{file = "protobuf-6.33.0-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:905b07a65f1a4b72412314082c7dbfae91a9e8b68a0cc1577515f8df58ecf455"},
|
|
|
|
|
{file = "protobuf-6.33.0-cp39-abi3-manylinux2014_aarch64.whl", hash = "sha256:e0697ece353e6239b90ee43a9231318302ad8353c70e6e45499fa52396debf90"},
|
|
|
|
|
{file = "protobuf-6.33.0-cp39-abi3-manylinux2014_s390x.whl", hash = "sha256:e0a1715e4f27355afd9570f3ea369735afc853a6c3951a6afe1f80d8569ad298"},
|
|
|
|
|
{file = "protobuf-6.33.0-cp39-abi3-manylinux2014_x86_64.whl", hash = "sha256:35be49fd3f4fefa4e6e2aacc35e8b837d6703c37a2168a55ac21e9b1bc7559ef"},
|
|
|
|
|
{file = "protobuf-6.33.0-cp39-cp39-win32.whl", hash = "sha256:cd33a8e38ea3e39df66e1bbc462b076d6e5ba3a4ebbde58219d777223a7873d3"},
|
|
|
|
|
{file = "protobuf-6.33.0-cp39-cp39-win_amd64.whl", hash = "sha256:c963e86c3655af3a917962c9619e1a6b9670540351d7af9439d06064e3317cc9"},
|
|
|
|
|
{file = "protobuf-6.33.0-py3-none-any.whl", hash = "sha256:25c9e1963c6734448ea2d308cfa610e692b801304ba0908d7bfa564ac5132995"},
|
|
|
|
|
{file = "protobuf-6.33.0.tar.gz", hash = "sha256:140303d5c8d2037730c548f8c7b93b20bb1dc301be280c378b82b8894589c954"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
@ -1760,7 +1852,7 @@ version = "2.19.2"
|
|
|
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
groups = ["main", "dev"]
|
|
|
|
|
groups = ["dev"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"},
|
|
|
|
|
{file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"},
|
|
|
|
|
@ -1775,7 +1867,7 @@ version = "8.4.2"
|
|
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main", "dev"]
|
|
|
|
|
groups = ["dev"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"},
|
|
|
|
|
{file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"},
|
|
|
|
|
@ -1793,60 +1885,6 @@ tomli = {version = ">=1", markers = "python_version < \"3.11\""}
|
|
|
|
|
[package.extras]
|
|
|
|
|
dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytest-asyncio"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
description = "Pytest support for asyncio"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99"},
|
|
|
|
|
{file = "pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
backports-asyncio-runner = {version = ">=1.1,<2", markers = "python_version < \"3.11\""}
|
|
|
|
|
pytest = ">=8.2,<9"
|
|
|
|
|
typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""}
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"]
|
|
|
|
|
testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytest-httpserver"
|
|
|
|
|
version = "1.1.3"
|
|
|
|
|
description = "pytest-httpserver is a httpserver for pytest"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pytest_httpserver-1.1.3-py3-none-any.whl", hash = "sha256:5f84757810233e19e2bb5287f3826a71c97a3740abe3a363af9155c0f82fdbb9"},
|
|
|
|
|
{file = "pytest_httpserver-1.1.3.tar.gz", hash = "sha256:af819d6b533f84b4680b9416a5b3f67f1df3701f1da54924afd4d6e4ba5917ec"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
Werkzeug = ">=2.0.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytest-retry"
|
|
|
|
|
version = "1.7.0"
|
|
|
|
|
description = "Adds the ability to retry flaky tests in CI environments"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pytest_retry-1.7.0-py3-none-any.whl", hash = "sha256:a2dac85b79a4e2375943f1429479c65beb6c69553e7dae6b8332be47a60954f4"},
|
|
|
|
|
{file = "pytest_retry-1.7.0.tar.gz", hash = "sha256:f8d52339f01e949df47c11ba9ee8d5b362f5824dff580d3870ec9ae0057df80f"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
pytest = ">=7.0.0"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
dev = ["black", "flake8", "isort", "mypy"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "python-dateutil"
|
|
|
|
|
version = "2.9.0.post0"
|
|
|
|
|
@ -2445,7 +2483,7 @@ version = "2.3.0"
|
|
|
|
|
description = "A lil' TOML parser"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
groups = ["main", "dev"]
|
|
|
|
|
groups = ["dev"]
|
|
|
|
|
markers = "python_version == \"3.10\""
|
|
|
|
|
files = [
|
|
|
|
|
{file = "tomli-2.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:88bd15eb972f3664f5ed4b57c1634a97153b4bac4479dcb6a495f41921eb7f45"},
|
|
|
|
|
@ -2764,24 +2802,6 @@ typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""}
|
|
|
|
|
[package.extras]
|
|
|
|
|
standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"", "watchfiles (>=0.13)", "websockets (>=10.4)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "werkzeug"
|
|
|
|
|
version = "3.1.3"
|
|
|
|
|
description = "The comprehensive WSGI web application library."
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["main"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "werkzeug-3.1.3-py3-none-any.whl", hash = "sha256:54b78bf3716d19a65be4fceccc0d1d7b89e608834989dfae50ea87564639213e"},
|
|
|
|
|
{file = "werkzeug-3.1.3.tar.gz", hash = "sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
MarkupSafe = ">=2.1.1"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
watchdog = ["watchdog (>=2.3)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wrapt"
|
|
|
|
|
version = "1.17.3"
|
|
|
|
|
@ -2895,5 +2915,5 @@ type = ["pytest-mypy"]
|
|
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
|
lock-version = "2.1"
|
|
|
|
|
python-versions = "^3.10"
|
|
|
|
|
content-hash = "62985dc38d0c1eceb99f75c6a20bbba171445aa3af1b59f92ba1010e490e8231"
|
|
|
|
|
python-versions = ">=3.10"
|
|
|
|
|
content-hash = "689362a71d7108608578e69b129f7c946644a30b5e4db57447521750e1c84fff"
|
|
|
|
|
|