Skip to content

Commit dfa6889

Browse files
alexrasheddfangl
andauthored
upgrade kclpy min version, set python version dynamically
Co-authored-by: Daniel Fangl <daniel.fangl@localstack.cloud>
1 parent e4a8a7c commit dfa6889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

localstack-core/localstack/utils/kinesis/kclipy_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def create_config_file(
103103
kinesisCredentialsProvider = {credentialsProvider}
104104
dynamoDBCredentialsProvider = {credentialsProvider}
105105
cloudWatchCredentialsProvider = {credentialsProvider}
106-
processingLanguage = python/3.11
106+
processingLanguage = python/{sys.version_info.major}.{sys.version_info.minor}
107107
shardSyncIntervalMillis = 2000
108108
parentShardPollIntervalMillis = 2000
109109
idleTimeBetweenReadsInMillis = 1000

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runtime = [
8080
# pinned / updated by ASF update action
8181
"awscli>=1.32.117",
8282
"airspeed-ext>=0.6.3",
83-
"amazon_kclpy>=2.0.6,!=2.1.0,!=2.1.4",
83+
"amazon_kclpy>=3.0.0",
8484
# antlr4-python3-runtime: exact pin because antlr4 runtime is tightly coupled to the generated parser code
8585
"antlr4-python3-runtime==4.13.2",
8686
"apispec>=5.1.1",

0 commit comments

Comments
 (0)