pwenker commited on
Commit
70b959e
·
1 Parent(s): 31432db

chore: Allow Python 3.10.x

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -14,7 +14,7 @@ dependencies = [
14
  "langchain_openai>=0.1.6",
15
  ]
16
  readme = "README.md"
17
- requires-python = ">= 3.11"
18
 
19
  [build-system]
20
  requires = ["hatchling"]
 
14
  "langchain_openai>=0.1.6",
15
  ]
16
  readme = "README.md"
17
+ requires-python = ">= 3.10"
18
 
19
  [build-system]
20
  requires = ["hatchling"]