Skip to content

Commit

Permalink
upgrade dependencies (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingh-wavefin committed Sep 8, 2021
1 parent ad08454 commit a16b63c
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 49 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.11.2
### Changed
- Upgraded internal dependencies

## 0.11.1
### Changed
- Moved black from prod to dev dependencies and update lock file.
Expand Down
2 changes: 1 addition & 1 deletion avro_to_python_types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.11.1"
__version__ = "0.11.2"
from .typed_dict_from_schema import (
typed_dict_from_schema_file,
typed_dict_from_schema_string,
Expand Down
80 changes: 35 additions & 45 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "avro-to-python-types"
version = "0.11.1"
version = "0.11.2"
description = "A library for converting avro schemas to python types."
readme = "README.md"
authors = ["Dan Green-Leipciger"]
Expand Down Expand Up @@ -30,10 +30,10 @@ exclude = '''

[tool.poetry.dependencies]
python = "^3.8"
fastavro = "^1.3.0"
fastavro = "^1.4.4"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest = "^6.2.5"
snapshottest = "^0.6.0"
black = "^20.8b1"

Expand Down

0 comments on commit a16b63c

Please sign in to comment.