Skip to content

Commit

Permalink
Merge pull request #1149 from JohnSnowLabs/update/pydantic-version-an…
Browse files Browse the repository at this point in the history
…d-fix-the-issues

feat: update dependency version constraints in pyproject.toml
  • Loading branch information
chakravarthik27 authored Dec 5, 2024
2 parents 0578ce6 + 8a2f061 commit 0742714
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ huggingface_hub = { version = ">0.16.0", optional = true}
spacy = { version = ">=3.0.0", optional = true }
nest-asyncio = "^1.5.0"
openai = "^1.40.6"
jsonlines = "^3.1.0"
jsonlines = ">=3.1.0"
torch = { version = "^2.0.0", optional = true }
pandas = "^2.0.3"
pyyaml = "^6.0"
tqdm = "^4.65.0"
tqdm = ">=4.65.0"
cohere = { version = "^4.10.0", optional = true}
ai21 = {version = "^1.1.0", optional = true}
metaflow = {version = ">=2.9.0", optional = true}
Expand All @@ -79,10 +79,10 @@ typing-extensions = "^4.10.0"
langchain-openai = {version = "0.2.5", optional = true}
boto3 = {version = "^1.34.93", optional = true}
importlib-resources = "^6.4.0"
click = "^8.1.7"
openpyxl = "^3.1.5"
tables = "3.8.0"
pillow = "^11.0.0"
click = ">=8.1.7"
openpyxl = ">=3.1.5"
tables = ">=3.8.0"
pillow = ">=11.0.0"
langchain-databricks = {version = "0.1.1", optional = true}
langchain-community = {version = "0.3.5", optional = true}

Expand Down

0 comments on commit 0742714

Please sign in to comment.