Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified crowdsec_tracker_api/__pycache__/base_model.cpython-311.pyc
Binary file not shown.
Binary file modified crowdsec_tracker_api/__pycache__/http_client.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion crowdsec_tracker_api/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: <stdin>
# timestamp: 2026-02-24T17:00:06+00:00
# timestamp: 2026-03-03T15:51:55+00:00

from __future__ import annotations

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion crowdsec_tracker_api/services/cves.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

def get_cves(
self,
Expand Down
2 changes: 1 addition & 1 deletion crowdsec_tracker_api/services/fingerprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

def get_fingerprint_rules(
self,
Expand Down
2 changes: 1 addition & 1 deletion crowdsec_tracker_api/services/integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

def get_integrations(
self,
Expand Down
2 changes: 1 addition & 1 deletion crowdsec_tracker_api/services/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

def get_products(
self,
Expand Down
2 changes: 1 addition & 1 deletion crowdsec_tracker_api/services/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

def get_tags(
self,
Expand Down
2 changes: 1 addition & 1 deletion crowdsec_tracker_api/services/vendors.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

def get_vendors(
self,
Expand Down
2 changes: 1 addition & 1 deletion let-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "crowdsec_tracker_api"
version = "1.108.1"
version = "1.110.1"
license = { text = "MIT" }
authors = [
{ name="crowdsec", email="info@crowdsec.net" }
Expand Down