Commit b3f3ec32 authored by Jan Reimes's avatar Jan Reimes
Browse files

chore(dependencies): update hishel version and remove rust-just

* Added hishel dependency with version >=1.1.8
* Removed rust-just dependency with version >=1.46.0
parent 36527de4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ classifiers = [
dependencies = [
    "aiointerpreters>=0.4.0",
    "beautifulsoup4>=4.14.2",
    "hishel>=1.1.8",
    "lxml>=6.0.2",
    "pandas>=2.3.3",
    "pydantic>=2.12.2",
@@ -48,7 +49,6 @@ dev = [
    "mkdocstrings[python]>=0.26.1",
    "pytest-asyncio>=1.2.0",
    "mdformat>=1.0.0",
    "rust-just>=1.46.0",
    "isort>=7.0.0",
    "undersort>=0.1.5",
]