Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 746f594

Browse files
author
kurwjan
committed
➕ ver: bump version to v0.1.1
1 parent 45cc87b commit 746f594

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lanisapi"
7-
version = "0.0.3"
7+
version = "0.1.1"
88
authors = [
99
{ name = "kurwjan" }
1010
]
@@ -32,3 +32,4 @@ dependencies = [
3232
[project.urls]
3333
"Homepage" = "https://github.com/kurwjan/LanisAPI"
3434
"Bug Tracker" = "https://github.com/kurwjan/LanisAPI/issues"
35+
"Documentation" = "https://lanisapi.readthedocs.io/"

src/lanisapi/authentication_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_authentication_data(url: str,
4545
cookies: httpx.Cookies,
4646
parser: httpx.Client,
4747
ad_header: httpx.Headers,
48-
schoolid: int
48+
schoolid: str
4949
) -> httpx.Cookies:
5050

5151
response = parser.get(url, cookies=cookies, headers=ad_header)

0 commit comments

Comments
 (0)