Skip to content

Commit

Permalink
Fix requests compatibility
Browse files Browse the repository at this point in the history
applying changes from doccano#159
  • Loading branch information
janheinrichmerker authored Apr 25, 2024
1 parent cbe5036 commit c36a628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spacy = { version = "^3.4.1", optional = true }
spacy-partial-tagger = { version = "^0.9.1", optional = true }
tqdm = { version = "^4.64.1", optional = true }
pydantic = "^1.9.2"
requests-toolbelt = "^0.9.1"
requests-toolbelt = "^1.0.0"
ffmpeg-python = { version = "^0.2.0", optional = true }
seqal = { version = "^0.3.4", optional = true }
pandas = { version = "^1.5.1", optional = true }
Expand All @@ -45,7 +45,7 @@ taskipy = "^1.10.3"
mkdocs = "^1.3.1"
mkdocs-material = "^8.5.3"
mkdocs-same-dir = "^0.1.1"
vcrpy = "^4.2.1"
vcrpy = "^4.4.0"
mkdocstrings = {extras = ["python", "crystal"], version = "^0.19.0"}

[tool.poetry.extras]
Expand Down

0 comments on commit c36a628

Please sign in to comment.