Skip to content

Commit cfe1517

Browse files
committed
Resolved #107.
1 parent 7b60fe5 commit cfe1517

File tree

4 files changed

+36
-40
lines changed

4 files changed

+36
-40
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is base on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.07.00.000] - 2025-01-19
7+
### Changed
8+
- Issue [#107](https://github.com/j3-signalroom/ccaf_kickstarter-flight_consolidator_app-lambda/issues/107).
9+
610
## [0.06.00.000] - 2025-01-19
711
### Changed
812
- Issue [#101](https://github.com/j3-signalroom/ccaf_kickstarter-flight_consolidator_app-lambda/issues/101).

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "flight_consolidator_app"
3-
version = "0.03.00.000"
3+
version = "0.07.00.000"
44
description = "Confluent Cloud for Apache Flink (CCAF) Flight Consolidator App Lambda"
55
readme = "README.md"
66
authors = [
77
{ name = "Jeffrey Jonathan Jennings (J3)", email = "j3@thej3.com" }
88
]
99
requires-python = "~=3.11.9"
1010
dependencies = [
11-
"boto3>=1.35.90",
12-
"confluent-flink-table-api-python-plugin>=1.20.42",
11+
"boto3>=1.36.2",
12+
"confluent-flink-table-api-python-plugin>=1.20.48",
1313
"setuptools>=65.5.1",
1414
]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
boto3>=1.35.90
2-
confluent-flink-table-api-python-plugin>=1.20.42
1+
boto3>=1.36.2
2+
confluent-flink-table-api-python-plugin>=1.20.48
33
setuptools>=65.5.1
44
lxml==4.9.2
55

uv.lock

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

0 commit comments

Comments
 (0)