Skip to content

Commit

Permalink
update only pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Oct 28, 2024
1 parent cf7bc04 commit e26a47e
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 61 deletions.
105 changes: 48 additions & 57 deletions poetry.lock

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

8 changes: 4 additions & 4 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 = "1.59.3"
protobuf = "4.25.3"
grpcio-tools = "1.56.2"
pydantic = "^2.6.4"
grpcio-health-checking = "~1.59.3"
grpcio-tools = ">=1.59.3"
grpcio-health-checking = "1.59.3"

[tool.poetry.dev-dependencies]
pytest-cov = "^4.1.0"
Expand Down
1 change: 1 addition & 0 deletions rasa_sdk/grpc_py/action_webhook_pb2.py

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

0 comments on commit e26a47e

Please sign in to comment.