Skip to content

Commit

Permalink
update dependency cosnstrains
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Oct 28, 2024
1 parent 3ae845c commit 3cc10ee
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 53 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,5 @@ tests/executor_test_packages

grpc-standalone-server-integration-test-results.xml
grpc-server-docker-integration-test-results.xml

.vscode/
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
105 changes: 57 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ opentelemetry-api = "~1.16.0"
opentelemetry-sdk = "~1.16.0"
opentelemetry-exporter-jaeger = "~1.16.0"
opentelemetry-exporter-otlp = "~1.16.0"
grpcio = "1.59.3"
protobuf = "4.25.3"
grpcio-tools = "1.56.2"
pydantic = "2.6.4"
grpcio-health-checking = "1.59.3"
grpcio = "^1.59.3"
protobuf = "~4.25.3"
pydantic = "^2.6.4"
grpcio-health-checking = "~1.59.3"
grpcio-tools = ">=1.59.3"

[tool.poetry.dev-dependencies]
pytest-cov = "^4.1.0"
Expand Down

0 comments on commit 3cc10ee

Please sign in to comment.