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]