From 9903e972a1f67084f178151c6051f20dda673e98 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 13 Sep 2024 10:02:44 +0200 Subject: [PATCH] Issue/confluent (#202) * Bump confluent * Bump to 8.7 --- fink_client/__init__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fink_client/__init__.py b/fink_client/__init__.py index a254dbd..20a1ec3 100644 --- a/fink_client/__init__.py +++ b/fink_client/__init__.py @@ -12,5 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "8.6" +__version__ = "8.7" __schema_version__ = "distribution_schema_fink_ztf_{}.avsc" diff --git a/requirements.txt b/requirements.txt index 2c795c5..90c41f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astropy -confluent-kafka==2.4.0 +confluent-kafka==2.5.0 coverage coveralls fastavro==1.9.4