Skip to content

Commit 5be41cb

Browse files
committed
Move python-dotenv from dev to runtime dependencies
Sync client requires dotenv at runtime
1 parent 68d75be commit 5be41cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ pydantic = ">= 1.9.2"
5858
pydantic-core = "^2.18.2"
5959
typing_extensions = ">= 4.0.0"
6060
click = "^8.0.0"
61+
python-dotenv = "^1.1.0"
6162

6263
[tool.poetry.group.dev.dependencies]
6364
mypy = "1.0.1"
@@ -75,7 +76,6 @@ pandas = "^2.2.0"
7576
parse-type = ">=0.6.4"
7677
pyarrow = "^19.0.0"
7778
pytest-retry = "^1.6.3"
78-
python-dotenv = "^1.0.1"
7979
replicate = "^1.0.3"
8080
ruff = "^0.5.6"
8181
types-jsonschema = "^4.23.0.20240813"

0 commit comments

Comments
 (0)