Skip to content

Commit

Permalink
Merge pull request #12735 from RasaHQ/ATO-1419-fix-dnspython-dependen…
Browse files Browse the repository at this point in the history
…cy-ish

Pin dnspython to avoid dependency incompatibility
  • Loading branch information
Tawakalt authored Aug 15, 2023
2 parents 1fe9fa4 + d4d7289 commit d83b5d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/12735.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Resolve dependency incompatibility: Pin version of `dnspython` to ==2.3.0.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ confluent-kafka = ">=1.9.2,<3.0.0"
portalocker = "^2.7.0"
structlog = "^23.1.0"
structlog-sentry = "^2.0.2"
# pin dnspython to avoid dependency incompatibility
# in order to fix https://rasahq.atlassian.net/browse/ATO-1419
dnspython = "2.3.0"

[[tool.poetry.dependencies.tensorflow-io-gcs-filesystem]]
version = "==0.31"
markers = "sys_platform == 'win32'"
Expand Down

0 comments on commit d83b5d7

Please sign in to comment.