Skip to content

Commit 337edfd

Browse files
authored
Merge pull request #12 from NarrativeScience/W-11900045/boto3-reduce
@W-11900045: Boto3 Downgrade
2 parents c753f9a + 3bdca63 commit 337edfd

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sfn_workflow_client"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Enhanced, asyncio-compatible client for AWS Step Functions."
55
authors = ["Jonathan Drake <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -12,7 +12,7 @@ repository = "https://github.com/NarrativeScience/sfn-workflow-client"
1212
aenum = "^3.1.11"
1313
arrow = "^1.2.3"
1414
backoff = "^2.2.1"
15-
boto3 = "^1.24.89"
15+
boto3 = "^1.24.59"
1616
python = ">=3.7,<4"
1717

1818
[tool.poetry.dev-dependencies]

sfn_workflow_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Enhanced, asyncio-compatible client for AWS Step Functions."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)