Skip to content

Commit c2a2159

Browse files
authored
Merge pull request #9 from crowdsecurity/copilot/update-sdk-version-to-1951
Update SDK version from 1.95.1.1 to 1.95.1
2 parents 67103a8 + 770ed1f commit c2a2159

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.95.1.1")
14+
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.95.1")
1515

1616
def get_cves(
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.95.1.1")
14+
super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_tracker_api/1.95.1")
1515

1616
def get_integrations(
1717
self,

let-openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pyproject.toml

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

55
[project]
66
name = "crowdsec_tracker_api"
7-
version = "1.95.1.1"
7+
version = "1.95.1"
88
license = { text = "MIT" }
99
authors = [
1010
{ name="crowdsec", email="info@crowdsec.net" }

0 commit comments

Comments
 (0)