Skip to content

Commit 00dc52f

Browse files
nitescucgithub-actions[bot]
authored andcommitted
Update python SDK 1.114.0
1 parent 4a44fef commit 00dc52f

File tree

12 files changed

+9
-9
lines changed

12 files changed

+9
-9
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

crowdsec_tracker_api/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: <stdin>
3-
# timestamp: 2026-02-24T17:00:06+00:00
3+
# timestamp: 2026-03-16T08:55:43+00:00
44

55
from __future__ import annotations
66

Binary file not shown.

crowdsec_tracker_api/services/cves.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Cves(Service):
1313
def __init__(self, auth: Auth, base_url: str = "https://admin.api.crowdsec.net/v1") -> None:
14-
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.108.1")
14+
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.114.0")
1515

1616
def get_cves(
1717
self,

crowdsec_tracker_api/services/fingerprints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Fingerprints(Service):
1313
def __init__(self, auth: Auth, base_url: str = "https://admin.api.crowdsec.net/v1") -> None:
14-
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.108.1")
14+
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.114.0")
1515

1616
def get_fingerprint_rules(
1717
self,

crowdsec_tracker_api/services/integrations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Integrations(Service):
1313
def __init__(self, auth: Auth, base_url: str = "https://admin.api.crowdsec.net/v1") -> None:
14-
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.108.1")
14+
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.114.0")
1515

1616
def get_integrations(
1717
self,

crowdsec_tracker_api/services/products.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Products(Service):
1313
def __init__(self, auth: Auth, base_url: str = "https://admin.api.crowdsec.net/v1") -> None:
14-
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.108.1")
14+
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.114.0")
1515

1616
def get_products(
1717
self,

crowdsec_tracker_api/services/tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Tags(Service):
1313
def __init__(self, auth: Auth, base_url: str = "https://admin.api.crowdsec.net/v1") -> None:
14-
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.108.1")
14+
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.114.0")
1515

1616
def get_tags(
1717
self,

crowdsec_tracker_api/services/vendors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Vendors(Service):
1313
def __init__(self, auth: Auth, base_url: str = "https://admin.api.crowdsec.net/v1") -> None:
14-
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.108.1")
14+
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.114.0")
1515

1616
def get_vendors(
1717
self,

0 commit comments

Comments
 (0)