Skip to content

Commit

Permalink
update and prepare for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Dec 16, 2024
1 parent b2ae8cd commit b43f1bc
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 39 deletions.
76 changes: 39 additions & 37 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 = "dnstapir"
version = "1.0.1"
version = "1.1.0"
description = "DNS TAPIR Python Library"
authors = ["Jakob Schlyter <[email protected]>"]
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ opentelemetry-instrumentation-pymongo = { version = ">=0.48b0", optional = true
opentelemetry-instrumentation-redis = { version = ">=0.48b0", optional = true }
botocore = { version = "^1.35.64", optional = true }
fastapi = { version = ">=0.115.2", optional = true }
cryptography = { version = "^43.0.3", optional = true }
cryptography = { version = ">=43.0.3", optional = true }
faas-cache-dict = { version = "^0.5.0", optional = true }
httpx = { version = ">=0.27.2", optional = true }
pydantic = { version = "^2.9.2", optional = true }
Expand Down

0 comments on commit b43f1bc

Please sign in to comment.