Skip to content

Commit 3d8528d

Browse files
committed
reverting dependency updates and readme changes
Signed-off-by: Patrick Assuied <[email protected]>
1 parent ecccbef commit 3d8528d

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ This will download the `orchestrator_service.proto` from the `microsoft/durablet
173173
Unit tests can be run using the following command from the project root. Unit tests _don't_ require a sidecar process to be running.
174174

175175
```sh
176-
pip3 install -r dev-requirements.txt
177176
make test-unit
178177
```
179178

@@ -189,7 +188,6 @@ durabletask-go --port 4001
189188
To run the E2E tests, run the following command from the project root:
190189

191190
```sh
192-
pip3 install -r dev-requirements.txt
193191
make test-e2e
194192
```
195193

dev-requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
grpcio-tools>=1.75.1 # supports protobuf 6.x and aligns with generated code
2-
pytest
3-
pytest-cov
4-
pytest-asyncio
5-
flake8
1+
grpcio-tools==1.62.3 # 1.62.X is the latest version before protobuf 1.26.X is used which has breaking changes for Python # supports protobuf 6.x and aligns with generated code

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
autopep8
22
grpcio>=1.60.0 # 1.60.0 is the version introducing protobuf 1.25.X support, newer versions are backwards compatible
3-
protobuf>=6,<7
3+
protobuf
44
asyncio
5+
pytest
6+
pytest-cov
7+
pytest-asyncio
8+
flake8

0 commit comments

Comments
 (0)