From 66c2057529c82f521e263ee7623c23dd43b30aeb Mon Sep 17 00:00:00 2001 From: Andrei Matveyeu Date: Wed, 12 Jun 2024 08:09:42 +0200 Subject: [PATCH] Step up etos_lib to 4.3.1 (#67) --- python/requirements.txt | 4 ++-- python/setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index d2fd046..c3ea0f2 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -12,7 +12,7 @@ # pip install -r requirements.txt # Remember to also add them in setup.cfg but unpinned. -etos_lib==4.1.1 +etos_lib==4.3.1 etcd3gw~=2.3 pyscaffold~=4.4 uvicorn~=0.22 @@ -24,7 +24,7 @@ kubernetes~=26.1 sse-starlette~=1.6 opentelemetry-api~=1.21 opentelemetry-exporter-otlp~=1.21 -opentelemetry-instrumentation-fastapi==0.45b0 +opentelemetry-instrumentation-fastapi~=0.45b0 opentelemetry-sdk~=1.21 jsontas~=1.4 packageurl-python~=0.11 diff --git a/python/setup.cfg b/python/setup.cfg index c5c0462..97e04e6 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -24,7 +24,7 @@ package_dir = # DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD! setup_requires = pyscaffold>=3.2a0,<3.3a0 install_requires = - etos_lib==4.1.1 + etos_lib==4.3.1 etcd3gw~=2.3 pyscaffold~=4.4 uvicorn~=0.22 @@ -36,7 +36,7 @@ install_requires = sse-starlette~=1.6 opentelemetry-api~=1.21 opentelemetry-exporter-otlp~=1.21 - opentelemetry-instrumentation-fastapi==0.45b0 + opentelemetry-instrumentation-fastapi~=0.45b0 opentelemetry-sdk~=1.21 jsontas~=1.4 packageurl-python~=0.11