Skip to content

Commit

Permalink
feat: add support to python 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Cassios Marques <[email protected]>
  • Loading branch information
Cassios Marques committed Jun 19, 2024
1 parent d0e586e commit d44e696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flipt-client-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[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 <[email protected]>"]
readme = "README.md"
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]
Expand Down

0 comments on commit d44e696

Please sign in to comment.