Skip to content

Commit

Permalink
Merge pull request #726 from i-dot-ai/dependabot/pip/minor-patch-f1d3…
Browse files Browse the repository at this point in the history
…88b0fc

Bump the minor-patch group across 1 directory with 9 updates
  • Loading branch information
brunns authored Jul 5, 2024
2 parents b294ba8 + 6d60bb3 commit c5720b1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 45 deletions.
2 changes: 1 addition & 1 deletion mlflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlflow==2.14.1
mlflow==2.14.2
pydantic==1.10.15
starlette==0.37.2
limits==3.13.0
Expand Down
80 changes: 43 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pydantic = "^2.7.1"
elasticsearch = "^8.14.0"
langchain = "^0.2.6"
tiktoken = "^0.7.0"
boto3 = "^1.34.137"
boto3 = "^1.34.139"
pydantic-settings = "^2.3.4"
sentence-transformers = "<3.0"
unstructured = {version = "<0.14.9", extras = ["all-docs"]}
Expand Down Expand Up @@ -55,32 +55,32 @@ types-python-dateutil = "^2.9.0.20240315"
types-markdown = "^3.6.0.20240316"
types-pytz = "^2024.1.0.20240203"
pytest-asyncio = "^0.23.6"
boto3-stubs = {extras = ["essential"], version = "^1.34.137"}
boto3-stubs = {extras = ["essential"], version = "^1.34.139"}
moto = {extras = ["s3"], version = "^5.0.10"}
httpx = "^0.27.0"
websockets = "^12.0"
pyarrow = "^16.1.0"
deepeval = "^0.21.62"
deepeval = "^0.21.64"
minio = "^7.2.7"
python-jose="^3.3.0"
jsonlines="^4.0.0"
ipywidgets="^8.1.2"
playwright = "^1.43"
playwright = "^1.45"
pytest-playwright = "^0.5"
axe-playwright-python = "^0.1"
dj-notebook = "^0.7.0"

[tool.poetry.group.ai.dependencies]
anthropic = "^0.30.0"
litellm = "^1.41.2"
openai = "^1.35.7"
litellm = "^1.41.6"
openai = "^1.35.10"
langchain-community = "^0.2.6"


[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocstrings = {extras = ["python"], version = "^0.25.1"}
mkdocs-material = "^9.5.27"
mkdocs-material = "^9.5.28"
mkdocs-mermaid2-plugin = "^1.1.1"
markdown-mdantic = "^2.1.0"
pygments = "^2.18.0"
Expand Down

0 comments on commit c5720b1

Please sign in to comment.