Skip to content

Commit

Permalink
fix: relax dotenv version
Browse files Browse the repository at this point in the history
  • Loading branch information
joschkabraun committed Oct 11, 2023
1 parent dc8dd6c commit 10a1218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "parea-ai"
packages = [{ include = "parea" }]
version = "0.2.11"
version = "0.2.12"
description = "Parea python sdk"
readme = "README.md"
authors = ["joel-parea-ai <[email protected]>"]
Expand Down Expand Up @@ -35,7 +35,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"
httpx = "^0.24.1"
python-dotenv = "^1.0.0"
python-dotenv = "^0.21.0"
poetry-plugin-dotenv = "^0.5.1"
pyupgrade = "^3.9.0"
jupyter = "^1.0.0"
Expand Down

0 comments on commit 10a1218

Please sign in to comment.