Skip to content

Commit

Permalink
Bump required octodns >= 1.5, address pending deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Oct 26, 2024
1 parent 7336643 commit a546d7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.0 - 2024-??-?? - ???

* Address pending octoDNS 2.x deprecations, require minimum of 1.5.x

## v0.0.1 - 2023-11-07 - Initial Release

* Initial release cut and uploaded
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ sections="FUTURE,STDLIB,THIRDPARTY,OCTODNS,FIRSTPARTY,LOCALFOLDER"
[tool.pytest.ini_options]
filterwarnings = [
'error',
# TODO: remove once octodns 2.0 has been released
'ignore:.*DEPRECATED.*2.0',
]
pythonpath = "."
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def descriptions():
),
'test': tests_require,
},
install_requires=('octodns>=1.0.0', 'requests>=2.31.0'),
install_requires=('octodns>=1.5.0', 'requests>=2.31.0'),
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a546d7d

Please sign in to comment.