Skip to content

Commit

Permalink
Merge pull request #338 from aiven/update-protobuf
Browse files Browse the repository at this point in the history
Update protobuf version to 3.19.4
  • Loading branch information
tvainika authored Feb 11, 2022
2 parents dbf6bf1 + 3c59053 commit 56189eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ tests should be engineered with this in mind:
- Don't reuse schema/subject/topic names
- Expect other clients to be interacting with the servers at the same time.

Before running the tests make sure you have `protoc` installed. `protoc` is part of the protobuf-compiler package.
In Fedora® distributions you can install it using:
```
dnf install protobuf-compiler
```

To run the tests use `make`. It will download Kafka to be used in the tests for you:

```sh
Expand Down Expand Up @@ -88,3 +94,6 @@ override the `bootstrap_uri` config value, one would use the environment variabl
- Choose a meaningful title for your pull request.
- The pull request description should focus on what changed and why.
- Check that the tests pass (and add test coverage for your changes if appropriate).

## Trademarks:
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lz4==3.0.2
requests==2.27.1
networkx==2.5
python-dateutil==2.8.2
protobuf~=3.14.0
protobuf~=3.19.4

# Patched dependencies
#
Expand Down

0 comments on commit 56189eb

Please sign in to comment.