chore: fuzzy pin kn-utils to allow for future updates
This commit is contained in:
parent
841c492639
commit
3ef4246d1e
1797
poetry.lock
generated
1797
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyinfra"
|
name = "pyinfra"
|
||||||
version = "4.0.0"
|
version = "4.1.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Team Research <research@knecon.com>"]
|
authors = ["Team Research <research@knecon.com>"]
|
||||||
license = "All rights reseverd"
|
license = "All rights reseverd"
|
||||||
@ -23,7 +23,7 @@ uvicorn = "^0.26.0"
|
|||||||
|
|
||||||
# DONT USE GROUPS BECAUSE THEY ARE NOT INSTALLED FOR PACKAGES
|
# DONT USE GROUPS BECAUSE THEY ARE NOT INSTALLED FOR PACKAGES
|
||||||
# [tool.poetry.group.internal.dependencies] <<< THIS IS NOT WORKING
|
# [tool.poetry.group.internal.dependencies] <<< THIS IS NOT WORKING
|
||||||
kn-utils = { version = "0.4.0", source = "nexus" }
|
kn-utils = { version = ">=0.4.0", source = "nexus" }
|
||||||
# We set all opentelemetry dependencies to lower bound because the image classification service depends on a protobuf version <4, but does not use proto files.
|
# We set all opentelemetry dependencies to lower bound because the image classification service depends on a protobuf version <4, but does not use proto files.
|
||||||
# Therefore, we allow latest possible protobuf version in the services which use proto files. As soon as the dependency issue is fixed set this to the latest possible opentelemetry version
|
# Therefore, we allow latest possible protobuf version in the services which use proto files. As soon as the dependency issue is fixed set this to the latest possible opentelemetry version
|
||||||
opentelemetry-instrumentation-pika = ">=0.46b0,<0.50"
|
opentelemetry-instrumentation-pika = ">=0.46b0,<0.50"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user