From 075d0995c97cf0831eb1ace61f990b3b6821a1fb Mon Sep 17 00:00:00 2001 From: mazzma12 <23187108+mazzma12@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:28:11 +0000 Subject: [PATCH] Update python SDK v0.15.39 --- .../__pycache__/__init__.cpython-311.pyc | Bin 5024 -> 5016 bytes .../__pycache__/base_model.cpython-311.pyc | Bin 4378 -> 4370 bytes .../__pycache__/http_client.cpython-311.pyc | Bin 7768 -> 7760 bytes .../__pycache__/models.cpython-311.pyc | Bin 158635 -> 158627 bytes crowdsec_service_api/models.py | 2 +- .../__pycache__/__init__.cpython-311.pyc | Bin 207 -> 199 bytes .../__pycache__/allowlists.cpython-311.pyc | Bin 12917 -> 12910 bytes .../__pycache__/blocklists.cpython-311.pyc | Bin 15121 -> 15114 bytes .../services/__pycache__/cves.cpython-311.pyc | Bin 12321 -> 12314 bytes .../__pycache__/decisions.cpython-311.pyc | Bin 4338 -> 4331 bytes .../__pycache__/fingerprints.cpython-311.pyc | Bin 12310 -> 12303 bytes .../services/__pycache__/hub.cpython-311.pyc | Bin 3277 -> 3270 bytes .../services/__pycache__/info.cpython-311.pyc | Bin 2035 -> 2028 bytes .../__pycache__/integrations.cpython-311.pyc | Bin 8075 -> 8068 bytes .../__pycache__/metrics.cpython-311.pyc | Bin 2607 -> 2600 bytes .../__pycache__/products.cpython-311.pyc | Bin 3782 -> 3775 bytes .../tracker_events.cpython-311.pyc | Bin 2914 -> 2907 bytes .../__pycache__/tracker_tags.cpython-311.pyc | Bin 5698 -> 5691 bytes .../__pycache__/vendors.cpython-311.pyc | Bin 10351 -> 10344 bytes crowdsec_service_api/services/allowlists.py | 2 +- crowdsec_service_api/services/blocklists.py | 2 +- crowdsec_service_api/services/cves.py | 2 +- crowdsec_service_api/services/decisions.py | 2 +- crowdsec_service_api/services/fingerprints.py | 2 +- crowdsec_service_api/services/hub.py | 2 +- crowdsec_service_api/services/info.py | 2 +- crowdsec_service_api/services/integrations.py | 2 +- crowdsec_service_api/services/metrics.py | 2 +- crowdsec_service_api/services/products.py | 2 +- .../services/tracker_events.py | 2 +- crowdsec_service_api/services/tracker_tags.py | 2 +- crowdsec_service_api/services/vendors.py | 2 +- public-openapi.json | 2 +- pyproject.toml | 2 +- uv.lock | 8 ++++---- 35 files changed, 20 insertions(+), 20 deletions(-) diff --git a/crowdsec_service_api/__pycache__/__init__.cpython-311.pyc b/crowdsec_service_api/__pycache__/__init__.cpython-311.pyc index 2db00239d7de4999aa3c5ce54bc923355cb316a5..67b50f676c0d3be9f52798f373265c54a19d9dea 100644 GIT binary patch delta 56 zcmZ3WK0}>*IWI340}#wRs=txDmPsy9KO;XkRlle-FE6!7KfXM_C|kd%ELAtLAQMP$ JUdQxF0080g66yc| delta 64 zcmbQCzCfLOIWI340|=CAZRD diff --git a/crowdsec_service_api/__pycache__/base_model.cpython-311.pyc b/crowdsec_service_api/__pycache__/base_model.cpython-311.pyc index 98b9f58568825bc4f734f1e579444f5920d5390c..5c43b813b9e265f7845f2533b3dbfa4a5d84841a 100644 GIT binary patch delta 56 zcmbQGG)akjIWI340}!+x)!)di%q$nIpOK%Ns$W!^mzP?kA77qdl&xP>ma3arkO`zW JhcF-G1pvxk5!?U( delta 64 zcmbQFG)swlIWI340}wnd(b~wZ%&ZozpOK%Ns$W!^mzP?kA77qdl&znfpI4lpld79o NkO^gP_F+E83jlAr6*>R_ diff --git a/crowdsec_service_api/__pycache__/http_client.cpython-311.pyc b/crowdsec_service_api/__pycache__/http_client.cpython-311.pyc index 1bc5815900c09dcc5d59b8b7d1636dda5e5ee5f9..20a8bd98150456706ef351dedac025ff4927da50 100644 GIT binary patch delta 56 zcmca%bHRptIWI340}!+x)!)c{j!`Z|KO;XkRlle-FE6!7KfXM_C|kd%ELAtLAQMP$ J{?8aG0{{yj6M+B# delta 64 zcmca$bHj#vIWI340}wnd(b~v;j!`W}KO;XkRlle-FE6!7KfXM_C|f@{Kd(4HCsjAG NAQQ^o{GBmU1^~M}7T*8> diff --git a/crowdsec_service_api/__pycache__/models.cpython-311.pyc b/crowdsec_service_api/__pycache__/models.cpython-311.pyc index 6ec2ace3e093ffc22a4a8f92ab2f5aa7fa9fef13..39db6f3dc8dcd63df99bc6506b483df9247d8a15 100644 GIT binary patch delta 66 zcmZ2|opbSZPVVKryj%=GFz=}TM(zq#Ie-0({M=OiqSCy))FS=(^8BJ~{i3o|-Nb@S TAl3wOlV delta 74 zcmZ2{opbedPVVKryj%<*P^z_&yFyhhTt6c}H&wr=G%qi;NI$+jzbIQjIX|yBKPOc; Wu^ -# timestamp: 2026-06-11T08:42:40+00:00 +# timestamp: 2026-06-15T09:27:58+00:00 from __future__ import annotations diff --git a/crowdsec_service_api/services/__pycache__/__init__.cpython-311.pyc b/crowdsec_service_api/services/__pycache__/__init__.cpython-311.pyc index 03cc6cd2b678c4bb7fde146020819a3126108035..5234adac931273c8c12af9572466b20623121142 100644 GIT binary patch delta 38 scmX@lc$|@YIWI340}!+x)t|_1${01#QJAZ!ELAtLAXC4nY+_m_0K~ToE&u=k delta 46 wcmX@kc%G4aIWI340}wnd(VEC@%9u3KQCKKBKd(4HCsjAGAX6X0o*0)205BI0i~s-t diff --git a/crowdsec_service_api/services/__pycache__/allowlists.cpython-311.pyc b/crowdsec_service_api/services/__pycache__/allowlists.cpython-311.pyc index 43c12d0fa29acc733d3ff5413d13fc4bbf224419..6f0cafeea55b54c89b731c07bbd03118c7a333de 100644 GIT binary patch delta 185 zcmeyG@-BsUIWI340}#wRs-G3Pk=K=3PBytHzdWTlH95XGwWusJIW<19AXC50K+n)r z&)9NuK68*BbIWI340|=CAWkqb{b!C>7NiNDSPbp4KjxSCvD$7hxjZZAd)Hl>KG_ue$ zm|Vadq?V$ek)NBYUsRfxms+GBU!Gr-t)HBqSDc@dstZyJVNZU*Tp^rrfkWaVN8%NZ p#0xOAIh!R~(=Lhe0|Oʕ^z2)!a0LSKlEhcNJxn_2X-SOD$+Jf;8u diff --git a/crowdsec_service_api/services/__pycache__/blocklists.cpython-311.pyc b/crowdsec_service_api/services/__pycache__/blocklists.cpython-311.pyc index d87cdb1bac7f4880ebeb44a85f3d6e4d5ffdd4cb..6a3802e24d3ab3e868048e45f969b7c9dbc7fbca 100644 GIT binary patch delta 185 zcmbPO)>X#4oR^o20SM+D)z7-Ik@qOGoNRJYetAl9YI1yWYEfBca%y~HL8gA0fu5nM zp0VZR_sl_ZG5Q(#xvBa^rFnU&Mf&mO`9<0KMP;eFAcaL`lhau$gcC1tNL=Jdy26ok o0fshzVmW4Dm(2Kqfsr+taYhJ)UJ(qTFGR;f7H8e9ABJTRF;{X8lPB@sc)!fXk?*h zF!=*>kXnjIb* qi5FmK^J|u426jn|9~c-}lNe`&KQxvBa^ zrFnU&Mf&mO`9<0KMP;eFi3OQJdU7>Oj&R}y4vC8#Nmn?MF2K;{Uo2{BcFBw%7#LZT Z8E1q*=oP^b`a*O(gn^gb9H)Jl1pr(!Ggtrs delta 192 zcmbQ0urPslIWI340|=CAWvOrEy~!*qlU$Tvo>H8e9ABJTRF;{X8lPB@sc)!fXk?*h zFqwrVNG(o3BR@A)zo;}XFSSTNzC6DuTR%BJuQ)#^RTrcd!k%2hk|UgOfkWaVN8%NZ q#0xOA`7?`}nq3m(2L?vgB*qyb5PC&0guW0R4`JXXH-~EX#I@*+*JLd(!9LXBK`RC{Gx3AqOw$7kiw#}$@7@YgcC1tNL=Jdy26ok o0fsiKv+UutOJ@AQz{r}+I3ol?uLy?F7oy`K47}uKMZSwn08nQ-ga7~l delta 192 zcmaE@_(_p>IWI340|=CAWr=O%{lg?HlU$Tvo>H8e9ABJTRF;{X8lPB@sc)!fXk?*h zFj<{BNG(}EBR@A)zo;}XFSSTNzC6DuTR%BJuQ)#^RTrcd!k#>xxlB0W0*Ay!j>Ib* qi5FmKvjWQ=PP-(=4-AZ~NsKc>AoPl02z?Ty&ZkFP^$OHh4h&)OF diff --git a/crowdsec_service_api/services/__pycache__/fingerprints.cpython-311.pyc b/crowdsec_service_api/services/__pycache__/fingerprints.cpython-311.pyc index 43a3794d6559f7bed7b0eeec2036e4ad35245093..d80e5cad9afce77553fd50f4dcf2910e843ad43f 100644 GIT binary patch delta 169 zcmbQ1(4WA&oR^o20SM+D)z4Dj$a|TYQFih}W>JnZ13g1iJ!8wsf0={i;`B4}b5r$; zO7rqki}d5m^NX_ei^@`U6ALnd^yE^O8sWqX91<5flCE$hU4Ws@EUdO_cFBw%7#LZT Z8E1q*=oP^b`a*O(gn^gbT(3Qy1pvR!Gp+yt delta 162 zcmeBAn3ll1oR^o20R&35veY*6US?*Lnf#Dhl-*Fz(8xm1VDdlaAjY)Gfh@v8$@zK3 z`8lb&i3OSZ5ccFemKx!N3mg&`ITEjMBwm1_&3{>J)$EcOKQJ(|CNa(kfzT_0A@qgl OcnAY8xw%4nItu`O)-XB% diff --git a/crowdsec_service_api/services/__pycache__/hub.cpython-311.pyc b/crowdsec_service_api/services/__pycache__/hub.cpython-311.pyc index 9c5bafe5e48a74bcc5b7523b7ea994a416066e27..eb849244d736c3132416889919c6eaec408043ba 100644 GIT binary patch delta 185 zcmX>rc}$XbIWI340}#wRs-LB@kvD-!PBytHzdWTlH95XGwWusJIW<19AXC50K+n)r z&)9Nu7gLa2sD4I%ZmND!X ofT7Lx%n#V?k{LfRFtR2y&Ip0fD}o{Ph3I$)124IGE|&ol0LGv>p8x;= delta 176 zcmX>mc~+8lIWI340|=CAWhrmuO<-b_nas~D%5JDKG_ue$ zn4G~Bq!y>2k)NBYUsRfxms+GBU!Gr-t)HBqSDc@dstZyJVNbrnlp~yQfkWaVN8%NZ q#0xOAIh?tk$u5cU0|Oʕ^z2)!a0LSKlEhcNJxn?=}eFaiK&iaaC$ diff --git a/crowdsec_service_api/services/__pycache__/integrations.cpython-311.pyc b/crowdsec_service_api/services/__pycache__/integrations.cpython-311.pyc index 53c1b9a9ec792af93fa36c27f740d87492cd99cb..aea963f790f778d312748c1bbf52592c22b76f24 100644 GIT binary patch delta 185 zcmeCSZ?WfH&dbZi00i@n>Suk~$ji?xC!1W9U!GE&njBx8T2z*qoEo24kf~p0pl4{R zXKXpyk~v5&PCp|*H&wr=G%qi;NI$+jzbIS3s4P_%q_C)L@ ofT7I}EX&00k{LfRFtR2y&Ip0fD}o{Ph3I$)124H*MJAmY0Qk;1%K!iX delta 192 zcmZp%@3!Y%&dbZi00O02S)VuZ@-xfIBp2nErxd3q#}}s-m1QQU#wQkJ>Kp1A8d>NW zOtxYUQcKg%$j?pHFDlK;OD)omFV8Q^)=$pQE6&eJ)di`AuqUr#t`SbSz#(ywBk>AH p;sqGmY{{}r+%Adn0|Oʕ^z2)!a0LSKlEhcNJxn`LFvnE^3JJCOhY diff --git a/crowdsec_service_api/services/__pycache__/metrics.cpython-311.pyc b/crowdsec_service_api/services/__pycache__/metrics.cpython-311.pyc index 3dd88f559c910ce5387a7850a10836d8cccbb337..32f3b194545cf1c47ff5a1c89af0d6e2fd4cea6d 100644 GIT binary patch delta 185 zcmZ24vOvR;IDIWI340|=CAWj)`>+rY#qGg+Tml-*Fz(8xm1VDf6FAhksOjQreG{i4#m zywoE7`11UsZ2jc?yyEn bS(6xNgh1#O!4UdFbUcKCm)!i4-JS^mIZHHB diff --git a/crowdsec_service_api/services/__pycache__/products.cpython-311.pyc b/crowdsec_service_api/services/__pycache__/products.cpython-311.pyc index 46ae2eb243d215432d14d619a14b512bbe5e3d54..51077f8836cdab5fdad3cef9c5ca19d65da5d5c5 100644 GIT binary patch delta 185 zcmX>myI+=fIWI340}#wRs-NYvk@q;0oNRJYetAl9YI1yWYEfBca%y~HL8gA0fu5nM zp0VZRk4!;wQTiGAxvBa^rFnU&Mf&mO`9<0KMP;eFAcaL`lQWr1gcC1tNL=Jdy26ok o0fshzV1C7Jm(2Kqfsr+taYhJ)UJ(qTFGR;f7H8e9ABJTRF;{X8lPB@sc)!fXk?*h zF!>WxkXn*{Mt*Lpeo<*&UTTqke0hFRwtjMcUU7a-sxC+^ggrTlxkNbO0*Ay!j>Ib* qi5FmK^GoJe>~=|v9~c-}lNe`&KlF1rCXe9En#r q5--5e=7-G3SnQG*KQJ(|CNa(kfzT_0A@qglcnAY8x%nwa8500TFg`*6 diff --git a/crowdsec_service_api/services/__pycache__/tracker_tags.cpython-311.pyc b/crowdsec_service_api/services/__pycache__/tracker_tags.cpython-311.pyc index 7aeca28cde4a0ff40e041360eb356d7d52e08cab..794e5a42aa937d07a90437a750feb9a1cadecf22 100644 GIT binary patch delta 192 zcmX@4vs;IEIWI340}#wRs-HDyBX10|oNRJYetAl9YI1yWYEfBca%y~HL8gA0fu5nM zp0VZRHs&C?IQ@+L+*JLd(!9LXBK`RC{Gx3AqOw$7kiw#}$^V$Eg%dAuNL=Jdy26ok u0fsjBu-xHwOlJJRz{r}+I3ol?uLy?F7oy`K3<4zAH8e9ABJTRF;{X8lPB@sc)!fXk?*h zFu9#MNG(l2BR@A)zo;}XFSSTNzC6DuTR%BJuQ)#^RTrcd!k+w{xmq~k0*Ay!j>Ib* qi5FmKb1TaoUb`g54-AZ~NsKc>AoPl02z?Ty&Zk{hRhZz9K&^?R* diff --git a/crowdsec_service_api/services/__pycache__/vendors.cpython-311.pyc b/crowdsec_service_api/services/__pycache__/vendors.cpython-311.pyc index d4f743a50282e1bb623c56cac65a0e44cf40b373..78d6594f92f99f175b5a19e71ddfdc80d369bd9f 100644 GIT binary patch delta 185 zcmaDK@FIYBIWI340}#wRs-M-nk#`-loNRJYetAl9YI1yWYEfBca%y~HL8gA0fu5nM zp0VZR8_Yp+k@^|=xvBa^rFnU&Mf&mO`9<0KMP;eFAcaL`lLJ_agcC1tNL=Jdy26ok o0fshTWqBoMm(2Kqfsr+taYhJ)UJ(qTFGR;f7Px# delta 192 zcmaD6@IHWdIWI340|=CAW%X?2UB@gdlU$Tvo>H8e9ABJTRF;{X8lPB@sc)!fXk?*h zF!?5PkXoXCMt*Lpeo<*&UTTqke0hFRwtjMcUU7a-sxC+^ggx1lrARp80*Ay!j>Ib* qi5FmK^EsARa&}3K9~c-}lNe`&K None: - super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def list_allowlists( self, diff --git a/crowdsec_service_api/services/blocklists.py b/crowdsec_service_api/services/blocklists.py index ac2cad5..e6c8282 100644 --- a/crowdsec_service_api/services/blocklists.py +++ b/crowdsec_service_api/services/blocklists.py @@ -11,7 +11,7 @@ class Blocklists(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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_blocklists( self, diff --git a/crowdsec_service_api/services/cves.py b/crowdsec_service_api/services/cves.py index 6d90155..ea1da64 100644 --- a/crowdsec_service_api/services/cves.py +++ b/crowdsec_service_api/services/cves.py @@ -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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_cves( self, diff --git a/crowdsec_service_api/services/decisions.py b/crowdsec_service_api/services/decisions.py index 7468e0a..fb945a3 100644 --- a/crowdsec_service_api/services/decisions.py +++ b/crowdsec_service_api/services/decisions.py @@ -11,7 +11,7 @@ class Decisions(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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_decisions( self, diff --git a/crowdsec_service_api/services/fingerprints.py b/crowdsec_service_api/services/fingerprints.py index 1bc0b40..14db220 100644 --- a/crowdsec_service_api/services/fingerprints.py +++ b/crowdsec_service_api/services/fingerprints.py @@ -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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_fingerprint_rules( self, diff --git a/crowdsec_service_api/services/hub.py b/crowdsec_service_api/services/hub.py index 3a1546e..5383718 100644 --- a/crowdsec_service_api/services/hub.py +++ b/crowdsec_service_api/services/hub.py @@ -11,7 +11,7 @@ class Hub(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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_index( self, diff --git a/crowdsec_service_api/services/info.py b/crowdsec_service_api/services/info.py index c5b2050..24ce2ac 100644 --- a/crowdsec_service_api/services/info.py +++ b/crowdsec_service_api/services/info.py @@ -11,7 +11,7 @@ class Info(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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_info( self, diff --git a/crowdsec_service_api/services/integrations.py b/crowdsec_service_api/services/integrations.py index 73f5656..1d09631 100644 --- a/crowdsec_service_api/services/integrations.py +++ b/crowdsec_service_api/services/integrations.py @@ -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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_integrations( self, diff --git a/crowdsec_service_api/services/metrics.py b/crowdsec_service_api/services/metrics.py index 322c7c5..82a0714 100644 --- a/crowdsec_service_api/services/metrics.py +++ b/crowdsec_service_api/services/metrics.py @@ -11,7 +11,7 @@ class Metrics(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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_metrics_remediation( self, diff --git a/crowdsec_service_api/services/products.py b/crowdsec_service_api/services/products.py index 5d173fc..f20361d 100644 --- a/crowdsec_service_api/services/products.py +++ b/crowdsec_service_api/services/products.py @@ -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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_products( self, diff --git a/crowdsec_service_api/services/tracker_events.py b/crowdsec_service_api/services/tracker_events.py index fa41f55..1a4bdbf 100644 --- a/crowdsec_service_api/services/tracker_events.py +++ b/crowdsec_service_api/services/tracker_events.py @@ -11,7 +11,7 @@ class TrackerEvents(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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_exploitation_phase_change_events( self, diff --git a/crowdsec_service_api/services/tracker_tags.py b/crowdsec_service_api/services/tracker_tags.py index 270d8f4..71dbfde 100644 --- a/crowdsec_service_api/services/tracker_tags.py +++ b/crowdsec_service_api/services/tracker_tags.py @@ -11,7 +11,7 @@ class TrackerTags(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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_tags( self, diff --git a/crowdsec_service_api/services/vendors.py b/crowdsec_service_api/services/vendors.py index dab3932..8cf2299 100644 --- a/crowdsec_service_api/services/vendors.py +++ b/crowdsec_service_api/services/vendors.py @@ -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_service_api/1.128.0") + super().__init__(base_url=base_url, auth=auth, user_agent="crowdsec_service_api/v0.15.39") def get_vendors( self, diff --git a/public-openapi.json b/public-openapi.json index 2e5d94e..3d7c8b2 100644 --- a/public-openapi.json +++ b/public-openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Service API", "description": "This is the API to manage Crowdsec services", - "version": "1.70.29", + "version": "1.70.30", "contact": { "name": "CrowdSec", "url": "https://crowdsec.net", diff --git a/pyproject.toml b/pyproject.toml index 3475644..e8087e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "crowdsec_service_api" -version = "1.128.0" +version = "v0.15.39" license = { text = "MIT" } authors = [ { name="crowdsec", email="info@crowdsec.net" } diff --git a/uv.lock b/uv.lock index 2dd3cda..d0b1bf7 100644 --- a/uv.lock +++ b/uv.lock @@ -26,16 +26,16 @@ wheels = [ [[package]] name = "botocore" -version = "1.43.27" +version = "1.43.29" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "jmespath" }, { name = "python-dateutil" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fa/4e/db50ef135f1d9ffc85e209a124004a5829d8f12f4a7a0afdf380cb19866d/botocore-1.43.27.tar.gz", hash = "sha256:2093c316c24214e50e18640b1869513b759bb8cc48b95b004a8306cb9f0d6703", size = 15504242, upload-time = "2026-06-10T19:38:25.389Z" } +sdist = { url = "https://files.pythonhosted.org/packages/6f/54/df99c5ca5c9ef275e34b87e177782e3ca054fc35f1f462c40fe180936c81/botocore-1.43.29.tar.gz", hash = "sha256:dce39d33b707aa162aa3820975f99d7f8f746d46576169fb42ce4f2b3b56b261", size = 15512384, upload-time = "2026-06-12T19:32:13.754Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2d/46/05b227b34e434b54867c2c942b0bfbbe2fe41789c18bb15ef787d03e9a56/botocore-1.43.27-py3-none-any.whl", hash = "sha256:4976544e652d5a1d8eca135da019f8e1c2d749efa2f9a31a8fb8c76f1895a40b", size = 15190293, upload-time = "2026-06-10T19:38:22.298Z" }, + { url = "https://files.pythonhosted.org/packages/91/b1/aa410c22355f8f6c4ac2433db6a1c557dd959acf2953ccae4bfc37488119/botocore-1.43.29-py3-none-any.whl", hash = "sha256:5d62f2a03ed279a50207ca2824e009313df15f082b6bb591a095a4f04c7faef3", size = 15194135, upload-time = "2026-06-12T19:32:09.463Z" }, ] [[package]] @@ -49,7 +49,7 @@ wheels = [ [[package]] name = "crowdsec-service-api" -version = "1.128.0" +version = "0.15.39" source = { editable = "." } dependencies = [ { name = "botocore" },