We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e735f16 commit 1c5a5e3Copy full SHA for 1c5a5e3
1 file changed
pyproject.toml
@@ -1,7 +1,7 @@
1
2
[tool.poetry]
3
name = "ravendev"
4
-version = "0.0.51"
+version = "0.0.52"
5
description = ""
6
authors = []
7
packages = [
@@ -10,10 +10,10 @@ packages = [
10
11
[tool.poetry.dependencies]
12
python = "^3.7"
13
-httpx = "0.23.3"
14
-backports-cached_property = "1.0.2"
15
types-backports = "0.1.3"
16
pydantic = "^1.9.2"
+backports-cached_property = "1.0.2"
+httpx = "0.23.3"
17
18
[tool.poetry.dev-dependencies]
19
mypy = "0.971"
0 commit comments