Skyvern is only compatible with python 3.11 currently; Remove poetry.lock (#6)

This commit is contained in:
Shuchang Zheng
2024-03-03 16:25:09 -05:00
committed by GitHub
parent 57ce4c7282
commit 6f7eb006d5
3 changed files with 4 additions and 6864 deletions

3
.gitignore vendored
View File

@@ -167,3 +167,6 @@ har/
# Streamlit ignores
**/secrets*.toml
# poetry lock
poetry.lock

6863
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@ readme = "README.md"
packages = [{ include = "skyvern" }]
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11,<3.12"
python-dotenv = "^1.0.0"
openai = "<1.8"
tenacity = "^8.2.2"