Skip to content

Commit 3076b49

Browse files
author
Sergey Shelomentsev
authored
Merge pull request #53 from fingerprintjs/feature/INTER-545
Feature/inter 545
2 parents 438a583 + 1e18e2c commit 3076b49

11 files changed

+38
-145
lines changed

.github/workflows/coverage-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
coverage-diff:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-python@v2
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-python@v5
1313
with:
1414
python-version: "3.9"
1515
- name: "Install dependencies"

.github/workflows/coverage-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
coverage-report:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-python@v2
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.9"
1818
- name: "Install dependencies"

.github/workflows/functional_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: "ubuntu-latest"
1313
environment: test
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-python@v2
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.9"
1919
- name: "Install dependencies"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10" ]
16+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10" ]
1717

1818
steps:
1919
- uses: actions/checkout@v3

.releaserc

Lines changed: 3 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -10,93 +10,14 @@
1010
[
1111
"@semantic-release/commit-analyzer",
1212
{
13-
"releaseRules": [
14-
{
15-
"type": "build",
16-
"scope": "deps",
17-
"release": "patch"
18-
},
19-
{
20-
"type": "docs",
21-
"scope": "README",
22-
"release": "patch"
23-
}
24-
]
13+
"config": "@fingerprintjs/conventional-changelog-dx-team",
14+
"releaseRules": "@fingerprintjs/conventional-changelog-dx-team/release-rules"
2515
}
2616
],
2717
[
2818
"@semantic-release/release-notes-generator",
2919
{
30-
"preset": "conventionalCommits",
31-
"presetConfig": {
32-
"types": [
33-
{
34-
"type": "feat",
35-
"section": "Features"
36-
},
37-
{
38-
"type": "feature",
39-
"section": "Features"
40-
},
41-
{
42-
"type": "fix",
43-
"section": "Bug Fixes"
44-
},
45-
{
46-
"type": "perf",
47-
"section": "Performance Improvements"
48-
},
49-
{
50-
"type": "revert",
51-
"section": "Reverts"
52-
},
53-
{
54-
"type": "docs",
55-
"scope": "README",
56-
"section": "Documentation"
57-
},
58-
{
59-
"type": "build",
60-
"scope": "deps",
61-
"section": "Build System"
62-
},
63-
{
64-
"type": "docs",
65-
"section": "Documentation",
66-
"hidden": true
67-
},
68-
{
69-
"type": "style",
70-
"section": "Styles",
71-
"hidden": true
72-
},
73-
{
74-
"type": "chore",
75-
"section": "Miscellaneous Chores",
76-
"hidden": true
77-
},
78-
{
79-
"type": "refactor",
80-
"section": "Code Refactoring",
81-
"hidden": true
82-
},
83-
{
84-
"type": "test",
85-
"section": "Tests",
86-
"hidden": true
87-
},
88-
{
89-
"type": "build",
90-
"section": "Build System",
91-
"hidden": true
92-
},
93-
{
94-
"type": "ci",
95-
"section": "Continuous Integration",
96-
"hidden": true
97-
}
98-
]
99-
}
20+
"config": "@fingerprintjs/conventional-changelog-dx-team",
10021
}
10122
],
10223
"@semantic-release/changelog",

README.md

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,20 @@
11
<p align="center">
22
<a href="https://fingerprint.com">
33
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/main/res/logo_light.svg" />
5-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/main/res/logo_dark.svg" />
6-
<img src="https://raw.githubusercontent.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/main/res/logo_dark.svg" alt="Fingerprint logo" width="312px" />
4+
<source media="(prefers-color-scheme: dark)" srcset="https://fingerprintjs.github.io/home/resources/logo_light.svg" />
5+
<source media="(prefers-color-scheme: light)" srcset="https://fingerprintjs.github.io/home/resources/logo_dark.svg" />
6+
<img src="https://fingerprintjs.github.io/home/resources/logo_dark.svg" alt="Fingerprint logo" width="312px" />
77
</picture>
88
</a>
99
</p>
1010
<p align="center">
11-
<a href="https://pypi.org/project/fingerprint-pro-server-api-sdk/">
12-
<img alt="PyPI" src="https://img.shields.io/pypi/v/fingerprint-pro-server-api-sdk">
13-
</a>
14-
<a href="https://fingerprintjs.github.io/fingerprint-pro-server-api-python-sdk/">
15-
<img src="https://fingerprintjs.github.io/fingerprint-pro-server-api-python-sdk/badges.svg" alt="coverage">
16-
</a>
17-
<a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/release.yml">
18-
<img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/release.yml/badge.svg" alt="CI badge" />
19-
</a>
20-
<a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/test.yml">
21-
<img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/test.yml/badge.svg" alt="CI badge" />
22-
</a>
23-
<a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/functional_tests.yml">
24-
<img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/functional_tests.yml/badge.svg" alt="CI badge" />
25-
</a>
26-
<a href="https://opensource.org/licenses/MIT">
27-
<img src="https://img.shields.io/:license-mit-blue.svg?style=flat"/>
28-
</a>
29-
<a href="https://discord.gg/39EpE2neBg">
30-
<img src="https://img.shields.io/discord/852099967190433792?style=logo&label=Discord&logo=Discord&logoColor=white" alt="Discord server">
31-
</a>
11+
<a href="https://pypi.org/project/fingerprint-pro-server-api-sdk/"><img alt="PyPI" src="https://img.shields.io/pypi/v/fingerprint-pro-server-api-sdk"></a>
12+
<a href="https://fingerprintjs.github.io/fingerprint-pro-server-api-python-sdk/"><img src="https://fingerprintjs.github.io/fingerprint-pro-server-api-python-sdk/badges.svg" alt="coverage"></a>
13+
<a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/release.yml"><img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/release.yml/badge.svg" alt="CI badge" /></a>
14+
<a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/test.yml"><img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/test.yml/badge.svg" alt="CI badge" /></a>
15+
<a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/functional_tests.yml"><img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/functional_tests.yml/badge.svg" alt="CI badge" /></a>
16+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/:license-mit-blue.svg?style=flat" alt="MIT License"/></a>
17+
<a href="https://discord.gg/39EpE2neBg"><img src="https://img.shields.io/discord/852099967190433792?style=logo&label=Discord&logo=Discord&logoColor=white" alt="Discord server"></a>
3218
</p>
3319

3420
# Fingerprint Pro Server Python SDK
@@ -47,7 +33,7 @@ This Python package is automatically generated by the [Swagger Codegen](https://
4733

4834
The following Python versions are supported:
4935

50-
- Python >= 3.6
36+
- Python >= 3.8
5137

5238
## Installation & Usage
5339
### pip install

res/logo_dark.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)