Skip to content

Commit e01dcaf

Browse files
committed
Revert "Forcing upgrade of cryptography"
Revert "upgrade pyOpenSSL" Revert "Upgrade deps with vulnerabilities:" Revert "Upgrade flake8 and fix found issue" Signed-off-by: Patrick Assuied <[email protected]>
1 parent cdf97c2 commit e01dcaf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dev-requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
mypy>=1.2.0
22
mypy-extensions>=0.4.3
33
mypy-protobuf>=2.9
4-
flake8>=7.2.0
4+
flake8>=3.7.9
55
tox>=4.3.0
66
coverage>=5.3
77
wheel
88
# used in unit test only
99
opentelemetry-sdk
1010
opentelemetry-instrumentation-grpc
1111
httpx>=0.24
12-
pyOpenSSL>=24.3.0
13-
cryptography>=44.0.1
12+
pyOpenSSL>=23.2.0
1413
# needed for type checking
1514
Flask>=1.1
1615
# needed for auto fix

ext/dapr-ext-fastapi/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
2727
dapr-dev >= 1.15.0.dev
28-
uvicorn >= 0.11.7
29-
fastapi >= 0.109.1
28+
uvicorn >= 0.11.6
29+
fastapi >= 0.60.1
3030

3131
[options.packages.find]
3232
include =

ext/dapr-ext-workflow/tests/test_workflow_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def schedule_new_orchestration(
5757
return mock_schedule_result
5858

5959
def get_orchestration_state(self, instance_id, fetch_payloads):
60+
global wf_status
6061
if wf_status == 'not-found':
6162
raise SimulatedRpcError(code='UNKNOWN', details='no such instance exists')
6263
elif wf_status == 'found':

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ include_package_data = True
2626
zip_safe = False
2727
install_requires =
2828
protobuf >= 4.22
29-
grpcio >= 1.53.2
29+
grpcio >= 1.37.0
3030
grpcio-status>=1.37.0
31-
aiohttp >= 3.10.11
31+
aiohttp >= 3.9.0b0
3232
python-dateutil >= 2.8.1
3333
typing-extensions>=4.4.0
3434

0 commit comments

Comments
 (0)