Skip to content

Commit b2b22be

Browse files
committed
add rpaframework-core 12.1.0 compatibility
1 parent 75cfb54 commit b2b22be

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/assistant/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525

2626
dependencies = [
2727
"robotframework>=4.0.0,!=4.0.1,!=6.1.0,<8.0.0",
28-
"rpaframework-core>=12.0.1",
28+
"rpaframework-core>=12.1.0",
2929
"robocorp-flet==0.4.2.3",
3030
"typing-extensions>=4.4.0",
3131
]

packages/aws/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"rpaframework-core >=12.0.1",
27+
"rpaframework-core >=12.1.0",
2828
"robotframework >=4.0.0, !=4.0.1, !=6.1.0, <8.0.0",
2929
"robotframework-pythonlibcore >=4.2.0",
3030
"boto3 >=1.35.90",

packages/google/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"rpaframework-core >=12.0.1",
27+
"rpaframework-core >=12.1.0",
2828
"robotframework >=4.0.0, !=4.0.1, !=6.1.0, <8.0.0",
2929
"google-api-python-client >=2.58.0",
3030
"google-auth-httplib2 >=0.1.0",

packages/hubspot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525

2626
dependencies = [
2727
"robotframework >=4.0.0, !=4.0.1, !=6.1.0, <8.0.0",
28-
"rpaframework-core >=12.0.2",
28+
"rpaframework-core >=12.1.0",
2929
"tenacity >=8.0.1",
3030
"hubspot-api-client >=4.0.6",
3131
"docutils>=0.21.2",

packages/recognition/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"rpaframework-core >=12.0.2",
27+
"rpaframework-core >=12.1.0",
2828
"pillow >=10.2.0, <12.0.0",
2929
"opencv-python-headless >=4.8.1, <4.11.0",
3030
"numpy >=1.19.3, <2.0.0",

packages/windows/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525

2626
dependencies = [
2727
"dataclasses >=0.7; python_version >= '3.6' and python_version < '3.7'",
28-
"rpaframework-core >=12.0.2",
28+
"rpaframework-core >=12.1.0",
2929
"robotframework >=4.0.0, !=4.0.1, !=6.1.0, <8.0.0",
3030
"robotframework-pythonlibcore >=4.2.0",
3131
"pynput-robocorp-fork >=5.0.0",

0 commit comments

Comments
 (0)