Skip to content

Commit

Permalink
Revert 3.9 min Py version (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
philkra authored Aug 3, 2023
1 parent 1f5e1b5 commit c1f973c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "xata"
version = "1.0.0a4"
version = "1.0.0a5"
description = "Python client for Xata.io"
authors = ["Xata <support@xata.io>"]
license = "Apache-2.0"
readme = "README.md"
documentation = "https://xata-py.readthedocs.io"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
requests = "^2.28.1"
python-dotenv = "^0.21.0"
orjson = "^3.8.1"
Expand Down
2 changes: 1 addition & 1 deletion xata/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# TODO this is a manual task, to keep in sync with pyproject.toml
# could/should be automated to keep in sync
__version__ = "1.0.0a4"
__version__ = "1.0.0a5"

PERSONAL_API_KEY_LOCATION = "~/.config/xata/key"
DEFAULT_DATA_PLANE_DOMAIN = "xata.sh"
Expand Down

0 comments on commit c1f973c

Please sign in to comment.