Skip to content

Commit

Permalink
chore: Update upper pydantic version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nidemidovich committed Oct 31, 2022
1 parent 120f9c8 commit c67d41e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 41 deletions.
79 changes: 40 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybotx"
version = "0.51.0"
version = "0.51.1"
description = "A python library for interacting with eXpress BotX API"
authors = [
"Sidnev Nikolay <[email protected]>",
Expand All @@ -20,7 +20,7 @@ aiofiles = ">=0.7.0,<0.9.0"
httpx = ">=0.23.0,<0.24.0"
loguru = ">=0.6.0,<0.7.0"
mypy-extensions = ">=0.2.0,<0.5.0"
pydantic = ">=1.6.0,<1.10.0"
pydantic = ">=1.6.0,<1.11.0"
typing-extensions = ">=3.7.4,<5.0.0"
aiocsv = ">=1.2.3,<1.3.0"

Expand Down

0 comments on commit c67d41e

Please sign in to comment.