diff --git a/pdm.lock b/pdm.lock index 1d09052..69bb036 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "docs", "examples", "lint", "test", "aiohttp", "requests", "ptpython"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:a6fdccb22a846505eb04fe3cadea791761c649387b6caf5adfcb2787a7f7cc39" +content_hash = "sha256:c7bbb6cf01030ad7838b479d4786a3836b5c8e5e1c146cfcd53743604cbc0a0b" [[package]] name = "aiofiles" @@ -394,12 +394,13 @@ files = [ [[package]] name = "evo-featureflags-protobuf" -version = "0.2.1" +version = "0.3.0" +requires_python = ">=3.7" summary = "Protocol Buffers stub files for feature flags service" groups = ["default"] files = [ - {file = "evo-featureflags-protobuf-0.2.1.tar.gz", hash = "sha256:edbfbf8c8c669fe8b0c9ca0b9846971b0be76b38d147fba39946a036471cb396"}, - {file = "evo_featureflags_protobuf-0.2.1-py3-none-any.whl", hash = "sha256:04087bf39c6bac5a135935c6706763a3b071c7747b96e58789d50f7bb62e19c8"}, + {file = "evo_featureflags_protobuf-0.3.0-py3-none-any.whl", hash = "sha256:3ebeabef9d1171da56146a2a9e0e21f6950ec12d48437fc36fbb0eee99aed2d0"}, + {file = "evo_featureflags_protobuf-0.3.0.tar.gz", hash = "sha256:d1a5a998d3d77f46aabbfb1a098baea60ed4903b1b639d80e20a4484d0d8846b"}, ] [[package]] @@ -1478,7 +1479,7 @@ name = "types-protobuf" version = "4.24.0.20240106" requires_python = ">=3.8" summary = "Typing stubs for protobuf" -groups = ["dev"] +groups = ["lint"] files = [ {file = "types-protobuf-4.24.0.20240106.tar.gz", hash = "sha256:024f034f3b5e2bb2bbff55ebc4d591ed0d2280d90faceedcb148b9e714a3f3ee"}, {file = "types_protobuf-4.24.0.20240106-py3-none-any.whl", hash = "sha256:0612ef3156bd80567460a15ac7c109b313f6022f1fee04b4d922ab2789baab79"}, @@ -1489,7 +1490,7 @@ name = "types-requests" version = "2.31.0.20240106" requires_python = ">=3.8" summary = "Typing stubs for requests" -groups = ["dev"] +groups = ["lint"] dependencies = [ "urllib3>=2", ] @@ -1579,7 +1580,7 @@ name = "urllib3" version = "2.1.0" requires_python = ">=3.8" summary = "HTTP library with thread-safe connection pooling, file post, and more." -groups = ["dev", "docs", "examples", "requests"] +groups = ["docs", "examples", "lint", "requests"] files = [ {file = "urllib3-2.1.0-py3-none-any.whl", hash = "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3"}, {file = "urllib3-2.1.0.tar.gz", hash = "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54"}, diff --git a/pyproject.toml b/pyproject.toml index fd8748b..b54e111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "Vladimir Magamedov", email = "vladimir@magamedov.com" }, ] dependencies = [ - "evo-featureflags-protobuf==0.2.1", # TODO: change to 0.3.0 + "evo-featureflags-protobuf==0.3.0", "dataclass-wizard==v0.22.2", ] requires-python = ">=3.9"