Skip to content

Commit 90ba409

Browse files
authored
new terms and conditions (#439)
1 parent 990a5b3 commit 90ba409

File tree

9 files changed

+258
-832
lines changed

9 files changed

+258
-832
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ __pycache__
66
*.env
77
/scratch/
88
/.coverage
9+
.DS_Store
910

1011
# stubgen
1112
out

docs/legal/data_processing_addendum.md

Lines changed: 67 additions & 112 deletions
Large diffs are not rendered by default.

docs/legal/privacy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,12 @@ except as provided in this Privacy Statement and for:
135135
- to assist the repository owner with a support matter
136136
- to maintain the integrity of the Services, or
137137
- to comply with our legal obligations if we have reason to believe the contents are in violation of the law.
138-
- understanding usage patterns and platform behavior during [beta testing](service_level_agreement.md#beta-definition)
139-
of the Logfire platform
138+
- understanding usage patterns and platform behavior of the Logfire platform
140139

141140
_PSI_ will provide you with notice regarding Personal Data access unless:
142141

143142
- doing so is prohibited by law
144143
- _PSI_ acted in response to a security threat or other risk to security, or
145-
- our main platform is in a ["beta" state](service_level_agreement.md#beta-definition)
146144

147145
## Lawful Bases for Processing Personal Data (Applicable to EEA and UK End Users)
148146

docs/legal/service_level_agreement.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/legal/terms_of_service.md

Lines changed: 179 additions & 696 deletions
Large diffs are not rendered by default.

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ nav:
148148
- Legal:
149149
- Terms of Service: legal/terms_of_service.md
150150
- Privacy Policy: legal/privacy.md
151-
- Service Level Agreement: legal/service_level_agreement.md
152151
- Data Processing Addendum: legal/data_processing_addendum.md
153152
- Cloud Subprocessors: legal/cloud_subprocessors.md
154153
- Release Notes: release-notes.md
@@ -212,5 +211,8 @@ plugins:
212211
- url: https://requests.readthedocs.io/en/latest/objects.inv
213212
- url: https://typing-extensions.readthedocs.io/en/latest/objects.inv
214213
- url: https://rich.readthedocs.io/en/stable/objects.inv
214+
- redirects:
215+
redirect_maps:
216+
'legal/service_level_agreement.md': 'legal/terms_of_service.md'
215217
hooks:
216218
- docs/plugins/main.py

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ dev-dependencies = [
143143
"pyarrow>=17.0.0",
144144
"pytest-recording>=0.13.2",
145145
"uvicorn>=0.30.6",
146+
"mkdocs-redirects>=1.2.1",
146147
]
147148

148149
[tool.rye.scripts]

requirements-dev.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# all-features: false
88
# with-sources: false
99
# generate-hashes: false
10+
# universal: false
1011

1112
-e file:.
1213
aiohappyeyeballs==2.4.0
@@ -164,6 +165,7 @@ mergedeep==1.3.4
164165
mkdocs==1.6.1
165166
# via mkdocs-autorefs
166167
# via mkdocs-material
168+
# via mkdocs-redirects
167169
# via mkdocstrings
168170
mkdocs-autorefs==1.2.0
169171
# via mkdocstrings
@@ -173,6 +175,7 @@ mkdocs-glightbox==0.4.0
173175
mkdocs-material==9.5.34
174176
mkdocs-material-extensions==1.3.1
175177
# via mkdocs-material
178+
mkdocs-redirects==1.2.1
176179
mkdocstrings==0.26.1
177180
# via mkdocstrings-python
178181
mkdocstrings-python==1.10.7
@@ -333,12 +336,12 @@ psycopg-binary==3.2.1
333336
# via psycopg
334337
psycopg2-binary==2.9.9
335338
pyarrow==17.0.0
336-
pydantic @ git+https://github.com/pydantic/pydantic@a6dc87285f93f90c2d5c298ee7c52f5d7e878194
339+
pydantic @ git+https://github.com/pydantic/pydantic@43ed0d3f5ae2a79f217b7311588a704984e175aa
337340
# via anthropic
338341
# via fastapi
339342
# via openai
340343
# via sqlmodel
341-
pydantic-core==2.23.3
344+
pydantic-core==2.24.0
342345
# via pydantic
343346
pygments==2.18.0
344347
# via mkdocs-material

requirements.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# all-features: false
88
# with-sources: false
99
# generate-hashes: false
10+
# universal: false
1011

1112
-e file:.
1213
certifi==2024.8.30

0 commit comments

Comments
 (0)