From d44e6965a5c7e3f0306e830ed09ae2f15ef25842 Mon Sep 17 00:00:00 2001 From: Cassios Marques Date: Wed, 19 Jun 2024 15:49:19 +0800 Subject: [PATCH] feat: add support to python 3.10 Signed-off-by: Cassios Marques --- flipt-client-python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flipt-client-python/pyproject.toml b/flipt-client-python/pyproject.toml index 5250a609..d40aa16f 100644 --- a/flipt-client-python/pyproject.toml +++ b/flipt-client-python/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] include = [{ path = "ext/**/*" }, { path = "README.md" }] name = "flipt-client" -version = "0.7.0" +version = "0.8.0" description = "Flipt Client Evaluation SDK" authors = ["Flipt Devs "] readme = "README.md" @@ -9,7 +9,7 @@ license = "MIT" repository = "https://github.com/flipt-io/flipt-client-sdks" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" pydantic = "<3.0" [tool.poetry.group.dev.dependencies]