Skip to content

Commit f27cae4

Browse files
authored
Typer doesn't have an all extra (#45)
1 parent 62b5dce commit f27cae4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"networkx~=3.0",
1414
"pydantic~=2.10.6",
1515
"requests~=2.32.3",
16-
"typer[all]~=0.16.0",
16+
"typer~=0.16.0",
1717
]
1818
requires-python = ">=3.9"
1919
classifiers = [

src/bibx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"read_wos",
2929
]
3030

31-
__version__ = "0.7.0"
31+
__version__ = "0.7.1"
3232

3333

3434
def query_openalex(

0 commit comments

Comments
 (0)