Skip to content

Commit 692f246

Browse files
committed
Release 0.0.56
1 parent 2e9cd9c commit 692f246

File tree

3 files changed

+130
-27
lines changed

3 files changed

+130
-27
lines changed

poetry.lock

Lines changed: 126 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "axiomatic"
33

44
[tool.poetry]
55
name = "axiomatic"
6-
version = "0.0.55"
6+
version = "0.0.56"
77
description = ""
88
readme = "README.md"
99
authors = []
@@ -38,7 +38,8 @@ python = "^3.8"
3838
httpx = ">=0.21.2"
3939
pydantic = ">= 1.9.2"
4040
pydantic-core = "^2.18.2"
41-
requests = "2.26.0"
41+
requests = ">2.26.0"
42+
types-requests = ">2.0.0"
4243
typing_extensions = ">= 4.0.0"
4344

4445
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)