File tree Expand file tree Collapse file tree 9 files changed +258
-832
lines changed Expand file tree Collapse file tree 9 files changed +258
-832
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ __pycache__
66* .env
77/scratch /
88/.coverage
9+ .DS_Store
910
1011# stubgen
1112out
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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'
215217hooks :
216218 - docs/plugins/main.py
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 77# all-features: false
88# with-sources: false
99# generate-hashes: false
10+ # universal: false
1011
1112-e file:.
1213aiohappyeyeballs==2.4.0
@@ -164,6 +165,7 @@ mergedeep==1.3.4
164165mkdocs==1.6.1
165166 # via mkdocs-autorefs
166167 # via mkdocs-material
168+ # via mkdocs-redirects
167169 # via mkdocstrings
168170mkdocs-autorefs==1.2.0
169171 # via mkdocstrings
@@ -173,6 +175,7 @@ mkdocs-glightbox==0.4.0
173175mkdocs-material==9.5.34
174176mkdocs-material-extensions==1.3.1
175177 # via mkdocs-material
178+ mkdocs-redirects==1.2.1
176179mkdocstrings==0.26.1
177180 # via mkdocstrings-python
178181mkdocstrings-python==1.10.7
@@ -333,12 +336,12 @@ psycopg-binary==3.2.1
333336 # via psycopg
334337psycopg2-binary==2.9.9
335338pyarrow==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
343346pygments==2.18.0
344347 # via mkdocs-material
Original file line number Diff line number Diff line change 77# all-features: false
88# with-sources: false
99# generate-hashes: false
10+ # universal: false
1011
1112-e file:.
1213certifi==2024.8.30
You can’t perform that action at this time.
0 commit comments