Skip to content

Commit

Permalink
add urllib3 to deps + version up
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Feb 24, 2023
1 parent 2e3addc commit 9d31190
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qdrant_client"
version = "1.0.1"
version = "1.0.2"
description = "Client library for the Qdrant vector search engine"
authors = ["Andrey Vasnetsov <[email protected]>"]
packages = [
Expand All @@ -20,6 +20,7 @@ pydantic = "^1.8"
typing-extensions = "^4.0.0"
grpcio = { version = ">=1.41.0", allow-prereleases = true }
grpcio-tools = ">=1.41.0"
urllib3 = "^1.26.14"

[tool.poetry.group.dev.dependencies]
pytest = "^7.1"
Expand Down

0 comments on commit 9d31190

Please sign in to comment.