Spaces:
Sleeping
Sleeping
fix: update openenv-core version to 0.2.2
Browse files- pyproject.toml +1 -1
- uv.lock +1 -1
pyproject.toml
CHANGED
|
@@ -10,7 +10,7 @@ readme = "README.md"
|
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
license = { text = "MIT" }
|
| 12 |
dependencies = [
|
| 13 |
-
"openenv-core>=0.2.
|
| 14 |
"fastapi>=0.104.0",
|
| 15 |
"uvicorn[standard]>=0.24.0",
|
| 16 |
"pydantic>=2.0.0",
|
|
|
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
license = { text = "MIT" }
|
| 12 |
dependencies = [
|
| 13 |
+
"openenv-core>=0.2.2",
|
| 14 |
"fastapi>=0.104.0",
|
| 15 |
"uvicorn[standard]>=0.24.0",
|
| 16 |
"pydantic>=2.0.0",
|
uv.lock
CHANGED
|
@@ -2571,7 +2571,7 @@ requires-dist = [
|
|
| 2571 |
{ name = "fastapi", specifier = ">=0.104.0" },
|
| 2572 |
{ name = "httpx", marker = "extra == 'dev'" },
|
| 2573 |
{ name = "openai", specifier = ">=1.0.0" },
|
| 2574 |
-
{ name = "openenv-core", specifier = ">=0.2.
|
| 2575 |
{ name = "pydantic", specifier = ">=2.0.0" },
|
| 2576 |
{ name = "pytest", marker = "extra == 'dev'", specifier = ">=7.0" },
|
| 2577 |
{ name = "pytest-asyncio", marker = "extra == 'dev'" },
|
|
|
|
| 2571 |
{ name = "fastapi", specifier = ">=0.104.0" },
|
| 2572 |
{ name = "httpx", marker = "extra == 'dev'" },
|
| 2573 |
{ name = "openai", specifier = ">=1.0.0" },
|
| 2574 |
+
{ name = "openenv-core", specifier = ">=0.2.2" },
|
| 2575 |
{ name = "pydantic", specifier = ">=2.0.0" },
|
| 2576 |
{ name = "pytest", marker = "extra == 'dev'", specifier = ">=7.0" },
|
| 2577 |
{ name = "pytest-asyncio", marker = "extra == 'dev'" },
|