Skip to content

Commit

Permalink
restored aiozipkin to version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 20, 2021
1 parent 1697375 commit 890951d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/service-library/requirements/_aiohttp.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

openapi-core==0.12.0 # frozen until https://github.com/ITISFoundation/osparc-simcore/pull/1396 is CLOSED
lazy-object-proxy~=1.4.3 # cannot upgrade due to contraints in openapi-core
aiozipkin~=0.7.1 # 1.X has an issue with no content responses


aiohttp
aiozipkin
aiopg[sa]
jsonschema
prometheus_client
Expand Down
2 changes: 1 addition & 1 deletion packages/service-library/requirements/_aiohttp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aiohttp==3.7.4.post0
# aiozipkin
aiopg==1.3.1
# via -r requirements/_aiohttp.in
aiozipkin==1.1.0
aiozipkin==0.7.1
# via -r requirements/_aiohttp.in
async-timeout==3.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion services/storage/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ aiopg==1.3.1
# via
# -r requirements/../../../packages/service-library/requirements/_aiohttp.in
# -r requirements/_base.in
aiozipkin==1.1.0
aiozipkin==0.7.1
# via -r requirements/../../../packages/service-library/requirements/_aiohttp.in
async-timeout==3.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion services/web/server/requirements/_packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ aiopg==1.2.1
# via
# -c requirements/_base.txt
# -r requirements/../../../../packages/service-library/requirements/_aiohttp.in
aiozipkin==1.1.0
aiozipkin==0.7.1
# via -r requirements/../../../../packages/service-library/requirements/_aiohttp.in
async-timeout==3.0.1
# via
Expand Down

0 comments on commit 890951d

Please sign in to comment.