Skip to content

Commit

Permalink
Adjustments for project release
Browse files Browse the repository at this point in the history
  • Loading branch information
xthexder committed Dec 17, 2023
1 parent 16dc75f commit 9915419
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![turbopuffer logo](https://github.com/turbopuffer/turbopuffer-python/assets/1594638/0482aa50-4665-4998-afd3-78afe56b52f3) turbopuffer Python Client
![](https://github.com/turbopuffer/turbopuffer-python/assets/1594638/0482aa50-4665-4998-afd3-78afe56b52f3) turbopuffer Python Client
=========================

The official Python client for accessing the turbopuffer API.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "turbopuffer"
version = "0.1.0"
description = "Python Client for accessing the turbopuffer API"
authors = ["turbopuffer Inc. <info@turbopuffer.com>"]
maintainers = ["Jacob Wirth <xthexder@users.noreply.github.com>"]
maintainers = ["Jacob Wirth"]
homepage = "https://turbopuffer.com"
documentation = "https://turbopuffer.com/docs"
repository = "https://github.com/turbopuffer/turbopuffer-python"
Expand All @@ -29,7 +29,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
requests = "^2.31"
dataclass-wizard = "^0.22"
orjson = {extras = ["fast"], version = "^3.9"}
Expand Down

0 comments on commit 9915419

Please sign in to comment.